Public Member Functions | |
Edge (VertexType *a, VertexType *b) | |
const bool | operator< (const Edge &e) const |
const bool | operator== (const Edge &e) const |
Public Attributes | |
VertexType * | v0 |
VertexType * | v1 |
Definition at line 110 of file tetramesh/edge_collapse.h.
VertexType* vcg::tetra::EdgeCollapse< TETRA_MESH_TYPE >::Edge::v0 |
Definition at line 111 of file tetramesh/edge_collapse.h.