#include <closest.h>
Public Types | |
typedef MESH_TYPE::VertexType | VertexType |
Public Member Functions | |
bool | IsMarked (VertexType *) const |
void | Mark (VertexType *) const |
void | SetMesh (void *) const |
void | UnMarkAll () const |
VertTmark (MESH_TYPE *) | |
VertTmark () |
Definition at line 167 of file complex/trimesh/closest.h.
typedef MESH_TYPE::VertexType vcg::tri::VertTmark< MESH_TYPE >::VertexType |
Definition at line 170 of file complex/trimesh/closest.h.
vcg::tri::VertTmark< MESH_TYPE >::VertTmark | ( | ) | [inline] |
Definition at line 171 of file complex/trimesh/closest.h.
vcg::tri::VertTmark< MESH_TYPE >::VertTmark | ( | MESH_TYPE * | ) | [inline] |
Definition at line 172 of file complex/trimesh/closest.h.
bool vcg::tri::VertTmark< MESH_TYPE >::IsMarked | ( | VertexType * | ) | const [inline] |
Definition at line 174 of file complex/trimesh/closest.h.
void vcg::tri::VertTmark< MESH_TYPE >::Mark | ( | VertexType * | ) | const [inline] |
Definition at line 175 of file complex/trimesh/closest.h.
void vcg::tri::VertTmark< MESH_TYPE >::SetMesh | ( | void * | ) | const [inline] |
Definition at line 176 of file complex/trimesh/closest.h.
void vcg::tri::VertTmark< MESH_TYPE >::UnMarkAll | ( | ) | const [inline] |
Definition at line 173 of file complex/trimesh/closest.h.