MeshLib C# Docs
Loading...
Searching...
No Matches

Generated from class MR.PreciseVertCoords. This is the const half of the class. More...

Inheritance diagram for MR.Const_PreciseVertCoords:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_PreciseVertCoords ()
 Constructs an empty (default-constructed) instance.
unsafe Const_PreciseVertCoords (MR.VertId id, MR.Vector3i pt)
 Constructs MR.PreciseVertCoords elementwise.
unsafe Const_PreciseVertCoords (MR.Const_PreciseVertCoords _other)
 Generated from constructor MR.PreciseVertCoords.PreciseVertCoords.
 Const_PreciseVertCoords (PreciseVertCoords _other)
 Generated from constructor MR.PreciseVertCoords.PreciseVertCoords.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.VertId__ref_storage_id
unsafe MR.Vector3i__ref_storage_pt

Properties

unsafe ref readonly MR.VertId id [get]
 unique id of the vertex (in both meshes)
unsafe ref readonly MR.Vector3i pt [get]
 integer coordinates of the vertex

Detailed Description

Generated from class MR.PreciseVertCoords. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_PreciseVertCoords() [1/4]

unsafe MR.Const_PreciseVertCoords.Const_PreciseVertCoords ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_PreciseVertCoords() [2/4]

unsafe MR.Const_PreciseVertCoords.Const_PreciseVertCoords ( MR.VertId id,
MR.Vector3i pt )
inline

Constructs MR.PreciseVertCoords elementwise.

◆ Const_PreciseVertCoords() [3/4]

unsafe MR.Const_PreciseVertCoords.Const_PreciseVertCoords ( MR.Const_PreciseVertCoords _other)
inline

Generated from constructor MR.PreciseVertCoords.PreciseVertCoords.

◆ Const_PreciseVertCoords() [4/4]

MR.Const_PreciseVertCoords.Const_PreciseVertCoords ( PreciseVertCoords _other)
inline

Generated from constructor MR.PreciseVertCoords.PreciseVertCoords.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_PreciseVertCoords.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_PreciseVertCoords.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_id

unsafe MR.VertId* MR.Const_PreciseVertCoords.__ref_storage_id
protected

◆ __ref_storage_pt

unsafe MR.Vector3i* MR.Const_PreciseVertCoords.__ref_storage_pt
protected

Property Documentation

◆ id

unsafe ref readonly MR.VertId MR.Const_PreciseVertCoords.id
get

unique id of the vertex (in both meshes)

◆ pt

unsafe ref readonly MR.Vector3i MR.Const_PreciseVertCoords.pt
get

integer coordinates of the vertex


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