#include <allocate.h>
Public Member Functions | |
InsertedVT (VertexType *_v, TetraType *_t, int _z) | |
const bool | operator!= (const InsertedVT &o) |
const bool | operator< (const InsertedVT &o) |
const bool | operator== (const InsertedVT &o) |
Public Attributes | |
TetraType * | t |
VertexType * | v |
int | z |
Definition at line 159 of file tetramesh/allocate.h.
vcg::tetra::Allocator< TM_TYPE >::InsertedVT::InsertedVT | ( | VertexType * | _v, | |
TetraType * | _t, | |||
int | _z | |||
) | [inline] |
Definition at line 160 of file tetramesh/allocate.h.
const bool vcg::tetra::Allocator< TM_TYPE >::InsertedVT::operator!= | ( | const InsertedVT & | o | ) | [inline] |
Definition at line 174 of file tetramesh/allocate.h.
const bool vcg::tetra::Allocator< TM_TYPE >::InsertedVT::operator< | ( | const InsertedVT & | o | ) | [inline] |
Definition at line 168 of file tetramesh/allocate.h.
const bool vcg::tetra::Allocator< TM_TYPE >::InsertedVT::operator== | ( | const InsertedVT & | o | ) | [inline] |
Definition at line 171 of file tetramesh/allocate.h.
TetraType* vcg::tetra::Allocator< TM_TYPE >::InsertedVT::t |
Definition at line 165 of file tetramesh/allocate.h.
VertexType* vcg::tetra::Allocator< TM_TYPE >::InsertedVT::v |
Definition at line 164 of file tetramesh/allocate.h.
int vcg::tetra::Allocator< TM_TYPE >::InsertedVT::z |
Definition at line 166 of file tetramesh/allocate.h.