MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include <DamselUtil.hpp>
Public Types | |
typedef T | argument_type |
typedef bool | result_type |
Public Member Functions | |
DtagP (const damsel_handle &th) | |
bool | operator() (const T &tclass) |
Public Attributes | |
damsel_handle | tH |
Definition at line 90 of file DamselUtil.hpp.
typedef T moab::DamselUtil::DtagP< T >::argument_type |
Definition at line 93 of file DamselUtil.hpp.
typedef bool moab::DamselUtil::DtagP< T >::result_type |
Definition at line 94 of file DamselUtil.hpp.
moab::DamselUtil::DtagP< T >::DtagP | ( | const damsel_handle & | th | ) | [inline] |
Definition at line 97 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 101 of file DamselUtil.hpp.
References moab::DamselUtil::DtagP< T >::tH.
{ return tclass.dTagh == tH; }
damsel_handle moab::DamselUtil::DtagP< T >::tH |
Definition at line 105 of file DamselUtil.hpp.
Referenced by moab::DamselUtil::DtagP< T >::DtagP(), and moab::DamselUtil::DtagP< T >::operator()().