Version: 1.0
Public Member Functions | Public Attributes | List of all members
Forest2Dag Struct Reference

#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_
 
LineForestHandlerf_
 

Detailed Description

Definition at line 17 of file forest2dag.h.

Constructor & Destructor Documentation

◆ Forest2Dag()

Forest2Dag::Forest2Dag ( LineForestHandler f)

Member Function Documentation

◆ FindAndLink()

void Forest2Dag::FindAndLink ( BinaryDrag< conact >::node *  n)

Definition at line 39 of file forest2dag.cpp.

◆ Tree2String()

string Forest2Dag::Tree2String ( BinaryDrag< conact >::node *  n)

Definition at line 15 of file forest2dag.cpp.

Member Data Documentation

◆ f_

LineForestHandler& Forest2Dag::f_

Definition at line 20 of file forest2dag.h.

◆ ps_

std::unordered_map<BinaryDrag<conact>::node*, std::string> Forest2Dag::ps_

Definition at line 18 of file forest2dag.h.

◆ sp_

std::unordered_map<std::string, BinaryDrag<conact>::node*> Forest2Dag::sp_

Definition at line 19 of file forest2dag.h.


The documentation for this struct was generated from the following files: