Documentation for the functions is_trimesh and is_polymesh

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@207 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2009-09-24 09:46:58 +00:00
parent 57ca2d5cf3
commit bf84ecd69a
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ public:
//--- item types ---
//@{
/// Determine whether this is a PolyMeshT or TriMeshT
/// Determine whether this is a PolyMeshT or TriMeshT ( This function does not check the per face vertex count! It only checks if the datatype is PolyMeshT or TriMeshT )
enum { IsPolyMesh = 1 };
enum { IsTriMesh = 0 };
static bool is_polymesh() { return true; }