public static class NIVision.ParticleClassifierAutoThresholdOptions extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.RangeFloat |
limits |
NIVision.ThresholdMethod |
method |
NIVision.ParticleType |
particleType |
backing| Modifier | Constructor and Description |
|---|---|
|
ParticleClassifierAutoThresholdOptions() |
protected |
ParticleClassifierAutoThresholdOptions(java.nio.ByteBuffer backing,
int offset) |
protected |
ParticleClassifierAutoThresholdOptions(long nativeObj,
boolean owned) |
|
ParticleClassifierAutoThresholdOptions(NIVision.ThresholdMethod method,
NIVision.ParticleType particleType,
NIVision.RangeFloat limits) |
| 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 NIVision.ThresholdMethod method
public NIVision.ParticleType particleType
public NIVision.RangeFloat limits
public ParticleClassifierAutoThresholdOptions()
public ParticleClassifierAutoThresholdOptions(NIVision.ThresholdMethod method, NIVision.ParticleType particleType, NIVision.RangeFloat limits)
protected ParticleClassifierAutoThresholdOptions(java.nio.ByteBuffer backing,
int offset)
protected ParticleClassifierAutoThresholdOptions(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