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 27 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 33 of file Location.h.
std::size_t MeshLib::Location::item_id |
Definition at line 31 of file Location.h.
Referenced by MeshLib::operator<(), and MeshLib::operator<<().
MeshItemType MeshLib::Location::item_type |
Definition at line 30 of file Location.h.
Referenced by MeshLib::operator<(), and MeshLib::operator<<().
std::size_t MeshLib::Location::mesh_id |
Definition at line 29 of file Location.h.
Referenced by MeshLib::operator<(), and MeshLib::operator<<().