MOAB: Mesh Oriented datABase
(version 5.2.1)
|
#include <DamselUtil.hpp>
Public Member Functions | |
DtagP (const damsel_handle &th) | |
bool | operator() (const T &tclass) |
Public Attributes | |
damsel_handle | tH |
Definition at line 86 of file DamselUtil.hpp.
moab::DamselUtil::DtagP< T >::DtagP | ( | const damsel_handle & | th | ) | [inline] |
Definition at line 89 of file DamselUtil.hpp.
References moab::DamselUtil::DtagP< T >::tH.
{ tH = th; }
bool moab::DamselUtil::DtagP< T >::operator() | ( | const T & | tclass | ) | [inline] |
Definition at line 93 of file DamselUtil.hpp.
References moab::DamselUtil::DtagP< T >::tH.
{ return tclass.dTagh == tH; }
damsel_handle moab::DamselUtil::DtagP< T >::tH |
Definition at line 97 of file DamselUtil.hpp.
Referenced by moab::DamselUtil::DtagP< T >::DtagP(), and moab::DamselUtil::DtagP< T >::operator()().