MOAB: Mesh Oriented datABase
(version 5.2.1)
|
Public Member Functions | |
T | operator() (size_t idx) const |
Definition at line 1176 of file MeshImpl.cpp.
T MBMesquite::cast_handle< T >::operator() | ( | size_t | idx | ) | const [inline] |
Definition at line 1178 of file MeshImpl.cpp.
References T.
{ return reinterpret_cast< T >( idx ); }