#include <nodeAndValues.h>
Public Member Functions | |
Overload operators | |
bool | Equals (NodeAndValues< T, ARR_LEN > const &other) const |
bool | operator!= (NodeAndValues< T, ARR_LEN > const &other) const |
bool | operator< (NodeAndValues< T, ARR_LEN > const &other) const |
bool | operator<= (NodeAndValues< T, ARR_LEN > const &other) const |
NodeAndValues< T, ARR_LEN > & | operator= (NodeAndValues< T, ARR_LEN > const &other) |
bool | operator== (NodeAndValues< T, ARR_LEN > const &other) const |
bool | operator> (NodeAndValues< T, ARR_LEN > const &other) const |
bool | operator>= (NodeAndValues< T, ARR_LEN > const &other) const |
Constructors | |
NodeAndValues (const NodeAndValues< T, ARR_LEN > &other) | |
NodeAndValues () | |
Public Attributes | |
ot::TreeNode | node |
T | values [ARR_LEN] |
Definition at line 24 of file nodeAndValues.h.
|
Definition at line 80 of file nodeAndValues.h. |
|
Definition at line 83 of file nodeAndValues.h. References ot::NodeAndValues< T, ARR_LEN >::node, and ot::NodeAndValues< T, ARR_LEN >::values. |
|
Definition at line 32 of file nodeAndValues.h. References ot::NodeAndValues< T, ARR_LEN >::node, and ot::NodeAndValues< T, ARR_LEN >::values. Referenced by main(). |
|
Definition at line 46 of file nodeAndValues.h. References ot::NodeAndValues< T, ARR_LEN >::node. |
|
Definition at line 50 of file nodeAndValues.h. |
|
Definition at line 54 of file nodeAndValues.h. |
|
Definition at line 67 of file nodeAndValues.h. References ot::NodeAndValues< T, ARR_LEN >::node, and ot::NodeAndValues< T, ARR_LEN >::values. |
|
Definition at line 42 of file nodeAndValues.h. References ot::NodeAndValues< T, ARR_LEN >::node. |
|
Definition at line 58 of file nodeAndValues.h. References ot::NodeAndValues< T, ARR_LEN >::node. |
|
Definition at line 62 of file nodeAndValues.h. References ot::NodeAndValues< T, ARR_LEN >::node. |
|
|
The values Definition at line 28 of file nodeAndValues.h. Referenced by ot::NodeAndValues< T, ARR_LEN >::Equals(), ot::interpolateData(), main(), ot::NodeAndValues< T, ARR_LEN >::NodeAndValues(), ot::NodeAndValues< T, ARR_LEN >::operator=(), and ot::regularGrid2Octree(). |