moab
|
#include <MeshSet.hpp>
Public Member Functions | |
not_dim_test (int dimension) | |
bool | operator() (EntityHandle handle) const |
Public Attributes | |
int | mDim |
functor: test if handle is not of dimension
Definition at line 260 of file MeshSet.hpp.
moab::MeshSet::not_dim_test::not_dim_test | ( | int | dimension | ) | [inline] |
Definition at line 261 of file MeshSet.hpp.
: mDim(dimension) {}
bool moab::MeshSet::not_dim_test::operator() | ( | EntityHandle | handle | ) | const [inline] |
Definition at line 262 of file MeshSet.hpp.
{ return DIM_FROM_HANDLE(handle) != mDim; }
Definition at line 264 of file MeshSet.hpp.