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 non-const half of the class.
More...
|
| unsafe | TriMesh () |
| | Constructs an empty (default-constructed) instance.
|
| |
| unsafe | TriMesh (MR._ByValue_Triangulation tris, MR._ByValue_VertCoords points) |
| | Constructs MR.TriMesh elementwise.
|
| |
| unsafe | TriMesh (MR._ByValue_TriMesh _other) |
| | Generated from constructor MR.TriMesh.TriMesh.
|
| |
| | TriMesh (Const_TriMesh _other) |
| | Generated from constructor MR.TriMesh.TriMesh.
|
| |
| | TriMesh (TriMesh _other) |
| | Generated from constructor MR.TriMesh.TriMesh.
|
| |
| unsafe MR.TriMesh | assign (MR._ByValue_TriMesh _other) |
| | Generated from method MR.TriMesh.operator=.
|
| |
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 non-const half of the class.
◆ TriMesh() [1/5]
| unsafe MR.TriMesh.TriMesh |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ TriMesh() [2/5]
| unsafe MR.TriMesh.TriMesh |
( |
MR._ByValue_Triangulation | tris, |
|
|
MR._ByValue_VertCoords | points ) |
|
inline |
◆ TriMesh() [3/5]
| unsafe MR.TriMesh.TriMesh |
( |
MR._ByValue_TriMesh | _other | ) |
|
|
inline |
Generated from constructor MR.TriMesh.TriMesh.
◆ TriMesh() [4/5]
| MR.TriMesh.TriMesh |
( |
Const_TriMesh | _other | ) |
|
|
inline |
Generated from constructor MR.TriMesh.TriMesh.
◆ TriMesh() [5/5]
| MR.TriMesh.TriMesh |
( |
TriMesh | _other | ) |
|
|
inline |
Generated from constructor MR.TriMesh.TriMesh.
◆ assign()
| unsafe MR.TriMesh MR.TriMesh.assign |
( |
MR._ByValue_TriMesh | _other | ) |
|
|
inline |
Generated from method MR.TriMesh.operator=.
◆ points
◆ tris
The documentation for this class was generated from the following file: