Added ismanifold

This commit is contained in:
Paolo Cignoni 2006-11-09 17:22:56 +00:00
parent 53f1b1c12d
commit 4be312c7f2
1 changed files with 8 additions and 0 deletions

View File

@ -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()
{