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

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

Inheritance diagram for MR.Const_PreciseVertCoord:

Classes

struct  _Underlying

Public Member Functions

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

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.VertId__ref_storage_id
unsafe int * __ref_storage_pt

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_PreciseVertCoord() [1/4]

unsafe MR.Const_PreciseVertCoord.Const_PreciseVertCoord ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_PreciseVertCoord() [2/4]

unsafe MR.Const_PreciseVertCoord.Const_PreciseVertCoord ( MR.VertId id,
int pt )
inline

Constructs MR.PreciseVertCoord elementwise.

◆ Const_PreciseVertCoord() [3/4]

unsafe MR.Const_PreciseVertCoord.Const_PreciseVertCoord ( MR.Const_PreciseVertCoord _other)
inline

Generated from constructor MR.PreciseVertCoord.PreciseVertCoord.

◆ Const_PreciseVertCoord() [4/4]

MR.Const_PreciseVertCoord.Const_PreciseVertCoord ( PreciseVertCoord _other)
inline

Generated from constructor MR.PreciseVertCoord.PreciseVertCoord.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_PreciseVertCoord.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ref_storage_id

unsafe MR.VertId* MR.Const_PreciseVertCoord.__ref_storage_id
protected

◆ __ref_storage_pt

unsafe int* MR.Const_PreciseVertCoord.__ref_storage_pt
protected

Property Documentation

◆ id

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

unique id of the vertex (in both contours)

◆ pt

unsafe int MR.Const_PreciseVertCoord.pt
get

coordinate


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