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

represents a box in 3D space subdivided on voxels stored in T Generated from class MR.FunctionVolumeU8. This is the non-const half of the class. More...

+ Inheritance diagram for MR.FunctionVolumeU8:

Public Member Functions

unsafe FunctionVolumeU8 ()
 Constructs an empty (default-constructed) instance.
 
unsafe FunctionVolumeU8 (MR.Std._ByValue_Function_UnsignedCharFuncFromConstMRVector3iRef data, MR.Vector3i dims, MR.Vector3f voxelSize)
 Constructs MR.FunctionVolumeU8 elementwise.
 
unsafe FunctionVolumeU8 (MR._ByValue_FunctionVolumeU8 _other)
 Generated from constructor MR.FunctionVolumeU8.FunctionVolumeU8.
 
 FunctionVolumeU8 (Const_FunctionVolumeU8 _other)
 Generated from constructor MR.FunctionVolumeU8.FunctionVolumeU8.
 
 FunctionVolumeU8 (FunctionVolumeU8 _other)
 Generated from constructor MR.FunctionVolumeU8.FunctionVolumeU8.
 
unsafe MR.FunctionVolumeU8 assign (MR._ByValue_FunctionVolumeU8 _other)
 Generated from method MR.FunctionVolumeU8.operator=.
 

Properties

new unsafe MR.Std.Function_UnsignedCharFuncFromConstMRVector3iRef 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.FunctionVolumeU8. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ FunctionVolumeU8() [1/5]

unsafe MR.FunctionVolumeU8.FunctionVolumeU8 ( )
inline

Constructs an empty (default-constructed) instance.

◆ FunctionVolumeU8() [2/5]

unsafe MR.FunctionVolumeU8.FunctionVolumeU8 ( MR.Std._ByValue_Function_UnsignedCharFuncFromConstMRVector3iRef data,
MR.Vector3i dims,
MR.Vector3f voxelSize )
inline

Constructs MR.FunctionVolumeU8 elementwise.

◆ FunctionVolumeU8() [3/5]

unsafe MR.FunctionVolumeU8.FunctionVolumeU8 ( MR._ByValue_FunctionVolumeU8 _other)
inline

Generated from constructor MR.FunctionVolumeU8.FunctionVolumeU8.

◆ FunctionVolumeU8() [4/5]

MR.FunctionVolumeU8.FunctionVolumeU8 ( Const_FunctionVolumeU8 _other)
inline

Generated from constructor MR.FunctionVolumeU8.FunctionVolumeU8.

◆ FunctionVolumeU8() [5/5]

MR.FunctionVolumeU8.FunctionVolumeU8 ( FunctionVolumeU8 _other)
inline

Generated from constructor MR.FunctionVolumeU8.FunctionVolumeU8.

Member Function Documentation

◆ assign()

unsafe MR.FunctionVolumeU8 MR.FunctionVolumeU8.assign ( MR._ByValue_FunctionVolumeU8 _other)
inline

Generated from method MR.FunctionVolumeU8.operator=.

Property Documentation

◆ data

new unsafe MR.Std.Function_UnsignedCharFuncFromConstMRVector3iRef MR.FunctionVolumeU8.data
getprotected set

◆ dims

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

◆ voxelSize

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

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