#include <ElemId.hpp>
Public Types | |
typedef T | value_type |
Public Member Functions | |
ElemId (const T id_=T(0)) | |
ElemId (const BaseId< T > &ref) | |
ElemId (const T eid_, const int type_, const bool f0=false, const bool f1=false, const bool f2=false, const bool f3=false, const bool f4=false, const bool act=false, const bool bnd=false) | |
ElemId & | operator= (const BaseId< T > &rhs) |
bool | is_prism () const |
bool | is_tetra () const |
bool | operator< (const Id< T > &rhs) const |
typedef T FemViewer::ElemId< T >::value_type |
FemViewer::ElemId< T >::ElemId | ( | const T | id_ = T(0) |
) | [inline] |
FemViewer::ElemId< T >::ElemId | ( | const BaseId< T > & | ref | ) | [inline] |
FemViewer::ElemId< T >::ElemId | ( | const T | eid_, | |
const int | type_, | |||
const bool | f0 = false , |
|||
const bool | f1 = false , |
|||
const bool | f2 = false , |
|||
const bool | f3 = false , |
|||
const bool | f4 = false , |
|||
const bool | act = false , |
|||
const bool | bnd = false | |||
) | [inline] |
bool FemViewer::ElemId< T >::is_prism | ( | ) | const [inline] |
bool FemViewer::ElemId< T >::is_tetra | ( | ) | const [inline] |
bool FemViewer::ElemId< T >::operator< | ( | const Id< T > & | rhs | ) | const [inline] |
ElemId& FemViewer::ElemId< T >::operator= | ( | const BaseId< T > & | rhs | ) | [inline] |
Reimplemented from FemViewer::Id< T >.