MOAB: Mesh Oriented datABase  (version 5.4.1)
iBase_EntityArrIterator_Private::IsType Class Reference

#include <MBIter.hpp>

+ Collaboration diagram for iBase_EntityArrIterator_Private::IsType:

Public Member Functions

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

Private Attributes

EntityType type

Detailed Description

Definition at line 44 of file MBIter.hpp.


Constructor & Destructor Documentation

Definition at line 50 of file MBIter.hpp.

: type( t ) {}

Member Function Documentation

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

Definition at line 51 of file MBIter.hpp.

References type, and moab::TYPE_FROM_HANDLE().

        {
            return TYPE_FROM_HANDLE( h ) == type;
        }

Member Data Documentation

Definition at line 47 of file MBIter.hpp.

Referenced by operator()().

List of all members.


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