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

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.
 
unsafe Const_FanRecord (MR.Const_NoInit _1)
 Generated from constructor MR.FanRecord.FanRecord.
 

Static Public Member Functions

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)
 

Properties

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_FanRecord >
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_FanRecord >
bool _IsOwningVal
 

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.

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


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