moab
|
#include <DamselUtil.hpp>
Public Member Functions | |
MtagP (const Tag &th) | |
bool | operator() (const T &tclass) |
Public Attributes | |
Tag | tH |
Definition at line 96 of file DamselUtil.hpp.
moab::DamselUtil::MtagP< T >::MtagP | ( | const Tag & | th | ) | [inline] |
Definition at line 98 of file DamselUtil.hpp.
{tH = th;};
bool moab::DamselUtil::MtagP< T >::operator() | ( | const T & | tclass | ) | [inline] |
Definition at line 99 of file DamselUtil.hpp.
{return tclass.mTagh == tH;};
Tag moab::DamselUtil::MtagP< T >::tH |
Definition at line 99 of file DamselUtil.hpp.