public static class NIVision.InternalParameters extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.FocalLength |
focalLength |
byte |
isInsufficientData |
NIVision.PointFloat |
opticalCenter |
backing| Modifier | Constructor and Description |
|---|---|
|
InternalParameters() |
protected |
InternalParameters(java.nio.ByteBuffer backing,
int offset) |
|
InternalParameters(byte isInsufficientData,
NIVision.FocalLength focalLength,
NIVision.PointFloat opticalCenter) |
protected |
InternalParameters(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 byte isInsufficientData
public NIVision.FocalLength focalLength
public NIVision.PointFloat opticalCenter
public InternalParameters()
public InternalParameters(byte isInsufficientData,
NIVision.FocalLength focalLength,
NIVision.PointFloat opticalCenter)
protected InternalParameters(java.nio.ByteBuffer backing,
int offset)
protected InternalParameters(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