![]() |
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.
References comp_id, global_index, and location.
Referenced by operator<<.
|
inline |
Definition at line 45 of file ComponentGlobalIndexDict.h.
References comp_id, global_index, and location.
|
inlineexplicit |
Definition at line 52 of file ComponentGlobalIndexDict.h.
References comp_id, global_index, and location.
|
friend |
Definition at line 59 of file ComponentGlobalIndexDict.h.
References Line(), comp_id, global_index, and location.
int NumLib::detail::Line::comp_id |
Definition at line 35 of file ComponentGlobalIndexDict.h.
Referenced by Line(), Line(), Line(), NumLib::detail::LineByLocationAndComponentComparator::operator()(), and operator<<.
GlobalIndexType NumLib::detail::Line::global_index |
Definition at line 38 of file ComponentGlobalIndexDict.h.
Referenced by Line(), Line(), Line(), operator<<, and NumLib::MeshComponentMap::renumberByLocation().
MeshLib::Location NumLib::detail::Line::location |
Definition at line 32 of file ComponentGlobalIndexDict.h.
Referenced by Line(), Line(), Line(), NumLib::detail::LineByLocationAndComponentComparator::operator()(), NumLib::detail::LineByLocationComparator::operator()(), and operator<<.