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

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

Inheritance diagram for MR.Const_PreciseVertCoords2:

Classes

struct  _Underlying

Public Member Functions

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

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.VertId__ref_storage_id
unsafe MR.Vector2i__ref_storage_pt

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_PreciseVertCoords2() [1/4]

unsafe MR.Const_PreciseVertCoords2.Const_PreciseVertCoords2 ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_PreciseVertCoords2() [2/4]

unsafe MR.Const_PreciseVertCoords2.Const_PreciseVertCoords2 ( MR.VertId id,
MR.Vector2i pt )
inline

Constructs MR.PreciseVertCoords2 elementwise.

◆ Const_PreciseVertCoords2() [3/4]

unsafe MR.Const_PreciseVertCoords2.Const_PreciseVertCoords2 ( MR.Const_PreciseVertCoords2 _other)
inline

Generated from constructor MR.PreciseVertCoords2.PreciseVertCoords2.

◆ Const_PreciseVertCoords2() [4/4]

MR.Const_PreciseVertCoords2.Const_PreciseVertCoords2 ( PreciseVertCoords2 _other)
inline

Generated from constructor MR.PreciseVertCoords2.PreciseVertCoords2.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_PreciseVertCoords2.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ref_storage_id

unsafe MR.VertId* MR.Const_PreciseVertCoords2.__ref_storage_id
protected

◆ __ref_storage_pt

unsafe MR.Vector2i* MR.Const_PreciseVertCoords2.__ref_storage_pt
protected

Property Documentation

◆ id

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

unique id of the vertex (in both contours)

◆ pt

unsafe ref readonly MR.Vector2i MR.Const_PreciseVertCoords2.pt
get

integer coordinates of the vertex


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