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

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

Inheritance diagram for MR.PreciseVertCoords:

Public Member Functions

unsafe PreciseVertCoords ()
 Constructs an empty (default-constructed) instance.
unsafe PreciseVertCoords (MR.VertId id, MR.Vector3i pt)
 Constructs MR.PreciseVertCoords elementwise.
unsafe PreciseVertCoords (MR.Const_PreciseVertCoords _other)
 Generated from constructor MR.PreciseVertCoords.PreciseVertCoords.
 PreciseVertCoords (PreciseVertCoords _other)
 Generated from constructor MR.PreciseVertCoords.PreciseVertCoords.
unsafe MR.PreciseVertCoords assign (MR.Const_PreciseVertCoords _other)
 Generated from method MR::PreciseVertCoords::operator=.
Public Member Functions inherited from MR.Const_PreciseVertCoords
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.

Properties

new unsafe ref MR.VertId id [get]
 unique id of the vertex (in both meshes)
new unsafe ref MR.Vector3i pt [get]
 integer coordinates of the vertex
Properties inherited from MR.Const_PreciseVertCoords
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

Additional Inherited Members

Protected Member Functions inherited from MR.Const_PreciseVertCoords
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_PreciseVertCoords
unsafe MR.VertId__ref_storage_id
unsafe MR.Vector3i__ref_storage_pt

Detailed Description

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

Constructor & Destructor Documentation

◆ PreciseVertCoords() [1/4]

unsafe MR.PreciseVertCoords.PreciseVertCoords ( )
inline

Constructs an empty (default-constructed) instance.

◆ PreciseVertCoords() [2/4]

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

Constructs MR.PreciseVertCoords elementwise.

◆ PreciseVertCoords() [3/4]

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

Generated from constructor MR.PreciseVertCoords.PreciseVertCoords.

◆ PreciseVertCoords() [4/4]

MR.PreciseVertCoords.PreciseVertCoords ( PreciseVertCoords _other)
inline

Generated from constructor MR.PreciseVertCoords.PreciseVertCoords.

Member Function Documentation

◆ assign()

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

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

Property Documentation

◆ id

new unsafe ref MR.VertId MR.PreciseVertCoords.id
get

unique id of the vertex (in both meshes)

◆ pt

new unsafe ref MR.Vector3i MR.PreciseVertCoords.pt
get

integer coordinates of the vertex


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