moab
moab::MeshSet::dim_test Struct Reference

#include <MeshSet.hpp>

List of all members.

Public Member Functions

 dim_test (int dimension)
bool operator() (EntityHandle handle) const

Public Attributes

int mDim

Detailed Description

functor: test if handle is of dimension

Definition at line 268 of file MeshSet.hpp.


Constructor & Destructor Documentation

moab::MeshSet::dim_test::dim_test ( int  dimension) [inline]

Definition at line 269 of file MeshSet.hpp.

: mDim(dimension) {}

Member Function Documentation

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

Definition at line 270 of file MeshSet.hpp.

        { return DIM_FROM_HANDLE(handle) == mDim; }

Member Data Documentation

Definition at line 272 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