public static class NativeVerificationParameters.ByReference extends NativeVerificationParameters implements com.sun.jna.Structure.ByReference
NativeVerifyParameters.ByReference class
NativeVerificationParameters.ByReference, NativeVerificationParameters.ByValue
rotationTolerance, threshold
Constructor and Description |
---|
ByReference()
Default constructor
|
ByReference(int threshold,
int rotationTolerance)
Parameterized constructor
|
ByReference(NativeVerificationParameters template)
Copy constructor
|
ByReference(com.sun.jna.Pointer p)
Pointer constructor
|
ByReference(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 ByReference()
Default constructor
public ByReference(com.sun.jna.Pointer p)
Pointer constructor
p
- public ByReference(NativeVerificationParameters template)
Copy constructor
public ByReference(int threshold, int rotationTolerance)
Parameterized constructor
threshold
- rotationTolerance
- public ByReference(VerificationParameters parameters)
Copy constructor
parameters
-