|
GatingSet/GatingHierarchy C++ API
|
#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, VertexID > | VertexID_map |
| typedef vector< VertexID > | VertexID_vec |
| typedef vector< string > | StringVec |
| typedef vector< double > | DoubleVec |
| typedef vector< bool > | BoolVec |
| typedef vector< NODEID > | NODEID_vec |
1.8.6