moab
|
#include <MBIter.hpp>
Public Member Functions | |
IsType (EntityType t) | |
bool | operator() (EntityHandle h) |
Private Attributes | |
EntityType | type |
Definition at line 42 of file MBIter.hpp.
iBase_EntityArrIterator_Private::IsType::IsType | ( | EntityType | t | ) | [inline] |
Definition at line 44 of file MBIter.hpp.
: IsType( EntityType t ) : type(t) {}
bool iBase_EntityArrIterator_Private::IsType::operator() | ( | EntityHandle | h | ) | [inline] |
Definition at line 45 of file MBIter.hpp.
{ return TYPE_FROM_HANDLE(h) == type; }
EntityType iBase_EntityArrIterator_Private::IsType::type [private] |
Definition at line 43 of file MBIter.hpp.