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