GatingSet/GatingHierarchy C++ API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Macros | Typedefs
GatingHierarchy.hpp File Reference
#include <iostream>
#include <string>
#include <vector>
#include "populationTree.hpp"
#include "flowJoWorkspace.hpp"
#include <libxml/xpath.h>
#include <fstream>
#include <algorithm>
#include <boost/graph/graphviz.hpp>
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/topological_sort.hpp>
#include <boost/graph/breadth_first_search.hpp>

Classes

struct  OurVertexPropertyWriterR
 
class  GatingHierarchy
 The class that holds the gating tree. More...
 

Macros

#define REGULAR   0
 
#define TSORT   1
 
#define BFS   2
 

Typedefs

typedef unsigned int NODEID
 
typedef map< string, VertexIDVertexID_map
 
typedef vector< VertexIDVertexID_vec
 
typedef vector< string > StringVec
 
typedef vector< double > DoubleVec
 
typedef vector< bool > BoolVec
 
typedef vector< NODEIDNODEID_vec