![]() |
IOLink C# 1.16.1
|
Public Member Functions | |
| SpatialCalibrationProperty (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
| override bool | Equals (object obj) |
| SpatialCalibrationProperty () | |
| SpatialCalibrationProperty (Vector3d origin) | |
| SpatialCalibrationProperty (Vector3d origin, Vector3d spacing) | |
| SpatialCalibrationProperty (Vector3d origin, Vector3d spacing, SpatialDirections direction) | |
| SpatialCalibrationProperty (Vector3d origin, Vector3d spacing, SpatialDirections direction, string unit) | |
| SpatialCalibrationProperty (ReadonlySpatialCalibrationProperty other) | |
| string | ToString () |
| Return string representation. | |
Static Public Member Functions | |
| static global::System.Runtime.InteropServices.HandleRef | getCPtr (SpatialCalibrationProperty obj) |
| static global::System.Runtime.InteropServices.HandleRef | swigRelease (SpatialCalibrationProperty obj) |
| static bool | operator== (SpatialCalibrationProperty v1, SpatialCalibrationProperty v2) |
| static bool | operator!= (SpatialCalibrationProperty v1, SpatialCalibrationProperty v2) |
| static bool | InternalEqual (SpatialCalibrationProperty scp1, ReadonlySpatialCalibrationProperty scp2) |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Protected Attributes | |
| bool | swigCMemOwn |
Properties | |
| Vector3d | Origin [get, set] |
The spatial origin of the ImageView | |
| Vector3d | Spacing [get, set] |
The spacing between two elements of this ImageView | |
| SpatialDirections | Directions [get, set] |
| The directions of the image's referential. | |
| string | Unit [get, set] |
| The unit used for spatial calibration. | |
This Property is used to represent the image properties in world space.
|
inline |
Initialize the property with default values.
|
inline |
Initialize the property with only a custom origin.
| origin | origin the origin of the calibration |
|
inline |
Initialize a calibration property with an origin and a spacing.
| origin | The origin position of the ImageView. |
| spacing | The size of each element of the raster grid. |
|
inline |
Initialize a calibration without a specific unit.
| origin | The origin position of the ImageView. |
| spacing | The size of each element of the raster grid. |
| direction | The directions for each axes. |
|
inline |
Initialize a calibration property.
| origin | The origin position of the ImageView. |
| spacing | The size of each element of the raster grid. |
| direction | The directions for each axes. |
| unit | The unit of the axes. |
|
inline |
Copy constructor.
| other | The calibration to copy |