MOAB: Mesh Oriented datABase
(version 5.4.1)
|
Public Types | |
typedef size_t | argument_type |
typedef T | result_type |
Public Member Functions | |
T | operator() (size_t idx) const |
Definition at line 1204 of file MeshImpl.cpp.
typedef size_t MBMesquite::cast_handle< T >::argument_type |
Definition at line 1207 of file MeshImpl.cpp.
typedef T MBMesquite::cast_handle< T >::result_type |
Definition at line 1208 of file MeshImpl.cpp.
T MBMesquite::cast_handle< T >::operator() | ( | size_t | idx | ) | const [inline] |
Definition at line 1210 of file MeshImpl.cpp.
References T.
{ return reinterpret_cast< T >( idx ); }