public static class NIVision.View3DOptions extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
float |
alpha |
int |
background |
float |
beta |
int |
border |
NIVision.Direction3D |
direction |
int |
maxHeight |
NIVision.Plane3D |
plane |
int |
sizeReduction |
backing| Modifier | Constructor and Description |
|---|---|
|
View3DOptions() |
protected |
View3DOptions(java.nio.ByteBuffer backing,
int offset) |
|
View3DOptions(int sizeReduction,
int maxHeight,
NIVision.Direction3D direction,
double alpha,
double beta,
int border,
int background,
NIVision.Plane3D plane) |
protected |
View3DOptions(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 int sizeReduction
public int maxHeight
public NIVision.Direction3D direction
public float alpha
public float beta
public int border
public int background
public NIVision.Plane3D plane
public View3DOptions()
public View3DOptions(int sizeReduction,
int maxHeight,
NIVision.Direction3D direction,
double alpha,
double beta,
int border,
int background,
NIVision.Plane3D plane)
protected View3DOptions(java.nio.ByteBuffer backing,
int offset)
protected View3DOptions(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