Generated from class MR.PolylineToDistanceVolumeParams. This is the const half of the class.
More...
Inheritance diagram for MR.Const_PolylineToDistanceVolumeParams:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_PolylineToDistanceVolumeParams () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_PolylineToDistanceVolumeParams (MR.Vector3f voxelSize, float offsetCount, MR.AffineXf3f worldXf, MR.Misc.InOut< MR.AffineXf3f >? outXf, MR.Std._ByValue_Function_BoolFuncFromFloat cb) |
Constructs MR.PolylineToDistanceVolumeParams elementwise. | |
| unsafe | Const_PolylineToDistanceVolumeParams (MR._ByValue_PolylineToDistanceVolumeParams _other) |
Generated from constructor MR.PolylineToDistanceVolumeParams.PolylineToDistanceVolumeParams. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe ref readonly MR.Vector3f | voxelSize [get] |
| unsafe float | offsetCount [get] |
| offsetCount - the number of voxels around polyline to calculate distance in (should be positive) | |
| unsafe ref readonly MR.AffineXf3f | worldXf [get] |
| unsafe MR.? Box_AffineXf3f | outXf [get] |
| unsafe MR.Std.Const_Function_BoolFuncFromFloat | cb [get] |
Properties inherited from MR.Misc.Object< Const_PolylineToDistanceVolumeParams > | |
| virtual bool | _IsOwning [get] |
| Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough. | |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_PolylineToDistanceVolumeParams > | |
| bool | _IsOwningVal |
Generated from class MR.PolylineToDistanceVolumeParams. This is the const half of the class.