From 0ba87a93f07285f4d8567fc280ae2dc65d8c0c17 Mon Sep 17 00:00:00 2001 From: cignoni Date: Thu, 18 Jan 2007 01:29:48 +0000 Subject: [PATCH] commented UberP access method (syntax errors) --- vcg/simplex/faceplus/component_occ.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vcg/simplex/faceplus/component_occ.h b/vcg/simplex/faceplus/component_occ.h index 48821bb0..8840afc1 100644 --- a/vcg/simplex/faceplus/component_occ.h +++ b/vcg/simplex/faceplus/component_occ.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.4 2006/12/04 10:59:15 ganovelli +aggiunte funzioni di override per Has* + Revision 1.3 2006/06/08 20:32:10 ganovelli aggiunte wedge coord @@ -254,8 +257,8 @@ public: inline const typename T::CoordType & cP1( const int j ) const { return cV((j+1)%3)->P();} inline const typename T::CoordType & cP2( const int j ) const { return cV((j+2)%3)->P();} - inline typename T::VertexType * & UberV( const int j ) { assert(j>=0 && j<3); return v[j]; } - inline const typename T::VertexType * const & UberV( const int j ) const { assert(j>=0 && j<3); return v[j]; } + //inline typename T::VertexType * & UberV( const int j ) { assert(j>=0 && j<3); return v[j]; } + //inline const typename T::VertexType * const & UberV( const int j ) const { assert(j>=0 && j<3); return v[j]; } static bool HasVertexRef() { return true; } }; } // end namespace face