Public Member Functions | |
_triV (VertexType *v0, VertexType *v1, VertexType *v2) | |
bool | operator!= (_triV const &tv) const |
bool | operator< (_triV const &tv) const |
bool | operator<= (_triV const &tv) const |
bool | operator== (_triV const &tv) const |
bool | operator> (_triV const &tv) const |
bool | operator>= (_triV const &tv) const |
const VertexType * | V (int index) const |
Public Attributes | |
VertexType * | v [3] |
Definition at line 539 of file complex/tetramesh/update/topology.h.
vcg::tetra::UpdateTopologyBase< STL_VERT_CONT, STL_TETRA_CONT >::_triV::_triV | ( | VertexType * | v0, | |
VertexType * | v1, | |||
VertexType * | v2 | |||
) | [inline] |
Definition at line 543 of file complex/tetramesh/update/topology.h.
bool vcg::tetra::UpdateTopologyBase< STL_VERT_CONT, STL_TETRA_CONT >::_triV::operator!= | ( | _triV const & | tv | ) | const [inline] |
Definition at line 561 of file complex/tetramesh/update/topology.h.
bool vcg::tetra::UpdateTopologyBase< STL_VERT_CONT, STL_TETRA_CONT >::_triV::operator< | ( | _triV const & | tv | ) | const [inline] |
Definition at line 596 of file complex/tetramesh/update/topology.h.
bool vcg::tetra::UpdateTopologyBase< STL_VERT_CONT, STL_TETRA_CONT >::_triV::operator<= | ( | _triV const & | tv | ) | const [inline] |
Definition at line 601 of file complex/tetramesh/update/topology.h.
bool vcg::tetra::UpdateTopologyBase< STL_VERT_CONT, STL_TETRA_CONT >::_triV::operator== | ( | _triV const & | tv | ) | const [inline] |
Definition at line 556 of file complex/tetramesh/update/topology.h.
bool vcg::tetra::UpdateTopologyBase< STL_VERT_CONT, STL_TETRA_CONT >::_triV::operator> | ( | _triV const & | tv | ) | const [inline] |
Definition at line 566 of file complex/tetramesh/update/topology.h.
bool vcg::tetra::UpdateTopologyBase< STL_VERT_CONT, STL_TETRA_CONT >::_triV::operator>= | ( | _triV const & | tv | ) | const [inline] |
Definition at line 606 of file complex/tetramesh/update/topology.h.
const VertexType* vcg::tetra::UpdateTopologyBase< STL_VERT_CONT, STL_TETRA_CONT >::_triV::V | ( | int | index | ) | const [inline] |
Definition at line 551 of file complex/tetramesh/update/topology.h.
VertexType* vcg::tetra::UpdateTopologyBase< STL_VERT_CONT, STL_TETRA_CONT >::_triV::v[3] |
Definition at line 541 of file complex/tetramesh/update/topology.h.