public static class NIVision.ConnectionConstraint extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.ConnectionConstraintType |
constraintType |
NIVision.RangeDouble |
range |
Modifier | Constructor and Description |
---|---|
|
ConnectionConstraint() |
protected |
ConnectionConstraint(java.nio.ByteBuffer backing,
int offset) |
protected |
ConnectionConstraint(long nativeObj,
boolean owned) |
|
ConnectionConstraint(NIVision.ConnectionConstraintType constraintType,
NIVision.RangeDouble range) |
Modifier and Type | Method and Description |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public NIVision.ConnectionConstraintType constraintType
public NIVision.RangeDouble range
public ConnectionConstraint()
public ConnectionConstraint(NIVision.ConnectionConstraintType constraintType, NIVision.RangeDouble range)
protected ConnectionConstraint(java.nio.ByteBuffer backing, int offset)
protected ConnectionConstraint(long nativeObj, boolean owned)