Generated from class MR.VoxelsLoad.DicomVolumeAsVdb. This is the non-const half of the class.
More...
Inheritance diagram for MR.VoxelsLoad.DicomVolumeAsVdb:Public Member Functions | |
| unsafe | DicomVolumeAsVdb () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | DicomVolumeAsVdb (MR._ByValue_VdbVolume vol, string name, MR.AffineXf3f xf) |
Constructs MR.VoxelsLoad.DicomVolumeAsVdb elementwise. | |
| unsafe | DicomVolumeAsVdb (MR.VoxelsLoad._ByValue_DicomVolumeAsVdb _other) |
Generated from constructor MR.VoxelsLoad.DicomVolumeAsVdb.DicomVolumeAsVdb. | |
| unsafe MR.VoxelsLoad.DicomVolumeAsVdb | assign (MR.VoxelsLoad._ByValue_DicomVolumeAsVdb _other) |
Generated from method MR.VoxelsLoad.DicomVolumeAsVdb.operator=. | |
Public Member Functions inherited from MR.VoxelsLoad.Const_DicomVolumeAsVdb | |
| virtual void | Dispose () |
| unsafe | Const_DicomVolumeAsVdb () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_DicomVolumeAsVdb (MR._ByValue_VdbVolume vol, string name, MR.AffineXf3f xf) |
Constructs MR.VoxelsLoad.DicomVolumeAsVdb elementwise. | |
| unsafe | Const_DicomVolumeAsVdb (MR.VoxelsLoad._ByValue_DicomVolumeAsVdb _other) |
Generated from constructor MR.VoxelsLoad.DicomVolumeAsVdb.DicomVolumeAsVdb. | |
Properties | |
| new unsafe MR.VdbVolume | vol [get] |
| new unsafe MR.Std.String | name [get] |
| new unsafe ref MR.AffineXf3f | xf [get] |
Properties inherited from MR.VoxelsLoad.Const_DicomVolumeAsVdb | |
| unsafe MR.Const_VdbVolume | vol [get] |
| unsafe MR.Std.Const_String | name [get] |
| unsafe ref readonly MR.AffineXf3f | xf [get] |
Properties inherited from MR.Misc.Object< Const_DicomVolumeAsVdb > | |
| 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 Member Functions inherited from MR.VoxelsLoad.Const_DicomVolumeAsVdb | |
| virtual unsafe void | Dispose (bool disposing) |
Protected Attributes inherited from MR.Misc.Object< Const_DicomVolumeAsVdb > | |
| bool | _IsOwningVal |
Generated from class MR.VoxelsLoad.DicomVolumeAsVdb. This is the non-const half of the class.