Generated from class MR.TeethMaskToDirectionVolumeConvertor.ProcessResult. This is the const half of the class.
More...
Inheritance diagram for MR.Const_TeethMaskToDirectionVolumeConvertor.Const_ProcessResult:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_ProcessResult () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_ProcessResult (MR.Std._ByValue_Array_MRSimpleVolumeMinMax_3 volume, MR.AffineXf3f xf) |
Constructs MR.TeethMaskToDirectionVolumeConvertor.ProcessResult elementwise. | |
| unsafe | Const_ProcessResult (MR.TeethMaskToDirectionVolumeConvertor._ByValue_ProcessResult _other) |
Generated from constructor MR.TeethMaskToDirectionVolumeConvertor.ProcessResult.ProcessResult. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.Std.Const_Array_MRSimpleVolumeMinMax_3 | volume [get] |
| unsafe ref readonly MR.AffineXf3f | xf [get] |
Properties inherited from MR.Misc.Object< Const_ProcessResult > | |
| 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_ProcessResult > | |
| bool | _IsOwningVal |
Generated from class MR.TeethMaskToDirectionVolumeConvertor.ProcessResult. This is the const half of the class.