MeshLib C# Docs
Loading...
Searching...
No Matches
MRVolumeInterpolation.cs File Reference

Classes

class  MR
 
class  MR.VoxelsVolumeInterpolatedAccessor_MRVoxelsVolumeAccessorMRVdbVolume
 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.VdbVolume>>. This is the non-const half of the class. More...
 
class  MR.VoxelsVolumeInterpolatedAccessor_MRVoxelsVolumeAccessorMRSimpleVolumeMinMax
 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.SimpleVolumeMinMax>>. This is the non-const half of the class. More...
 
class  MR.VoxelsVolumeInterpolatedAccessor_MRVoxelsVolumeAccessorMRFunctionVolume
 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 non-const half of the class. More...