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

contains both linear Id and 3D coordinates of the same voxel Generated from class MR.VoxelLocation. This is the non-const half of the class. More...

Inheritance diagram for MR.VoxelLocation:

Public Member Functions

unsafe VoxelLocation ()
 Constructs an empty (default-constructed) instance.
unsafe VoxelLocation (MR.VoxelId id, MR.Vector3i pos)
 Constructs MR.VoxelLocation elementwise.
unsafe VoxelLocation (MR.Const_VoxelLocation _other)
 Generated from constructor MR.VoxelLocation.VoxelLocation.
 VoxelLocation (VoxelLocation _other)
 Generated from constructor MR.VoxelLocation.VoxelLocation.
unsafe MR.VoxelLocation assign (MR.Const_VoxelLocation _other)
 Generated from method MR::VoxelLocation::operator=.
Public Member Functions inherited from MR.Const_VoxelLocation
virtual void Dispose ()
unsafe Const_VoxelLocation ()
 Constructs an empty (default-constructed) instance.
unsafe Const_VoxelLocation (MR.VoxelId id, MR.Vector3i pos)
 Constructs MR.VoxelLocation elementwise.
unsafe Const_VoxelLocation (MR.Const_VoxelLocation _other)
 Generated from constructor MR.VoxelLocation.VoxelLocation.
 Const_VoxelLocation (VoxelLocation _other)
 Generated from constructor MR.VoxelLocation.VoxelLocation.

Properties

new unsafe ref MR.VoxelId id [get]
new unsafe ref MR.Vector3i pos [get]
Properties inherited from MR.Const_VoxelLocation
unsafe ref readonly MR.VoxelId id [get]
unsafe ref readonly MR.Vector3i pos [get]

Additional Inherited Members

Static Public Member Functions inherited from MR.Const_VoxelLocation
static unsafe operator bool (MR.Const_VoxelLocation _this)
 check for validity Generated from conversion operator MR::VoxelLocation::operator bool.
Protected Member Functions inherited from MR.Const_VoxelLocation
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_VoxelLocation
unsafe MR.VoxelId__ref_storage_id
unsafe MR.Vector3i__ref_storage_pos

Detailed Description

contains both linear Id and 3D coordinates of the same voxel Generated from class MR.VoxelLocation. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ VoxelLocation() [1/4]

unsafe MR.VoxelLocation.VoxelLocation ( )
inline

Constructs an empty (default-constructed) instance.

◆ VoxelLocation() [2/4]

unsafe MR.VoxelLocation.VoxelLocation ( MR.VoxelId id,
MR.Vector3i pos )
inline

Constructs MR.VoxelLocation elementwise.

◆ VoxelLocation() [3/4]

unsafe MR.VoxelLocation.VoxelLocation ( MR.Const_VoxelLocation _other)
inline

Generated from constructor MR.VoxelLocation.VoxelLocation.

◆ VoxelLocation() [4/4]

MR.VoxelLocation.VoxelLocation ( VoxelLocation _other)
inline

Generated from constructor MR.VoxelLocation.VoxelLocation.

Member Function Documentation

◆ assign()

unsafe MR.VoxelLocation MR.VoxelLocation.assign ( MR.Const_VoxelLocation _other)
inline

Generated from method MR::VoxelLocation::operator=.

Property Documentation

◆ id

new unsafe ref MR.VoxelId MR.VoxelLocation.id
get

◆ pos

new unsafe ref MR.Vector3i MR.VoxelLocation.pos
get

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