Generated from class MR.MeshToDistanceMapParams. This is the const half of the class. More...
Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_MeshToDistanceMapParams () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_MeshToDistanceMapParams (MR.Const_MeshToDistanceMapParams _other) |
| Generated from constructor MR.MeshToDistanceMapParams.MeshToDistanceMapParams. | |
| Const_MeshToDistanceMapParams (MeshToDistanceMapParams _other) | |
| Generated from constructor MR.MeshToDistanceMapParams.MeshToDistanceMapParams. | |
| unsafe | Const_MeshToDistanceMapParams (in MR.Vector3f direction, in MR.Vector2i resolution, MR.Const_MeshPart mp, bool? usePreciseBoundingBox=null) |
| direction vector shows the projections vector to the distance map for points on model yRange and xRange directions make orthonormal basis with direction see Vector3<T>::perpendicular() for more details All Output Distance map values will be positive usePreciseBoundingBox false (fast): use general (cached) bounding box with applied rotation usePreciseBoundingBox true (slow): compute bounding box from points with respect to rotation Generated from constructor MR.MeshToDistanceMapParams.MeshToDistanceMapParams. Parameter usePreciseBoundingBox defaults to false. | |
| unsafe | Const_MeshToDistanceMapParams (in MR.Vector3f direction, in MR.Vector2f pixelSize, MR.Const_MeshPart mp, bool? usePreciseBoundingBox=null) |
| Generated from constructor MR.MeshToDistanceMapParams.MeshToDistanceMapParams. Parameter usePreciseBoundingBox defaults to false. | |
| unsafe | Const_MeshToDistanceMapParams (in MR.Matrix3f rotation, in MR.Vector3f origin, in MR.Vector2i resolution, in MR.Vector2f size) |
| input matrix should be orthonormal! rotation.z - direction rotation.x * (box X length) - xRange rotation.y * (box Y length) - yRange All Output Distance map values will be positive Generated from constructor MR.MeshToDistanceMapParams.MeshToDistanceMapParams. | |
| unsafe | Const_MeshToDistanceMapParams (in MR.Matrix3f rotation, in MR.Vector3f origin, in MR.Vector2f pixelSize, in MR.Vector2i resolution) |
| Generated from constructor MR.MeshToDistanceMapParams.MeshToDistanceMapParams. | |
| unsafe | Const_MeshToDistanceMapParams (in MR.Matrix3f rotation, in MR.Vector2i resolution, MR.Const_MeshPart mp, bool? usePreciseBoundingBox=null) |
| input matrix should be orthonormal! rotation.z - direction rotation.x * (box X length) - xRange rotation.y * (box Y length) - yRange All Output Distance map values will be positive usePreciseBoundingBox false (fast): use general (cached) bounding box with applied rotation usePreciseBoundingBox true (slow): compute bounding box from points with respect to rotation Generated from constructor MR.MeshToDistanceMapParams.MeshToDistanceMapParams. Parameter usePreciseBoundingBox defaults to false. | |
| unsafe | Const_MeshToDistanceMapParams (in MR.AffineXf3f xf, in MR.Vector2i resolution, in MR.Vector2f size) |
| The most general constructor. Use it if you have to find special view, resolution, distance map with visual the part of the model etc. All params match is in the user responsibility xf.b - origin point: pixel(0,0) with value 0. xf.A.z - direction xf.A.x - xRange xf.A.y - yRange All Output Distance map values could be positive and negative by default. Set allowNegativeValues to false if negative values are not required Generated from constructor MR.MeshToDistanceMapParams.MeshToDistanceMapParams. | |
| unsafe | Const_MeshToDistanceMapParams (in MR.AffineXf3f xf, in MR.Vector2f pixelSize, in MR.Vector2i resolution) |
| Generated from constructor MR.MeshToDistanceMapParams.MeshToDistanceMapParams. | |
| unsafe MR.AffineXf3f | xf () |
| Generated from method MR.MeshToDistanceMapParams.xf. | |
Static Public Member Functions | |
| static unsafe implicit | operator MR.AffineXf3f (MR.Const_MeshToDistanceMapParams _this) |
| converts in transformation Generated from conversion operator MR::MeshToDistanceMapParams::operator MR.AffineXf3f. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Protected Attributes | |
| unsafe MR.Vector3f * | __ref_storage_xRange |
| unsafe MR.Vector3f * | __ref_storage_yRange |
| unsafe MR.Vector3f * | __ref_storage_direction |
| unsafe MR.Vector3f * | __ref_storage_orgPoint |
| unsafe bool * | __ref_storage_useDistanceLimits |
| unsafe bool * | __ref_storage_allowNegativeValues |
| unsafe float * | __ref_storage_minValue |
| unsafe float * | __ref_storage_maxValue |
| unsafe MR.Vector2i * | __ref_storage_resolution |
Properties | |
| unsafe ref readonly MR.Vector3f | xRange [get] |
| Cartesian range vector between distance map borders in X direction. | |
| unsafe ref readonly MR.Vector3f | yRange [get] |
| Cartesian range vector between distance map borders in Y direction. | |
| unsafe ref readonly MR.Vector3f | direction [get] |
| direction of intersection ray | |
| unsafe ref readonly MR.Vector3f | orgPoint [get] |
| location of (0,0) pixel with value 0.f | |
| unsafe bool | useDistanceLimits [get] |
| out of limits intersections will be set to non-valid | |
| unsafe bool | allowNegativeValues [get] |
| allows to find intersections in backward to direction vector with negative values | |
| unsafe float | minValue [get] |
| Using of this parameter depends on useDistanceLimits. | |
| unsafe float | maxValue [get] |
| Using of this parameter depends on useDistanceLimits. | |
| unsafe ref readonly MR.Vector2i | resolution [get] |
| resolution of distance map | |
Generated from class MR.MeshToDistanceMapParams. This is the const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.MeshToDistanceMapParams.MeshToDistanceMapParams.
|
inline |
Generated from constructor MR.MeshToDistanceMapParams.MeshToDistanceMapParams.
|
inline |
direction vector shows the projections vector to the distance map for points on model yRange and xRange directions make orthonormal basis with direction see Vector3<T>::perpendicular() for more details All Output Distance map values will be positive usePreciseBoundingBox false (fast): use general (cached) bounding box with applied rotation usePreciseBoundingBox true (slow): compute bounding box from points with respect to rotation Generated from constructor MR.MeshToDistanceMapParams.MeshToDistanceMapParams. Parameter usePreciseBoundingBox defaults to false.
|
inline |
Generated from constructor MR.MeshToDistanceMapParams.MeshToDistanceMapParams. Parameter usePreciseBoundingBox defaults to false.
|
inline |
input matrix should be orthonormal! rotation.z - direction rotation.x * (box X length) - xRange rotation.y * (box Y length) - yRange All Output Distance map values will be positive Generated from constructor MR.MeshToDistanceMapParams.MeshToDistanceMapParams.
|
inline |
Generated from constructor MR.MeshToDistanceMapParams.MeshToDistanceMapParams.
|
inline |
input matrix should be orthonormal! rotation.z - direction rotation.x * (box X length) - xRange rotation.y * (box Y length) - yRange All Output Distance map values will be positive usePreciseBoundingBox false (fast): use general (cached) bounding box with applied rotation usePreciseBoundingBox true (slow): compute bounding box from points with respect to rotation Generated from constructor MR.MeshToDistanceMapParams.MeshToDistanceMapParams. Parameter usePreciseBoundingBox defaults to false.
|
inline |
The most general constructor. Use it if you have to find special view, resolution, distance map with visual the part of the model etc. All params match is in the user responsibility xf.b - origin point: pixel(0,0) with value 0. xf.A.z - direction xf.A.x - xRange xf.A.y - yRange All Output Distance map values could be positive and negative by default. Set allowNegativeValues to false if negative values are not required Generated from constructor MR.MeshToDistanceMapParams.MeshToDistanceMapParams.
|
inline |
Generated from constructor MR.MeshToDistanceMapParams.MeshToDistanceMapParams.
|
inlinevirtual |
|
inlineprotectedvirtual |
|
inlinestatic |
converts in transformation Generated from conversion operator MR::MeshToDistanceMapParams::operator MR.AffineXf3f.
|
inline |
Generated from method MR.MeshToDistanceMapParams.xf.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
get |
allows to find intersections in backward to direction vector with negative values
|
get |
direction of intersection ray
|
get |
Using of this parameter depends on useDistanceLimits.
|
get |
Using of this parameter depends on useDistanceLimits.
|
get |
location of (0,0) pixel with value 0.f
|
get |
resolution of distance map
|
get |
out of limits intersections will be set to non-valid
|
get |
Cartesian range vector between distance map borders in X direction.
|
get |
Cartesian range vector between distance map borders in Y direction.