public static class NIVision.ExtremeReport extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
amplitude |
double |
location |
double |
secondDerivative |
Modifier | Constructor and Description |
---|---|
|
ExtremeReport() |
protected |
ExtremeReport(java.nio.ByteBuffer backing,
int offset) |
|
ExtremeReport(double location,
double amplitude,
double secondDerivative) |
protected |
ExtremeReport(long nativeObj,
boolean owned) |
Modifier and Type | Method and Description |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public double location
public double amplitude
public double secondDerivative
public ExtremeReport()
public ExtremeReport(double location, double amplitude, double secondDerivative)
protected ExtremeReport(java.nio.ByteBuffer backing, int offset)
protected ExtremeReport(long nativeObj, boolean owned)