#include <GteTSManifoldMesh.h>
Public Member Functions | |
Tetrahedron (int v0, int v1, int v2, int v3) | |
virtual | ~Tetrahedron () |
Public Attributes | |
std::weak_ptr< Tetrahedron > | S [4] |
std::weak_ptr< Triangle > | T [4] |
int | V [4] |
Definition at line 46 of file GteTSManifoldMesh.h.
|
virtual |
Definition at line 244 of file GteTSManifoldMesh.cpp.
Definition at line 248 of file GteTSManifoldMesh.cpp.
std::weak_ptr<Tetrahedron> gte::TSManifoldMesh::Tetrahedron::S[4] |
Definition at line 65 of file GteTSManifoldMesh.h.
std::weak_ptr<Triangle> gte::TSManifoldMesh::Tetrahedron::T[4] |
Definition at line 61 of file GteTSManifoldMesh.h.
int gte::TSManifoldMesh::Tetrahedron::V[4] |
Definition at line 54 of file GteTSManifoldMesh.h.