A structure used to identify the mesh. More...
#include <MeshID.h>
Public Member Functions | |
| constexpr uint64_t | getData () const |
| constexpr uint64_t | getHash () const |
| constexpr int | getLocalID () const |
| constexpr int | getRoot () const |
| constexpr bool | isNull () const |
| constexpr | MeshID () |
| constexpr | MeshID (uint64_t id) |
| constexpr | MeshID (unsigned int root, unsigned int local_id) |
| constexpr bool | operator!= (const MeshID &rhs) const |
| constexpr bool | operator< (const MeshID &rhs) const |
| constexpr bool | operator<= (const MeshID &rhs) const |
| constexpr bool | operator== (const MeshID &rhs) const |
| constexpr bool | operator> (const MeshID &rhs) const |
| constexpr bool | operator>= (const MeshID &rhs) const |
Private Attributes | |
| uint64_t | data |
A structure used to identify the mesh.
This structure provides a unique id that can be used to identify a mesh.
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
Definition at line 62 of file MeshID.h.
References data.
Referenced by AMP::Mesh::MeshElementID::isNull().
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
private |
Definition at line 67 of file MeshID.h.
Referenced by getData(), getHash(), getLocalID(), getRoot(), isNull(), operator!=(), operator<(), operator<=(), operator==(), operator>(), and operator>=().
|
Advanced Multi-Physics (AMP) Oak Ridge National Laboratory Idaho National Laboratory Los Alamos National Laboratory |
This page automatically produced from the source code by Last updated: Tue Mar 10 2026 13:06:43. Comments on this page |