clustering
0.12
Clustering suite for molecular dynamics trajectories.
|
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 |
Definition at line 62 of file network_builder.cpp.