public static class NativeVerificationParameters.ByValue extends NativeVerificationParameters implements com.sun.jna.Structure.ByValue
NativeVerifyParameters.ByValue class
NativeVerificationParameters.ByReference, NativeVerificationParameters.ByValue
rotationTolerance, threshold
Constructor and Description |
---|
ByValue()
Default constructor
|
ByValue(int threshold,
int rotationTolerance)
Parameterized constructor
|
ByValue(NativeVerificationParameters template)
Copy constructor
|
ByValue(com.sun.jna.Pointer p)
Pointer constructor
|
ByValue(VerificationParameters parameters)
Copy constructor
|
getRotationTolerance, getThreshold
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, newInstance, read, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toArray, toArray, toString, toString, write, writeField, writeField
public ByValue()
Default constructor
public ByValue(com.sun.jna.Pointer p)
Pointer constructor
p
- public ByValue(NativeVerificationParameters template)
Copy constructor
public ByValue(int threshold, int rotationTolerance)
Parameterized constructor
threshold
- rotationTolerance
- public ByValue(VerificationParameters parameters)
Copy constructor
parameters
-