clustering  0.12
Clustering suite for molecular dynamics trajectories.
 All Classes Namespaces Files Functions Variables Typedefs
Public Member Functions | Public Attributes | List of all members
anonymous_namespace{network_builder.cpp}::Node Struct Reference

Public Member Functions

 Node (std::size_t _id, float _fe, std::size_t _pop)
 
Nodefind_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, Nodechildren
 
int pos_x = 0
 
int pos_y = 0
 
int _subtree_width = 0
 

Detailed Description

Definition at line 62 of file network_builder.cpp.


The documentation for this struct was generated from the following file: