#include <closest.h>
Public Types | |
typedef MESH_TYPE::EdgeType | EdgeType |
typedef MESH_TYPE::VertexType | VertexType |
Public Member Functions | |
EmptyTMark () | |
EmptyTMark (MESH_TYPE *) | |
bool | IsMarked (VertexType *) const |
bool | IsMarked (EdgeType *) const |
void | Mark (VertexType *) const |
void | Mark (EdgeType *) const |
void | SetMesh (void *) const |
void | UnMarkAll () const |
Definition at line 81 of file complex/algorithms/closest.h.
typedef MESH_TYPE::EdgeType vcg::tri::EmptyTMark< MESH_TYPE >::EdgeType |
Definition at line 85 of file complex/algorithms/closest.h.
typedef MESH_TYPE::VertexType vcg::tri::EmptyTMark< MESH_TYPE >::VertexType |
Definition at line 84 of file complex/algorithms/closest.h.
vcg::tri::EmptyTMark< MESH_TYPE >::EmptyTMark | ( | ) | [inline] |
Definition at line 86 of file complex/algorithms/closest.h.
vcg::tri::EmptyTMark< MESH_TYPE >::EmptyTMark | ( | MESH_TYPE * | ) | [inline] |
Definition at line 87 of file complex/algorithms/closest.h.
bool vcg::tri::EmptyTMark< MESH_TYPE >::IsMarked | ( | VertexType * | ) | const [inline] |
Definition at line 89 of file complex/algorithms/closest.h.
bool vcg::tri::EmptyTMark< MESH_TYPE >::IsMarked | ( | EdgeType * | ) | const [inline] |
Definition at line 91 of file complex/algorithms/closest.h.
void vcg::tri::EmptyTMark< MESH_TYPE >::Mark | ( | VertexType * | ) | const [inline] |
Definition at line 90 of file complex/algorithms/closest.h.
void vcg::tri::EmptyTMark< MESH_TYPE >::Mark | ( | EdgeType * | ) | const [inline] |
Definition at line 92 of file complex/algorithms/closest.h.
void vcg::tri::EmptyTMark< MESH_TYPE >::SetMesh | ( | void * | ) | const [inline] |
Definition at line 93 of file complex/algorithms/closest.h.
void vcg::tri::EmptyTMark< MESH_TYPE >::UnMarkAll | ( | ) | const [inline] |
Definition at line 88 of file complex/algorithms/closest.h.