From abd367ac3f323e60ba98610dfc97c9a8b5ec3837 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Tue, 30 Sep 2008 10:56:35 +0000 Subject: [PATCH] [Namespaces changes] vert->vrt clean up of some namespaces to comply the following naming: Complexes (3 letters namespaces): order 0 (point cloud ) :vrt order 1 (edge meshes) :edg order 2 (triangle meshes) :tri order 3 (triangle meshes) :tet Simplexes (extended namespaces): order 0 (vertex) :vertex order 1 (edge) :edge order 2 (triangle) :triangle (temporarily it remains "face") order 3 (tetrahedron) :tetrahedron --- vcg/complex/vertexmesh/allocate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/complex/vertexmesh/allocate.h b/vcg/complex/vertexmesh/allocate.h index b407bb8c..9a5e9c75 100644 --- a/vcg/complex/vertexmesh/allocate.h +++ b/vcg/complex/vertexmesh/allocate.h @@ -32,7 +32,7 @@ $Log: not supported by cvs2svn $ #define __VCGLIB_VERTEXALLOCATOR namespace vcg { -namespace vertex { +namespace vrt { /** \addtogroup vertexmesh */ /*@{*/ /// Class to safely add vertexes and faces to a mesh updating all the involved pointers.