#include <triconvert.h>
Public Member Functions | |
InsertedV (TriVertexType *_v, FaceType *_f, int _z) | |
const bool | operator!= (const InsertedV &o) |
const bool | operator< (const InsertedV &o) |
const bool | operator== (const InsertedV &o) |
Public Attributes | |
FaceType * | f |
TriVertexType * | v |
int | z |
Definition at line 128 of file triconvert.h.
vcg::tetra::TriConverter< TETRA_MESH, TRI_MESH >::InsertedV::InsertedV | ( | TriVertexType * | _v, | |
FaceType * | _f, | |||
int | _z | |||
) | [inline] |
Definition at line 129 of file triconvert.h.
const bool vcg::tetra::TriConverter< TETRA_MESH, TRI_MESH >::InsertedV::operator!= | ( | const InsertedV & | o | ) | [inline] |
Definition at line 143 of file triconvert.h.
const bool vcg::tetra::TriConverter< TETRA_MESH, TRI_MESH >::InsertedV::operator< | ( | const InsertedV & | o | ) | [inline] |
Definition at line 137 of file triconvert.h.
const bool vcg::tetra::TriConverter< TETRA_MESH, TRI_MESH >::InsertedV::operator== | ( | const InsertedV & | o | ) | [inline] |
Definition at line 140 of file triconvert.h.
FaceType* vcg::tetra::TriConverter< TETRA_MESH, TRI_MESH >::InsertedV::f |
Definition at line 134 of file triconvert.h.
TriVertexType* vcg::tetra::TriConverter< TETRA_MESH, TRI_MESH >::InsertedV::v |
Definition at line 133 of file triconvert.h.
int vcg::tetra::TriConverter< TETRA_MESH, TRI_MESH >::InsertedV::z |
Definition at line 135 of file triconvert.h.