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

edge from one mesh and triangle from another mesh Generated from class MR.EdgeTri. This is the const half of the class. More...

Inheritance diagram for MR.Const_EdgeTri:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_EdgeTri ()
 Constructs an empty (default-constructed) instance.
unsafe Const_EdgeTri (MR.Const_EdgeTri _other)
 Generated from constructor MR.EdgeTri.EdgeTri.
 Const_EdgeTri (EdgeTri _other)
 Generated from constructor MR.EdgeTri.EdgeTri.
unsafe Const_EdgeTri (MR.EdgeId e, MR.FaceId t)
 Generated from constructor MR.EdgeTri.EdgeTri.
bool Equals (MR.Const_EdgeTri? b)
override bool Equals (object? other)

Static Public Member Functions

static unsafe bool operator== (MR.Const_EdgeTri a, MR.Const_EdgeTri b)
 Generated from function MR::operator==.
static unsafe bool operator!= (MR.Const_EdgeTri a, MR.Const_EdgeTri b)

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.EdgeId__ref_storage_edge
unsafe MR.FaceId__ref_storage_tri

Properties

unsafe ref readonly MR.EdgeId edge [get]
unsafe ref readonly MR.FaceId tri [get]

Detailed Description

edge from one mesh and triangle from another mesh Generated from class MR.EdgeTri. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_EdgeTri() [1/4]

unsafe MR.Const_EdgeTri.Const_EdgeTri ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_EdgeTri() [2/4]

unsafe MR.Const_EdgeTri.Const_EdgeTri ( MR.Const_EdgeTri _other)
inline

Generated from constructor MR.EdgeTri.EdgeTri.

◆ Const_EdgeTri() [3/4]

MR.Const_EdgeTri.Const_EdgeTri ( EdgeTri _other)
inline

Generated from constructor MR.EdgeTri.EdgeTri.

◆ Const_EdgeTri() [4/4]

unsafe MR.Const_EdgeTri.Const_EdgeTri ( MR.EdgeId e,
MR.FaceId t )
inline

Generated from constructor MR.EdgeTri.EdgeTri.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_EdgeTri.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ Equals() [1/2]

bool MR.Const_EdgeTri.Equals ( MR.Const_EdgeTri? b)
inline

◆ Equals() [2/2]

override bool MR.Const_EdgeTri.Equals ( object? other)
inline

◆ operator!=()

unsafe bool MR.Const_EdgeTri.operator!= ( MR.Const_EdgeTri a,
MR.Const_EdgeTri b )
inlinestatic

◆ operator==()

unsafe bool MR.Const_EdgeTri.operator== ( MR.Const_EdgeTri a,
MR.Const_EdgeTri b )
inlinestatic

Generated from function MR::operator==.

Member Data Documentation

◆ __ref_storage_edge

unsafe MR.EdgeId* MR.Const_EdgeTri.__ref_storage_edge
protected

◆ __ref_storage_tri

unsafe MR.FaceId* MR.Const_EdgeTri.__ref_storage_tri
protected

Property Documentation

◆ edge

unsafe ref readonly MR.EdgeId MR.Const_EdgeTri.edge
get

◆ tri

unsafe ref readonly MR.FaceId MR.Const_EdgeTri.tri
get

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