public static class NIVision.ClampSettings extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
angleRange |
NIVision.EdgePolarity |
edgePolarity |
Modifier | Constructor and Description |
---|---|
|
ClampSettings() |
protected |
ClampSettings(java.nio.ByteBuffer backing,
int offset) |
|
ClampSettings(double angleRange,
NIVision.EdgePolarity edgePolarity) |
protected |
ClampSettings(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 angleRange
public NIVision.EdgePolarity edgePolarity
public ClampSettings()
public ClampSettings(double angleRange, NIVision.EdgePolarity edgePolarity)
protected ClampSettings(java.nio.ByteBuffer backing, int offset)
protected ClampSettings(long nativeObj, boolean owned)