Added ismanifold
This commit is contained in:
parent
53f1b1c12d
commit
4be312c7f2
|
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$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
|
Revision 1.21 2006/09/25 09:57:49 cignoni
|
||||||
Better comment on usage of VF iterators
|
Better comment on usage of VF iterators
|
||||||
|
|
||||||
|
|
@ -303,6 +306,11 @@ public:
|
||||||
return face::IsBorder(*f,z);
|
return face::IsBorder(*f,z);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool IsManifold()
|
||||||
|
{
|
||||||
|
return face::IsManifold(*f,z);
|
||||||
|
}
|
||||||
|
|
||||||
/// Return the dimension of the star
|
/// Return the dimension of the star
|
||||||
int StarSize()
|
int StarSize()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue