From de35204e95b6b604c52289df3f4042692e1201be Mon Sep 17 00:00:00 2001 From: ganovelli Date: Tue, 30 Sep 2008 10:42:16 +0000 Subject: [PATCH] [Namespaces changes] vert->vertex 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 (4 letters namespaces): order 0 (vertex) :vert order 1 (edge) :edge order 2 (triangle) :triangle order 3 (tetrahedron) :tetrahedron --- vcg/simplex/vertexplus/component_occ.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/simplex/vertexplus/component_occ.h b/vcg/simplex/vertexplus/component_occ.h index d1be3cf8..a0ca9f75 100644 --- a/vcg/simplex/vertexplus/component_occ.h +++ b/vcg/simplex/vertexplus/component_occ.h @@ -41,7 +41,7 @@ Working release (compilata solo su MSVC), component_occ � migrato da component namespace vcg { - namespace vert { + namespace vertex { /* Some naming Rules All the Components that can be added to a vertex should be defined in the namespace vert: