#include <boundary.h>
Classes | |
struct | InsertedV |
Static Public Member Functions | |
template<class TetraContainer , class TriangleMeshType > | |
static void | OfTetramesh (TetraContainer &tetra, TriangleMeshType &trim) |
this function build a triangle mesh using the same pointers to the tetrahedral mesh vertex | |
template<class TetraContainer , class TriangleMeshType > | |
static void | OfTetrameshCopy (TetraContainer &tetra, TriangleMeshType &trim) |
this function build a triangle mesh using new pointers to the tetrahedral mesh vertex |
Class Boundary. This is class for exporting the boundary of a d simplicial complex as a d-1 simplicial complex
Definition at line 43 of file boundary.h.
static void vcg::Boundary::OfTetramesh | ( | TetraContainer & | tetra, | |
TriangleMeshType & | trim | |||
) | [inline, static] |
this function build a triangle mesh using the same pointers to the tetrahedral mesh vertex
Definition at line 48 of file boundary.h.
static void vcg::Boundary::OfTetrameshCopy | ( | TetraContainer & | tetra, | |
TriangleMeshType & | trim | |||
) | [inline, static] |
this function build a triangle mesh using new pointers to the tetrahedral mesh vertex
Definition at line 103 of file boundary.h.