public static class NIVision.ClampSettings extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
double |
angleRange |
NIVision.EdgePolarity |
edgePolarity |
backing| 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 |
|---|---|
private void |
init() |
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
finalize, free, getAddress, setBufferpublic 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)
private void init()
protected void setBuffer(java.nio.ByteBuffer backing,
int offset)
public void read()
read in class NIVision.DisposedStructpublic void write()
write in class NIVision.DisposedStructpublic int size()
size in class NIVision.DisposedStruct