moab
iBase_EntityArrIterator_Private::IsType Class Reference

#include <MBIter.hpp>

List of all members.

Public Member Functions

 IsType (EntityType t)
bool operator() (EntityHandle h)

Private Attributes

EntityType type

Detailed Description

Definition at line 42 of file MBIter.hpp.


Constructor & Destructor Documentation

Definition at line 44 of file MBIter.hpp.

:  IsType( EntityType t ) : type(t) {}

Member Function Documentation

bool iBase_EntityArrIterator_Private::IsType::operator() ( EntityHandle  h) [inline]

Definition at line 45 of file MBIter.hpp.

                 { return TYPE_FROM_HANDLE(h) == type; }

Member Data Documentation

Definition at line 43 of file MBIter.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines