#include <boundary.h>
Public Types | |
typedef TriVertexType::FaceType | FaceType |
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 80 of file boundary.h.
typedef TriVertexType::FaceType vcg::Boundary::InsertedV< TriVertexType >::FaceType |
Definition at line 82 of file boundary.h.
vcg::Boundary::InsertedV< TriVertexType >::InsertedV | ( | TriVertexType * | _v, | |
FaceType * | _f, | |||
int | _z | |||
) | [inline] |
Definition at line 83 of file boundary.h.
const bool vcg::Boundary::InsertedV< TriVertexType >::operator!= | ( | const InsertedV< TriVertexType > & | o | ) | [inline] |
Definition at line 95 of file boundary.h.
const bool vcg::Boundary::InsertedV< TriVertexType >::operator< | ( | const InsertedV< TriVertexType > & | o | ) | [inline] |
Definition at line 89 of file boundary.h.
const bool vcg::Boundary::InsertedV< TriVertexType >::operator== | ( | const InsertedV< TriVertexType > & | o | ) | [inline] |
Definition at line 92 of file boundary.h.
FaceType* vcg::Boundary::InsertedV< TriVertexType >::f |
Definition at line 86 of file boundary.h.
TriVertexType* vcg::Boundary::InsertedV< TriVertexType >::v |
Definition at line 85 of file boundary.h.
int vcg::Boundary::InsertedV< TriVertexType >::z |
Definition at line 87 of file boundary.h.