GatingSet/GatingHierarchy C++ API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Macros | Typedefs
populationTree.hpp File Reference
#include "nodeProperties.hpp"
#include <boost/graph/adjacency_list.hpp>

Classes

struct  Edge
 

Macros

#define ROOTNODE   0
 

Typedefs

typedef boost::adjacency_list
< boost::vecS, boost::vecS,
boost::bidirectionalS,
nodeProperties *, Edge
populationTreeOld
 
typedef boost::adjacency_list
< boost::vecS, boost::vecS,
boost::bidirectionalS,
nodeProperties,
boost::no_property > 
populationTree
 
typedef
populationTree::vertex_descriptor 
VertexID
 
typedef
populationTree::vertex_iterator 
VertexIt
 ID for the node in the gating tree. More...
 
typedef
populationTree::edge_descriptor 
EdgeID
 
typedef
populationTree::edge_iterator 
EdgeIt