From e15127934c6c938a6982e334a8b03d6a19ca93b2 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Tue, 30 Sep 2008 10:46:18 +0000 Subject: [PATCH] [Namespaces changes] edge->edg 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/edgemesh/allocate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/complex/edgemesh/allocate.h b/vcg/complex/edgemesh/allocate.h index e27cb4ae..7082ec3a 100644 --- a/vcg/complex/edgemesh/allocate.h +++ b/vcg/complex/edgemesh/allocate.h @@ -53,7 +53,7 @@ name of adhacency function updated #define __VCGLIB_EDGEALLOCATOR namespace vcg { - namespace edge { + namespace edg { /** \addtogroup edgemesh */ /*@{*/ /// Class to safely add vertexes and faces to a mesh updating all the involved pointers.