From 19a6e60812f88b7745dfb628e165d4e8c74959bc Mon Sep 17 00:00:00 2001 From: ganovelli Date: Mon, 10 Jul 2006 17:04:41 +0000 Subject: [PATCH] cambiato VTb in VTp --- vcg/simplex/vertex/base.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/vcg/simplex/vertex/base.h b/vcg/simplex/vertex/base.h index fab00a39..b77b573b 100644 --- a/vcg/simplex/vertex/base.h +++ b/vcg/simplex/vertex/base.h @@ -23,6 +23,9 @@ /**************************************************************************** History $Log: not supported by cvs2svn $ +Revision 1.26 2005/11/12 18:41:14 cignoni +Added HasFlags and initialization of flags at construction. + Revision 1.25 2005/10/14 13:25:50 cignoni Added cVFp member @@ -70,6 +73,9 @@ Revision 1.12 2004/05/10 13:31:13 ganovelli function for edge adjacency added $Log: not supported by cvs2svn $ +Revision 1.26 2005/11/12 18:41:14 cignoni +Added HasFlags and initialization of flags at construction. + Revision 1.25 2005/10/14 13:25:50 cignoni Added cVFp member @@ -611,7 +617,7 @@ protected: #endif public: -inline VTTYPE * & VTb() +inline VTTYPE * & VTp() { #if ((defined __VCGLIB_VERTEX_AT) || (defined __VCGLIB_VERTEX_ATS)) return _vtb; @@ -621,7 +627,7 @@ inline VTTYPE * & VTb() #endif } -inline const VTTYPE * & VTb() const +inline const VTTYPE * & VTp() const { #if ((defined __VCGLIB_VERTEX_AT) || (defined __VCGLIB_VERTEX_ATS)) return _vtb;