Mesh Oriented datABase
(version 5.4.1)
Array-based unstructured mesh datastructure
|
#include <DamselUtil.hpp>
Public Types | |
typedef T | argument_type |
typedef bool | result_type |
Public Member Functions | |
MtagP (const Tag &th) | |
bool | operator() (const T &tclass) |
Public Attributes | |
Tag | tH |
Definition at line 71 of file DamselUtil.hpp.
typedef T moab::DamselUtil::MtagP< T >::argument_type |
Definition at line 74 of file DamselUtil.hpp.
typedef bool moab::DamselUtil::MtagP< T >::result_type |
Definition at line 75 of file DamselUtil.hpp.
moab::DamselUtil::MtagP< T >::MtagP | ( | const Tag & | th | ) | [inline] |
Definition at line 78 of file DamselUtil.hpp.
References moab::DamselUtil::MtagP< T >::tH.
{ tH = th; }
bool moab::DamselUtil::MtagP< T >::operator() | ( | const T & | tclass | ) | [inline] |
Definition at line 82 of file DamselUtil.hpp.
References moab::DamselUtil::MtagP< T >::tH.
{ return tclass.mTagh == tH; }
Tag moab::DamselUtil::MtagP< T >::tH |
Definition at line 86 of file DamselUtil.hpp.
Referenced by moab::DamselUtil::MtagP< T >::MtagP(), and moab::DamselUtil::MtagP< T >::operator()().