MDA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups
Public Member Functions | Public Attributes | List of all members
MDAT::TreeNode Struct Reference

Public Member Functions

 TreeNode (unsigned int id_)
 
 TreeNode (const std::string &name_)
 
 TreeNode (unsigned int id_, const std::string &name_)
 
bool is_leaf () const
 

Public Attributes

unsigned int id
 
std::string name
 
float edge_length
 
std::vector< std::shared_ptr
< TreeNode > > 
children