From 4be312c7f2bc5efefe8d8134e8831ccc8460c16e Mon Sep 17 00:00:00 2001 From: cignoni Date: Thu, 9 Nov 2006 17:22:56 +0000 Subject: [PATCH] Added ismanifold --- vcg/simplex/face/pos.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/vcg/simplex/face/pos.h b/vcg/simplex/face/pos.h index f08f1ac4..1bf31ea9 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.22 2006/10/07 14:24:26 cignoni +Explained the use of V() operator of a pos + Revision 1.21 2006/09/25 09:57:49 cignoni Better comment on usage of VF iterators @@ -303,6 +306,11 @@ public: return face::IsBorder(*f,z); } + bool IsManifold() + { + return face::IsManifold(*f,z); + } + /// Return the dimension of the star int StarSize() {