From 11a25b69570771eecf8921f3a76deb07119386e4 Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Mon, 3 Oct 2005 15:57:53 +0000 Subject: [PATCH] Alligned with TriMeshInfo Code --- vcg/complex/trimesh/clean.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vcg/complex/trimesh/clean.h b/vcg/complex/trimesh/clean.h index 80c9314c..6a6bfa02 100644 --- a/vcg/complex/trimesh/clean.h +++ b/vcg/complex/trimesh/clean.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.6 2005/01/28 11:59:35 cignoni +Add std:: to stl containers + Revision 1.5 2004/09/20 08:37:57 cignoni Better Doxygen docs @@ -76,6 +79,7 @@ public: } }; + /** This function removes all duplicate vertices of the mesh by looking only at their spatial positions. Note that it does not update any topology relation that could be affected by this like the VT or TT relation. the reason this function is usually performed BEFORE building any topology information. @@ -166,6 +170,9 @@ static int RemoveUnreferencedVertex( CleanMeshType& m ) // V1.0 } + + + }; // end class /*@}*/ } // End Namespace TriMesh