VoxelsVolumeAccessor specialization for VDB volume Generated from class MR.VoxelsVolumeAccessor<MR.VdbVolume>. This is the const half of the class.
More...
Inheritance diagram for MR.Const_VoxelsVolumeAccessor_MRVdbVolume:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_VoxelsVolumeAccessor_MRVdbVolume (MR._ByValue_VoxelsVolumeAccessor_MRVdbVolume _other) |
Generated from constructor MR.VoxelsVolumeAccessor<MR.VdbVolume>::VoxelsVolumeAccessor. | |
| unsafe | Const_VoxelsVolumeAccessor_MRVdbVolume (MR.Const_VdbVolume volume) |
Generated from constructor MR.VoxelsVolumeAccessor<MR.VdbVolume>::VoxelsVolumeAccessor. | |
| unsafe float | get (in MR.Vector3i pos) |
Generated from method MR.VoxelsVolumeAccessor<MR.VdbVolume>::get. | |
| unsafe float | get (MR.Const_VoxelLocation loc) |
Generated from method MR.VoxelsVolumeAccessor<MR.VdbVolume>::get. | |
| unsafe ref readonly MR.Vector3i | minCoord () |
Generated from method MR.VoxelsVolumeAccessor<MR.VdbVolume>::minCoord. | |
| unsafe MR.Vector3f | shift () |
this additional shift shall be added to integer voxel coordinates during transformation in 3D space Generated from method MR.VoxelsVolumeAccessor<MR.VdbVolume>::shift. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| static unsafe bool | CacheEffective [get] |
Properties inherited from MR.Misc.Object< Const_VoxelsVolumeAccessor_MRVdbVolume > | |
| 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_VoxelsVolumeAccessor_MRVdbVolume > | |
| bool | _IsOwningVal |
VoxelsVolumeAccessor specialization for VDB volume Generated from class MR.VoxelsVolumeAccessor<MR.VdbVolume>. This is the const half of the class.