public static class NIVision.MatchMode extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
int |
occlusion |
int |
rotation |
int |
scale |
backing| Modifier | Constructor and Description |
|---|---|
|
MatchMode() |
protected |
MatchMode(java.nio.ByteBuffer backing,
int offset) |
|
MatchMode(int rotation,
int scale,
int occlusion) |
protected |
MatchMode(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 MatchMode()
public MatchMode(int rotation,
int scale,
int occlusion)
protected MatchMode(java.nio.ByteBuffer backing,
int offset)
protected MatchMode(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