Mesh Oriented datABase
(version 5.4.1)
Array-based unstructured mesh datastructure
|
#include <MeshSet.hpp>
Public Member Functions | |
dim_test (int dimension) | |
bool | operator() (EntityHandle handle) const |
Public Attributes | |
int | mDim |
functor: test if handle is of dimension
Definition at line 303 of file MeshSet.hpp.
moab::MeshSet::dim_test::dim_test | ( | int | dimension | ) | [inline] |
Definition at line 305 of file MeshSet.hpp.
: mDim( dimension ) {}
bool moab::MeshSet::dim_test::operator() | ( | EntityHandle | handle | ) | const [inline] |
Definition at line 306 of file MeshSet.hpp.
References moab::MeshSet::DIM_FROM_HANDLE(), and mDim.
{ return DIM_FROM_HANDLE( handle ) == mDim; }
Definition at line 310 of file MeshSet.hpp.
Referenced by operator()().