From 69240d2ddc00a57457539144bab5d1b181b0fc4d Mon Sep 17 00:00:00 2001 From: ponchio Date: Sun, 16 Oct 2005 23:30:39 +0000 Subject: [PATCH] IsBorder(...) declaration needed. --- vcg/simplex/face/pos.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vcg/simplex/face/pos.h b/vcg/simplex/face/pos.h index 80f20341..53455c24 100644 --- a/vcg/simplex/face/pos.h +++ b/vcg/simplex/face/pos.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.16 2005/10/13 09:29:10 cignoni +Removed the reference to Deprecated f->IsBorder(i) now everyone should use IsBorder(*f,i); + Revision 1.15 2005/01/03 11:22:31 cignoni Added better documentation (with an example and the V0 V1 V2 access members @@ -91,6 +94,10 @@ namespace face { It contain a pointer to the current face, the index of one edge and a edge's incident vertex. */ + +template +bool IsBorder(FaceType const & f, const int j ); + template class Pos {