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

very simple structure for storing mesh of triangles only, without easy navigation between neighbor elements as in Mesh Generated from class MR.TriMesh. This is the const half of the class. More...

Inheritance diagram for MR.Const_TriMesh:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_TriMesh ()
 Constructs an empty (default-constructed) instance.
unsafe Const_TriMesh (MR._ByValue_Triangulation tris, MR._ByValue_VertCoords points)
 Constructs MR.TriMesh elementwise.
unsafe Const_TriMesh (MR._ByValue_TriMesh _other)
 Generated from constructor MR.TriMesh.TriMesh.
 Const_TriMesh (Const_TriMesh _other)
 Generated from constructor MR.TriMesh.TriMesh.
 Const_TriMesh (TriMesh _other)
 Generated from constructor MR.TriMesh.TriMesh.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Properties

unsafe MR.Const_Triangulation tris [get, protected set]
unsafe MR.Const_VertCoords points [get, protected set]

Detailed Description

very simple structure for storing mesh of triangles only, without easy navigation between neighbor elements as in Mesh Generated from class MR.TriMesh. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_TriMesh() [1/5]

unsafe MR.Const_TriMesh.Const_TriMesh ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_TriMesh() [2/5]

unsafe MR.Const_TriMesh.Const_TriMesh ( MR._ByValue_Triangulation tris,
MR._ByValue_VertCoords points )
inline

Constructs MR.TriMesh elementwise.

◆ Const_TriMesh() [3/5]

unsafe MR.Const_TriMesh.Const_TriMesh ( MR._ByValue_TriMesh _other)
inline

Generated from constructor MR.TriMesh.TriMesh.

◆ Const_TriMesh() [4/5]

MR.Const_TriMesh.Const_TriMesh ( Const_TriMesh _other)
inline

Generated from constructor MR.TriMesh.TriMesh.

◆ Const_TriMesh() [5/5]

MR.Const_TriMesh.Const_TriMesh ( TriMesh _other)
inline

Generated from constructor MR.TriMesh.TriMesh.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_TriMesh.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Property Documentation

◆ points

unsafe MR.Const_VertCoords MR.Const_TriMesh.points
getprotected set

◆ tris

unsafe MR.Const_Triangulation MR.Const_TriMesh.tris
getprotected set

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