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

describes one fan of triangles around a point excluding the point Generated from class MR.FanRecord. Derived classes: Direct: (non-virtual) MR.FanRecordWithCenter This is the const half of the class. More...

Inheritance diagram for MR.Const_FanRecord:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_FanRecord (MR._InOpt_VertId b=default, uint? fn=null)
 Generated from constructor MR.FanRecord.FanRecord. Parameter b defaults to {}. Parameter fn defaults to 0.
unsafe Const_FanRecord (MR.Const_FanRecord _other)
 Generated from constructor MR.FanRecord.FanRecord.
 Const_FanRecord (FanRecord _other)
 Generated from constructor MR.FanRecord.FanRecord.
unsafe Const_FanRecord (MR.Const_NoInit _1)
 Generated from constructor MR.FanRecord.FanRecord.

Static Public Member Functions

static unsafe implicit operator Const_FanRecord (MR._InOpt_VertId b)
 Generated from constructor MR.FanRecord.FanRecord. Parameter b defaults to {}. Parameter fn defaults to 0.
static unsafe implicit operator Const_FanRecord (MR.Const_NoInit _1)
 Generated from constructor MR.FanRecord.FanRecord.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.VertId__ref_storage_border
unsafe uint * __ref_storage_firstNei

Properties

unsafe ref readonly MR.VertId border [get]
 first border edge (invalid if the center point is not on the boundary); triangle associated with this point is absent
unsafe uint firstNei [get]
 the position of first neigbor in LocalTriangulations::neighbours

Detailed Description

describes one fan of triangles around a point excluding the point Generated from class MR.FanRecord. Derived classes: Direct: (non-virtual) MR.FanRecordWithCenter This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_FanRecord() [1/4]

unsafe MR.Const_FanRecord.Const_FanRecord ( MR._InOpt_VertId b = default,
uint? fn = null )
inline

Generated from constructor MR.FanRecord.FanRecord. Parameter b defaults to {}. Parameter fn defaults to 0.

◆ Const_FanRecord() [2/4]

unsafe MR.Const_FanRecord.Const_FanRecord ( MR.Const_FanRecord _other)
inline

Generated from constructor MR.FanRecord.FanRecord.

◆ Const_FanRecord() [3/4]

MR.Const_FanRecord.Const_FanRecord ( FanRecord _other)
inline

Generated from constructor MR.FanRecord.FanRecord.

◆ Const_FanRecord() [4/4]

unsafe MR.Const_FanRecord.Const_FanRecord ( MR.Const_NoInit _1)
inline

Generated from constructor MR.FanRecord.FanRecord.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_FanRecord.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ operator Const_FanRecord() [1/2]

unsafe implicit MR.Const_FanRecord.operator Const_FanRecord ( MR._InOpt_VertId b)
inlinestatic

Generated from constructor MR.FanRecord.FanRecord. Parameter b defaults to {}. Parameter fn defaults to 0.

◆ operator Const_FanRecord() [2/2]

unsafe implicit MR.Const_FanRecord.operator Const_FanRecord ( MR.Const_NoInit _1)
inlinestatic

Generated from constructor MR.FanRecord.FanRecord.

Member Data Documentation

◆ __ref_storage_border

unsafe MR.VertId* MR.Const_FanRecord.__ref_storage_border
protected

◆ __ref_storage_firstNei

unsafe uint* MR.Const_FanRecord.__ref_storage_firstNei
protected

Property Documentation

◆ border

unsafe ref readonly MR.VertId MR.Const_FanRecord.border
get

first border edge (invalid if the center point is not on the boundary); triangle associated with this point is absent

◆ firstNei

unsafe uint MR.Const_FanRecord.firstNei
get

the position of first neigbor in LocalTriangulations::neighbours


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