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

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

+ Inheritance diagram for MR.FunctionVolume:

Public Member Functions

unsafe FunctionVolume ()
 Constructs an empty (default-constructed) instance.
 
unsafe FunctionVolume (MR.Std._ByValue_Function_FloatFuncFromConstMRVector3iRef data, MR.Vector3i dims, MR.Vector3f voxelSize)
 Constructs MR.FunctionVolume elementwise.
 
unsafe FunctionVolume (MR._ByValue_FunctionVolume _other)
 Generated from constructor MR.FunctionVolume.FunctionVolume.
 
 FunctionVolume (Const_FunctionVolume _other)
 Generated from constructor MR.FunctionVolume.FunctionVolume.
 
 FunctionVolume (FunctionVolume _other)
 Generated from constructor MR.FunctionVolume.FunctionVolume.
 
unsafe MR.FunctionVolume assign (MR._ByValue_FunctionVolume _other)
 Generated from method MR.FunctionVolume.operator=.
 

Properties

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

Constructor & Destructor Documentation

◆ FunctionVolume() [1/5]

unsafe MR.FunctionVolume.FunctionVolume ( )
inline

Constructs an empty (default-constructed) instance.

◆ FunctionVolume() [2/5]

unsafe MR.FunctionVolume.FunctionVolume ( MR.Std._ByValue_Function_FloatFuncFromConstMRVector3iRef data,
MR.Vector3i dims,
MR.Vector3f voxelSize )
inline

Constructs MR.FunctionVolume elementwise.

◆ FunctionVolume() [3/5]

unsafe MR.FunctionVolume.FunctionVolume ( MR._ByValue_FunctionVolume _other)
inline

Generated from constructor MR.FunctionVolume.FunctionVolume.

◆ FunctionVolume() [4/5]

MR.FunctionVolume.FunctionVolume ( Const_FunctionVolume _other)
inline

Generated from constructor MR.FunctionVolume.FunctionVolume.

◆ FunctionVolume() [5/5]

MR.FunctionVolume.FunctionVolume ( FunctionVolume _other)
inline

Generated from constructor MR.FunctionVolume.FunctionVolume.

Member Function Documentation

◆ assign()

unsafe MR.FunctionVolume MR.FunctionVolume.assign ( MR._ByValue_FunctionVolume _other)
inline

Generated from method MR.FunctionVolume.operator=.

Property Documentation

◆ data

new unsafe MR.Std.Function_FloatFuncFromConstMRVector3iRef MR.FunctionVolume.data
getprotected set

◆ dims

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

◆ voxelSize

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

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