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

represents a box in 3D space subdivided on voxels stored in T Generated from class MR.SimpleVolumeU16. Derived classes: Direct: (non-virtual) MR.SimpleVolumeMinMaxU16 This is the non-const half of the class. More...

+ Inheritance diagram for MR.SimpleVolumeU16:

Public Member Functions

unsafe SimpleVolumeU16 ()
 Constructs an empty (default-constructed) instance.
 
unsafe SimpleVolumeU16 (MR._ByValue_Vector_UnsignedShort_MRVoxelId data, MR.Vector3i dims, MR.Vector3f voxelSize)
 Constructs MR.SimpleVolumeU16 elementwise.
 
unsafe SimpleVolumeU16 (MR._ByValue_SimpleVolumeU16 _other)
 Generated from constructor MR.SimpleVolumeU16.SimpleVolumeU16.
 
 SimpleVolumeU16 (Const_SimpleVolumeU16 _other)
 Generated from constructor MR.SimpleVolumeU16.SimpleVolumeU16.
 
 SimpleVolumeU16 (SimpleVolumeU16 _other)
 Generated from constructor MR.SimpleVolumeU16.SimpleVolumeU16.
 
unsafe MR.SimpleVolumeU16 assign (MR._ByValue_SimpleVolumeU16 _other)
 Generated from method MR.SimpleVolumeU16.operator=.
 

Properties

new unsafe MR.Vector_UnsignedShort_MRVoxelId data [get, protected set]
 
new unsafe ref MR.Vector3i dims [get]
 
new unsafe ref MR.Vector3f voxelSize [get]
 

Detailed Description

represents a box in 3D space subdivided on voxels stored in T Generated from class MR.SimpleVolumeU16. Derived classes: Direct: (non-virtual) MR.SimpleVolumeMinMaxU16 This is the non-const half of the class.

Constructor & Destructor Documentation

◆ SimpleVolumeU16() [1/5]

unsafe MR.SimpleVolumeU16.SimpleVolumeU16 ( )
inline

Constructs an empty (default-constructed) instance.

◆ SimpleVolumeU16() [2/5]

unsafe MR.SimpleVolumeU16.SimpleVolumeU16 ( MR._ByValue_Vector_UnsignedShort_MRVoxelId data,
MR.Vector3i dims,
MR.Vector3f voxelSize )
inline

Constructs MR.SimpleVolumeU16 elementwise.

◆ SimpleVolumeU16() [3/5]

unsafe MR.SimpleVolumeU16.SimpleVolumeU16 ( MR._ByValue_SimpleVolumeU16 _other)
inline

Generated from constructor MR.SimpleVolumeU16.SimpleVolumeU16.

◆ SimpleVolumeU16() [4/5]

MR.SimpleVolumeU16.SimpleVolumeU16 ( Const_SimpleVolumeU16 _other)
inline

Generated from constructor MR.SimpleVolumeU16.SimpleVolumeU16.

◆ SimpleVolumeU16() [5/5]

MR.SimpleVolumeU16.SimpleVolumeU16 ( SimpleVolumeU16 _other)
inline

Generated from constructor MR.SimpleVolumeU16.SimpleVolumeU16.

Member Function Documentation

◆ assign()

unsafe MR.SimpleVolumeU16 MR.SimpleVolumeU16.assign ( MR._ByValue_SimpleVolumeU16 _other)
inline

Generated from method MR.SimpleVolumeU16.operator=.

Property Documentation

◆ data

new unsafe MR.Vector_UnsignedShort_MRVoxelId MR.SimpleVolumeU16.data
getprotected set

◆ dims

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

◆ voxelSize

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

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