![]() |
Version: 1.0 |
#include <forest2dag.h>
Public Member Functions | |
std::string | Tree2String (BinaryDrag< conact >::node *n) |
void | FindAndLink (BinaryDrag< conact >::node *n) |
Forest2Dag (LineForestHandler &f) | |
Public Attributes | |
std::unordered_map< BinaryDrag< conact >::node *, std::string > | ps_ |
std::unordered_map< std::string, BinaryDrag< conact >::node * > | sp_ |
LineForestHandler & | f_ |
Definition at line 17 of file forest2dag.h.
Forest2Dag::Forest2Dag | ( | LineForestHandler & | f | ) |
void Forest2Dag::FindAndLink | ( | BinaryDrag< conact >::node * | n | ) |
Definition at line 39 of file forest2dag.cpp.
string Forest2Dag::Tree2String | ( | BinaryDrag< conact >::node * | n | ) |
Definition at line 15 of file forest2dag.cpp.
LineForestHandler& Forest2Dag::f_ |
Definition at line 20 of file forest2dag.h.
std::unordered_map<BinaryDrag<conact>::node*, std::string> Forest2Dag::ps_ |
Definition at line 18 of file forest2dag.h.
std::unordered_map<std::string, BinaryDrag<conact>::node*> Forest2Dag::sp_ |
Definition at line 19 of file forest2dag.h.