helper class for generalized access to voxel volume data with trilinear interpolation coordinate: 0 voxelSize | | I—*—I—*—I— | | | value: [0] [1] [2] ... note: this class is as thread-safe as the underlying Accessor e.g. VoxelsVolumeAccessor<VdbVolume> is not thread-safe (but several instances on same volume is thread-safe) Generated from class MR.VoxelsVolumeInterpolatedAccessor<MR.VoxelsVolumeAccessor<MR.FunctionVolume>>. This is the const half of the class.
More...
Inheritance diagram for MR.Const_VoxelsVolumeInterpolatedAccessor_MRVoxelsVolumeAccessorMRFunctionVolume:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_VoxelsVolumeInterpolatedAccessor_MRVoxelsVolumeAccessorMRFunctionVolume (MR.Const_FunctionVolume volume, MR.Const_VoxelsVolumeAccessor_MRFunctionVolume accessor) |
create an accessor instance that stores references to volume and its accessor the volume should not modified while it is accessed by this class Generated from constructor MR.VoxelsVolumeInterpolatedAccessor<MR.VoxelsVolumeAccessor<MR.FunctionVolume>>::VoxelsVolumeInterpolatedAccessor. | |
| unsafe | Const_VoxelsVolumeInterpolatedAccessor_MRVoxelsVolumeAccessorMRFunctionVolume (MR.Const_VoxelsVolumeInterpolatedAccessor_MRVoxelsVolumeAccessorMRFunctionVolume other, MR.Const_VoxelsVolumeAccessor_MRFunctionVolume accessor) |
a copying-like constructor with explicitly provided accessor Generated from constructor MR.VoxelsVolumeInterpolatedAccessor<MR.VoxelsVolumeAccessor<MR.FunctionVolume>>::VoxelsVolumeInterpolatedAccessor. | |
| unsafe float | get (in MR.Vector3f pos) |
get value at specified coordinates Generated from method MR.VoxelsVolumeInterpolatedAccessor<MR.VoxelsVolumeAccessor<MR.FunctionVolume>>::get. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_VoxelsVolumeInterpolatedAccessor_MRVoxelsVolumeAccessorMRFunctionVolume > | |
| bool | _IsOwningVal |
Properties inherited from MR.Misc.Object< Const_VoxelsVolumeInterpolatedAccessor_MRVoxelsVolumeAccessorMRFunctionVolume > | |
| 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. | |
helper class for generalized access to voxel volume data with trilinear interpolation coordinate: 0 voxelSize | | I—*—I—*—I— | | | value: [0] [1] [2] ... note: this class is as thread-safe as the underlying Accessor e.g. VoxelsVolumeAccessor<VdbVolume> is not thread-safe (but several instances on same volume is thread-safe) Generated from class MR.VoxelsVolumeInterpolatedAccessor<MR.VoxelsVolumeAccessor<MR.FunctionVolume>>. This is the const half of the class.