MeshLib C# Docs
Loading...
Searching...
No Matches
MR.VdbVolume Class Reference

represents a box in 3D space subdivided on voxels stored in T; and stores minimum and maximum values among all valid voxels Generated from class MR.VdbVolume. Base classes: Direct: (non-virtual) MR.VoxelsVolume<MR.FloatGrid> MR.Box1f This is the non-const half of the class. More...

+ Inheritance diagram for MR.VdbVolume:

Public Member Functions

unsafe VdbVolume ()
 Constructs an empty (default-constructed) instance.
 
unsafe VdbVolume (MR._ByValue_VdbVolume _other)
 Generated from constructor MR.VdbVolume.VdbVolume.
 
 VdbVolume (Const_VdbVolume _other)
 Generated from constructor MR.VdbVolume.VdbVolume.
 
 VdbVolume (VdbVolume _other)
 Generated from constructor MR.VdbVolume.VdbVolume.
 
unsafe MR.VdbVolume assign (MR._ByValue_VdbVolume _other)
 Generated from method MR.VdbVolume.operator=.
 
unsafe ref MR.Box1f intersect (in MR.Box1f b)
 Generated from method MR.VdbVolume.intersect.
 

Static Public Member Functions

static unsafe implicit operator MR.VoxelsVolume_MRFloatGrid (VdbVolume self)
 
static unsafe implicit operator MR.Box_Box1f (VdbVolume self)
 

Properties

new unsafe MR.FloatGrid data [get, protected set]
 
new unsafe ref MR.Vector3i dims [get]
 
new unsafe ref MR.Vector3f voxelSize [get]
 
new unsafe ref float min [get]
 
new unsafe ref float max [get]
 

Detailed Description

represents a box in 3D space subdivided on voxels stored in T; and stores minimum and maximum values among all valid voxels Generated from class MR.VdbVolume. Base classes: Direct: (non-virtual) MR.VoxelsVolume<MR.FloatGrid> MR.Box1f This is the non-const half of the class.

Constructor & Destructor Documentation

◆ VdbVolume() [1/4]

unsafe MR.VdbVolume.VdbVolume ( )
inline

Constructs an empty (default-constructed) instance.

◆ VdbVolume() [2/4]

unsafe MR.VdbVolume.VdbVolume ( MR._ByValue_VdbVolume _other)
inline

Generated from constructor MR.VdbVolume.VdbVolume.

◆ VdbVolume() [3/4]

MR.VdbVolume.VdbVolume ( Const_VdbVolume _other)
inline

Generated from constructor MR.VdbVolume.VdbVolume.

◆ VdbVolume() [4/4]

MR.VdbVolume.VdbVolume ( VdbVolume _other)
inline

Generated from constructor MR.VdbVolume.VdbVolume.

Member Function Documentation

◆ assign()

unsafe MR.VdbVolume MR.VdbVolume.assign ( MR._ByValue_VdbVolume _other)
inline

Generated from method MR.VdbVolume.operator=.

◆ intersect()

unsafe ref MR.Box1f MR.VdbVolume.intersect ( in MR.Box1f b)
inline

Generated from method MR.VdbVolume.intersect.

◆ operator MR.Box_Box1f()

static unsafe implicit MR.VdbVolume.operator MR.Box_Box1f ( VdbVolume self)
inlinestatic

◆ operator MR.VoxelsVolume_MRFloatGrid()

static unsafe implicit MR.VdbVolume.operator MR.VoxelsVolume_MRFloatGrid ( VdbVolume self)
inlinestatic

Property Documentation

◆ data

new unsafe MR.FloatGrid MR.VdbVolume.data
getprotected set

◆ dims

new unsafe ref MR.Vector3i MR.VdbVolume.dims
get

◆ max

new unsafe ref float MR.VdbVolume.max
get

◆ min

new unsafe ref float MR.VdbVolume.min
get

◆ voxelSize

new unsafe ref MR.Vector3f MR.VdbVolume.voxelSize
get

The documentation for this class was generated from the following file: