#include <tree_functions.h>
Public Member Functions | |
| void | mergeChild (const NodeCache &nc) |
| NodeCache (NodeHandle *nh_p) | |
| NodeCache (const NodeCache &nc) | |
| NodeCache & | operator= (const NodeCache &nc) |
| void | release (MegaTree &tree) |
| ~NodeCache () | |
Public Attributes | |
| NodeHandle * | nh |
| uint64_t | orig_cnt |
| uint64_t | orig_col [3] |
| uint64_t | orig_pnt [3] |
Definition at line 39 of file tree_functions.h.
| megatree::NodeCache::NodeCache | ( | NodeHandle * | nh_p | ) | [inline] |
Definition at line 42 of file tree_functions.h.
| megatree::NodeCache::NodeCache | ( | const NodeCache & | nc | ) | [inline] |
Definition at line 55 of file tree_functions.h.
| megatree::NodeCache::~NodeCache | ( | ) | [inline] |
Definition at line 79 of file tree_functions.h.
| void megatree::NodeCache::mergeChild | ( | const NodeCache & | nc | ) | [inline] |
Definition at line 93 of file tree_functions.h.
Definition at line 66 of file tree_functions.h.
| void megatree::NodeCache::release | ( | MegaTree & | tree | ) | [inline] |
Definition at line 85 of file tree_functions.h.
Definition at line 123 of file tree_functions.h.
| uint64_t megatree::NodeCache::orig_cnt |
Definition at line 126 of file tree_functions.h.
| uint64_t megatree::NodeCache::orig_col[3] |
Definition at line 125 of file tree_functions.h.
| uint64_t megatree::NodeCache::orig_pnt[3] |
Definition at line 124 of file tree_functions.h.