moab
moab::MeshSet::not_type_test Struct Reference

#include <MeshSet.hpp>

List of all members.

Public Member Functions

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

Public Attributes

EntityType mType

Detailed Description

functor: test if handle is not of type

Definition at line 244 of file MeshSet.hpp.


Constructor & Destructor Documentation

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

Definition at line 245 of file MeshSet.hpp.

: mType(type) {}

Member Function Documentation

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

Definition at line 246 of file MeshSet.hpp.

        { return TYPE_FROM_HANDLE(handle) != mType; }

Member Data Documentation

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