Stores the configuration for the calibration. More...
Inherits INativeHandle.
Public Member Functions | |
void | Dispose () |
IDisposable implementation. | |
Static Public Member Functions | |
static CalibrationConfiguration | FromAQS12Piece (AQS12Piece piece) |
Creates a CalibrationConfiguration from the given piece . More... | |
Protected Member Functions | |
virtual void | Dispose (bool disposing) |
IDisposable helper function. More... | |
Properties | |
bool | CalculateHomography [get, set] |
Gets/sets if homography should be calculated. | |
bool | CalculateCorrectionOfLaserPlaneInclination [get, set] |
Gets/sets if the correction of the laser plane inclination should be calculated. | |
AQS12Piece | AQS12Piece [get] |
Get the Foundation.AQS12Piece from which this configuration was created from. | |
IntPtr | Handle [get] |
Native handle of the calibrator. | |
bool | IsDisposed [get] |
Gets if the native handle has been disposed. | |
![]() | |
IntPtr | Handle [get] |
The native handle of the object. | |
bool | IsDisposed [get] |
Possibility to check whether the object has already been disposed of. | |
Events | |
NativeHandleEventDelegate | ObjectDisposing |
Raised when this object is about to be disposed via the IDisposable.Dispose method. More... | |
![]() | |
NativeHandleEventDelegate | ObjectDisposing |
Raised when this object is about to be disposed via the IDisposable.Dispose method. More... | |
Stores the configuration for the calibration.
|
protectedvirtual |
IDisposable helper function.
disposing |
|
static |
Creates a CalibrationConfiguration from the given piece .
piece | AQS12 piece to create configuration from. |
ArgumentNullException | When piece is null. |
CvbException | When an error during creation occurs. |
NativeHandleEventDelegate ObjectDisposing |
Raised when this object is about to be disposed via the IDisposable.Dispose method.
This event is raised right before this object is disposed. The dispose itself cannot be canceled.