cambiato VTb in VTp

This commit is contained in:
ganovelli 2006-07-10 17:04:41 +00:00
parent 38e60efb30
commit 19a6e60812
1 changed files with 8 additions and 2 deletions

View File

@ -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;