#include <nodeAndRanks.h>
Public Member Functions | |
Constructors | |
NodeAndRanks (const NodeAndRanks &other) | |
NodeAndRanks () | |
Overload operators | |
bool | operator!= (NodeAndRanks const &other) const |
bool | operator< (NodeAndRanks const &other) const |
bool | operator<= (NodeAndRanks const &other) const |
NodeAndRanks & | operator= (NodeAndRanks const &other) |
bool | operator== (NodeAndRanks const &other) const |
bool | operator> (NodeAndRanks const &other) const |
bool | operator>= (NodeAndRanks const &other) const |
Public Attributes | |
ot::TreeNode | node |
std::vector< int > | ranks |
Definition at line 20 of file nodeAndRanks.h.
|
Definition at line 64 of file nodeAndRanks.h. |
|
Definition at line 67 of file nodeAndRanks.h. |
|
Definition at line 32 of file nodeAndRanks.h. References node. |
|
Definition at line 36 of file nodeAndRanks.h. References node. |
|
Definition at line 40 of file nodeAndRanks.h. References node. |
|
Definition at line 53 of file nodeAndRanks.h. |
|
Definition at line 28 of file nodeAndRanks.h. References node. |
|
Definition at line 44 of file nodeAndRanks.h. References node. |
|
Definition at line 48 of file nodeAndRanks.h. References node. |
|
The octant Definition at line 23 of file nodeAndRanks.h. Referenced by ot::DA::buildNodeList(), NodeAndRanks(), operator!=(), operator<(), operator<=(), operator=(), operator==(), operator>(), and operator>=(). |
|
The ranks of the processors Definition at line 24 of file nodeAndRanks.h. Referenced by ot::DA::buildNodeList(), NodeAndRanks(), and operator=(). |