added HasEdgePlane function

This commit is contained in:
Nico Pietroni 2005-01-28 17:53:13 +00:00
parent d341939de1
commit 1ecdcebd59
1 changed files with 10 additions and 0 deletions

View File

@ -24,6 +24,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.24 2004/10/28 00:50:48 cignoni
Better Doxygen documentation
Revision 1.23 2004/10/25 08:22:40 ganovelli
IsBOrder (typecast on return type)
@ -971,6 +974,13 @@ static bool HasFaceColor() {
return false;
#endif
}
static bool HasEdgePlane() {
#ifdef __VCGLIB_FACE_RT
return true;
#else
return false;
#endif
}
static bool HasFFAdjacency() {
#if (defined(__VCGLIB_FACE_AF) || defined(__VCGLIB_FACE_AS))
return true;