MOAB: Mesh Oriented datABase  (version 5.5.0)
EHARR< size > Struct Template Reference

Public Member Functions

iBase_EntityHandleoperator[] (int i)
 
 operator iBase_EntityHandle * ()
 

Public Attributes

iBase_EntityHandle h [size]
 

Detailed Description

template<int size>
struct EHARR< size >

Definition at line 564 of file MOAB_iMeshP_unit_tests.cpp.

Member Function Documentation

◆ operator iBase_EntityHandle *()

template<int size>
EHARR< size >::operator iBase_EntityHandle * ( )
inline

Definition at line 571 of file MOAB_iMeshP_unit_tests.cpp.

572  {
573  return h;
574  }

References EHARR< size >::h.

◆ operator[]()

template<int size>
iBase_EntityHandle& EHARR< size >::operator[] ( int  i)
inline

Definition at line 567 of file MOAB_iMeshP_unit_tests.cpp.

568  {
569  return h[i];
570  }

References EHARR< size >::h.

Member Data Documentation

◆ h


The documentation for this struct was generated from the following file: