OGS
|
Spatial location description.
The spatial location is given by a mesh by its mesh_id
, item's type (face, cell, etc. see MeshItemType), and item's number by its item_id
.
Definition at line 39 of file Location.h.
#include <Location.h>
Public Member Functions | |
Location (std::size_t meshid, MeshItemType itemtype, std::size_t itemid) | |
Public Attributes | |
std::size_t | mesh_id |
MeshItemType | item_type |
std::size_t | item_id |
|
inline |
Definition at line 45 of file Location.h.
std::size_t MeshLib::Location::item_id |
Definition at line 43 of file Location.h.
Referenced by MeshLib::operator<(), and MeshLib::operator<<().
MeshItemType MeshLib::Location::item_type |
Definition at line 42 of file Location.h.
Referenced by MeshLib::operator<(), and MeshLib::operator<<().
std::size_t MeshLib::Location::mesh_id |
Definition at line 41 of file Location.h.
Referenced by MeshLib::operator<(), and MeshLib::operator<<().