Logical node handle shared by succinct rooted-tree encodings.
More...
#include <tree.h>
|
| | TreeNode (std::size_t node_number, std::size_t representation_position) |
| | Construct a node handle.
|
| |
|
|
std::size_t | number |
| | Logical node number in the encoding's traversal order.
|
| |
|
std::size_t | pos |
| | Bit position representing the node in the succinct encoding.
|
| |
Logical node handle shared by succinct rooted-tree encodings.
◆ TreeNode()
| pixie::TreeNode::TreeNode |
( |
std::size_t | node_number, |
|
|
std::size_t | representation_position ) |
|
inline |
Construct a node handle.
- Parameters
-
| node_number | Logical node number. |
| representation_position | Position in the succinct representation. |
The documentation for this struct was generated from the following file: