changed from UpdateClearFlags to UpdateFlags

This commit is contained in:
ganovelli 2004-05-13 15:56:02 +00:00
parent 3f828fa279
commit ad7b82955c
1 changed files with 5 additions and 2 deletions

View File

@ -24,6 +24,9 @@
History History
$Log: not supported by cvs2svn $ $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. /// Updating of Mesh Vertexes and Faces Flags.
/// This class is used to clear the vertex and face flags of a mesh. /// This class is used to clear the vertex and face flags of a mesh.
template <class ComputeMeshType> template <class ComputeMeshType>
class UpdateClearFlags class UpdateFlags
{ {
public: public:
@ -52,7 +55,7 @@ typedef typename MeshType::FacePointer FacePointer;
typedef typename MeshType::FaceIterator FaceIterator; typedef typename MeshType::FaceIterator FaceIterator;
/// Rimmette a zero tutti i flags della mesh. /// Rimmette a zero tutti i flags della mesh.
static void ClearFlags() static void Clear()
{ {
FaceIterator fi; FaceIterator fi;
VertexIterator vi; VertexIterator vi;