From ad7b82955c488ba4c84284303dcb062e829ed987 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Thu, 13 May 2004 15:56:02 +0000 Subject: [PATCH] changed from UpdateClearFlags to UpdateFlags --- vcg/complex/trimesh/update/clearflags.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vcg/complex/trimesh/update/clearflags.h b/vcg/complex/trimesh/update/clearflags.h index c185f267..f71543be 100644 --- a/vcg/complex/trimesh/update/clearflags.h +++ b/vcg/complex/trimesh/update/clearflags.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.1 2004/05/13 15:51:40 turini +Initial Commit + ****************************************************************************/ @@ -39,7 +42,7 @@ namespace tri { /// Updating of Mesh Vertexes and Faces Flags. /// This class is used to clear the vertex and face flags of a mesh. template -class UpdateClearFlags +class UpdateFlags { public: @@ -52,7 +55,7 @@ typedef typename MeshType::FacePointer FacePointer; typedef typename MeshType::FaceIterator FaceIterator; /// Rimmette a zero tutti i flags della mesh. -static void ClearFlags() +static void Clear() { FaceIterator fi; VertexIterator vi;