MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_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 const half of the class. More...

+ Inheritance diagram for MR.Const_FanRecordWithCenter:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_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 Const_FanRecordWithCenter (MR.Const_FanRecordWithCenter _other)
 Generated from constructor MR.FanRecordWithCenter.FanRecordWithCenter.
 
unsafe Const_FanRecordWithCenter (MR.Const_NoInit _1)
 Generated from constructor MR.FanRecordWithCenter.FanRecordWithCenter.
 

Static Public Member Functions

static unsafe implicit operator MR.Const_FanRecord (Const_FanRecordWithCenter self)
 
static unsafe implicit operator Const_FanRecordWithCenter (MR.Const_NoInit _1)
 Generated from constructor MR.FanRecordWithCenter.FanRecordWithCenter.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe ref readonly MR.VertId center [get]
 center point in the fan
 
unsafe ref readonly MR.VertId border [get]
 
unsafe uint firstNei [get]
 the position of first neigbor in LocalTriangulations.neighbours
 
- Properties inherited from MR.Misc.Object< Const_FanRecordWithCenter >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_FanRecordWithCenter >
bool _IsOwningVal
 

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 const half of the class.

Property Documentation

◆ border

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

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


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