OGS
|
Definition at line 30 of file ComponentGlobalIndexDict.h.
#include <ComponentGlobalIndexDict.h>
Public Member Functions | |
Line (MeshLib::Location l, int c, GlobalIndexType i) | |
Line (MeshLib::Location l, int c) | |
Line (MeshLib::Location l) | |
Public Attributes | |
MeshLib::Location | location |
int | comp_id |
GlobalIndexType | global_index |
Friends | |
std::ostream & | operator<< (std::ostream &os, Line const &l) |
|
inline |
Definition at line 40 of file ComponentGlobalIndexDict.h.
|
inline |
Definition at line 45 of file ComponentGlobalIndexDict.h.
|
inlineexplicit |
Definition at line 52 of file ComponentGlobalIndexDict.h.
|
friend |
Definition at line 59 of file ComponentGlobalIndexDict.h.
int NumLib::detail::Line::comp_id |
Definition at line 35 of file ComponentGlobalIndexDict.h.
Referenced by NumLib::detail::LineByLocationAndComponentComparator::operator()().
GlobalIndexType NumLib::detail::Line::global_index |
Definition at line 38 of file ComponentGlobalIndexDict.h.
Referenced by NumLib::MeshComponentMap::renumberByLocation().
MeshLib::Location NumLib::detail::Line::location |
Definition at line 32 of file ComponentGlobalIndexDict.h.
Referenced by NumLib::detail::LineByLocationAndComponentComparator::operator()(), and NumLib::detail::LineByLocationComparator::operator()().