#include <ElemId.hpp>
Public Types | |
typedef T | value_type |
Public Member Functions | |
FaceId (const T id_=T(0)) | |
FaceId (const BaseId< T > &ref) | |
FaceId & | operator= (const BaseId< T > &rhs) |
bool | is_triangle () const |
bool | is_quad () const |
bool | operator< (const Id< T > &rhs) const |
typedef T FemViewer::FaceId< T >::value_type |
FemViewer::FaceId< T >::FaceId | ( | const T | id_ = T(0) |
) | [inline] |
FemViewer::FaceId< T >::FaceId | ( | const BaseId< T > & | ref | ) | [inline] |
bool FemViewer::FaceId< T >::is_quad | ( | ) | const [inline] |
bool FemViewer::FaceId< T >::is_triangle | ( | ) | const [inline] |
bool FemViewer::FaceId< T >::operator< | ( | const Id< T > & | rhs | ) | const [inline] |
FaceId& FemViewer::FaceId< T >::operator= | ( | const BaseId< T > & | rhs | ) | [inline] |
Reimplemented from FemViewer::Id< T >.