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

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

+ Inheritance diagram for MR.FanRecordWithCenter:

Public Member Functions

unsafe FanRecordWithCenter (MR._InOpt_VertId c=default, MR._InOpt_VertId b=default, uint? fn=null)
 Generated from constructor MR.FanRecordWithCenter.FanRecordWithCenter. Parameter c defaults to {}. Parameter b defaults to {}. Parameter fn defaults to 0.
 
unsafe FanRecordWithCenter (MR.Const_FanRecordWithCenter _other)
 Generated from constructor MR.FanRecordWithCenter.FanRecordWithCenter.
 
 FanRecordWithCenter (FanRecordWithCenter _other)
 Generated from constructor MR.FanRecordWithCenter.FanRecordWithCenter.
 
unsafe FanRecordWithCenter (MR.Const_NoInit _1)
 Generated from constructor MR.FanRecordWithCenter.FanRecordWithCenter.
 
unsafe MR.FanRecordWithCenter assign (MR.Const_FanRecordWithCenter _other)
 Generated from method MR.FanRecordWithCenter.operator=.
 

Static Public Member Functions

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

Properties

new unsafe ref MR.VertId center [get]
 center point in the fan
 
new unsafe ref MR.VertId border [get]
 
new unsafe ref uint firstNei [get]
 the position of first neigbor in LocalTriangulations.neighbours
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FanRecordWithCenter() [1/4]

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

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

◆ FanRecordWithCenter() [2/4]

unsafe MR.FanRecordWithCenter.FanRecordWithCenter ( MR.Const_FanRecordWithCenter _other)
inline

Generated from constructor MR.FanRecordWithCenter.FanRecordWithCenter.

◆ FanRecordWithCenter() [3/4]

MR.FanRecordWithCenter.FanRecordWithCenter ( FanRecordWithCenter _other)
inline

Generated from constructor MR.FanRecordWithCenter.FanRecordWithCenter.

◆ FanRecordWithCenter() [4/4]

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

Generated from constructor MR.FanRecordWithCenter.FanRecordWithCenter.

Member Function Documentation

◆ assign()

unsafe MR.FanRecordWithCenter MR.FanRecordWithCenter.assign ( MR.Const_FanRecordWithCenter _other)
inline

Generated from method MR.FanRecordWithCenter.operator=.

◆ operator FanRecordWithCenter() [1/2]

static unsafe implicit MR.FanRecordWithCenter.operator FanRecordWithCenter ( MR._InOpt_VertId c)
inlinestatic

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

◆ operator FanRecordWithCenter() [2/2]

static unsafe implicit MR.FanRecordWithCenter.operator FanRecordWithCenter ( MR.Const_NoInit _1)
inlinestatic

Generated from constructor MR.FanRecordWithCenter.FanRecordWithCenter.

◆ operator MR.FanRecord()

static unsafe implicit MR.FanRecordWithCenter.operator MR.FanRecord ( FanRecordWithCenter self)
inlinestatic

Property Documentation

◆ border

new unsafe ref MR.VertId MR.FanRecordWithCenter.border
get

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

◆ center

new unsafe ref MR.VertId MR.FanRecordWithCenter.center
get

center point in the fan

◆ firstNei

new unsafe ref uint MR.FanRecordWithCenter.firstNei
get

the position of first neigbor in LocalTriangulations.neighbours


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