anonymous_namespace{network_builder.cpp}::Node Struct Reference
Public Member Functions | |
Node (std::size_t _id, float _fe, std::size_t _pop) | |
Node * | find_parent_of (std::size_t search_id) |
void | set_pos (int x, int y) |
int | subtree_width () |
void | print_subtree (std::ostream &os) |
void | print_node_and_subtree (std::ostream &os) |
Public Attributes | |
std::size_t | id |
float | fe |
std::size_t | pop |
std::map< std::size_t, Node > | children |
int | pos_x = 0 |
int | pos_y = 0 |
int | _subtree_width = 0 |
Detailed Description
Definition at line 63 of file network_builder.cpp.
The documentation for this struct was generated from the following file: