diff --git a/vcg/complex/trimesh/closest.h b/vcg/complex/trimesh/closest.h index e90a5a0f..589de46a 100644 --- a/vcg/complex/trimesh/closest.h +++ b/vcg/complex/trimesh/closest.h @@ -158,8 +158,17 @@ namespace vcg { {}; template - class VertTmark:public Tmark - {}; + class VertTmark + { + public: + typedef typename MESH_TYPE::VertexType VertexType; + + VertTmark(){} + void UnMarkAll(){} + bool IsMarked(VertexType*) { return false; } + void Mark(VertexType*){} + void SetMesh(void *m=0) {} + }; //**CLOSEST FUNCTION DEFINITION**//