moab
moab::MeshSet::type_test Struct Reference

#include <MeshSet.hpp>

List of all members.

Public Member Functions

 type_test (EntityType type)
bool operator() (EntityHandle handle)

Public Attributes

EntityType mType

Detailed Description

functor: test if handle is of type

Definition at line 252 of file MeshSet.hpp.


Constructor & Destructor Documentation

moab::MeshSet::type_test::type_test ( EntityType  type) [inline]

Definition at line 253 of file MeshSet.hpp.

: mType(type) {}

Member Function Documentation

bool moab::MeshSet::type_test::operator() ( EntityHandle  handle) [inline]

Definition at line 254 of file MeshSet.hpp.

        { return TYPE_FROM_HANDLE(handle) == mType; }

Member Data Documentation

Definition at line 256 of file MeshSet.hpp.


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