#include <subset.h>
Public Types | |
typedef IMeshType::FacePointer | FacePointer |
typedef I_MESH_TYPE | IMeshType |
typedef IMeshType::VertexPointer | VertexPointer |
Public Member Functions | |
InsertedV (VertexPointer _v, FacePointer _f, int _z) | |
bool | operator!= (const InsertedV &o) |
bool | operator< (const InsertedV &o) const |
bool | operator== (const InsertedV &o) |
Public Attributes | |
FacePointer | f |
VertexPointer | v |
int | z |
Definition at line 70 of file trimesh/subset.h.
typedef IMeshType::FacePointer vcg::tri::InsertedV< I_MESH_TYPE >::FacePointer |
Definition at line 74 of file trimesh/subset.h.
typedef I_MESH_TYPE vcg::tri::InsertedV< I_MESH_TYPE >::IMeshType |
Definition at line 72 of file trimesh/subset.h.
typedef IMeshType::VertexPointer vcg::tri::InsertedV< I_MESH_TYPE >::VertexPointer |
Definition at line 73 of file trimesh/subset.h.
vcg::tri::InsertedV< I_MESH_TYPE >::InsertedV | ( | VertexPointer | _v, | |
FacePointer | _f, | |||
int | _z | |||
) | [inline] |
Definition at line 76 of file trimesh/subset.h.
bool vcg::tri::InsertedV< I_MESH_TYPE >::operator!= | ( | const InsertedV< I_MESH_TYPE > & | o | ) | [inline] |
Definition at line 94 of file trimesh/subset.h.
bool vcg::tri::InsertedV< I_MESH_TYPE >::operator< | ( | const InsertedV< I_MESH_TYPE > & | o | ) | const [inline] |
Definition at line 84 of file trimesh/subset.h.
bool vcg::tri::InsertedV< I_MESH_TYPE >::operator== | ( | const InsertedV< I_MESH_TYPE > & | o | ) | [inline] |
Definition at line 89 of file trimesh/subset.h.
FacePointer vcg::tri::InsertedV< I_MESH_TYPE >::f |
Definition at line 81 of file trimesh/subset.h.
VertexPointer vcg::tri::InsertedV< I_MESH_TYPE >::v |
Definition at line 80 of file trimesh/subset.h.
int vcg::tri::InsertedV< I_MESH_TYPE >::z |
Definition at line 82 of file trimesh/subset.h.