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