#include "output_generator.h"
#include <optional>
#include "system_info.h"
Go to the source code of this file.
|
string | GetShape (char c) |
|
string | GetNodeCode (const string &condition, bool with_root_id) |
|
void | GenerateDotCodeForDagRec (std::ostream &os, BinaryDrag< conact >::node *n, std::map< BinaryDrag< conact >::node *, size_t > &printed_node, std::vector< std::string > &links, nodeid &id, bool with_next, bool with_root_id, int tab) |
|
void | GenerateDotCodeForDag (std::ostream &os, const BinaryDrag< conact > &bd, bool with_next, bool with_root_id) |
|
string | GetDotCallString (const std::string &code_path, const std::string &output_path="") |
|
string | GetDotCallString (const filesystem::path &code_path, filesystem::path output_path="") |
|
bool | DrawDagOnFile (const string &base_filename, const BinaryDrag< conact > &t, DrawDagFlags flags) |
|
bool | DrawForestOnFile (const string &output_file, const LineForestHandler &lfh, DrawDagFlags flags) |
|
◆ DrawDagOnFile()
◆ DrawForestOnFile()
◆ GenerateDotCodeForDag()
void GenerateDotCodeForDag |
( |
std::ostream & |
os, |
|
|
const BinaryDrag< conact > & |
bd, |
|
|
bool |
with_next, |
|
|
bool |
with_root_id |
|
) |
| |
◆ GenerateDotCodeForDagRec()
void GenerateDotCodeForDagRec |
( |
std::ostream & |
os, |
|
|
BinaryDrag< conact >::node * |
n, |
|
|
std::map< BinaryDrag< conact >::node *, size_t > & |
printed_node, |
|
|
std::vector< std::string > & |
links, |
|
|
nodeid & |
id, |
|
|
bool |
with_next, |
|
|
bool |
with_root_id, |
|
|
int |
tab |
|
) |
| |
◆ GetDotCallString() [1/2]
string GetDotCallString |
( |
const filesystem::path & |
code_path, |
|
|
filesystem::path |
output_path = "" |
|
) |
| |
◆ GetDotCallString() [2/2]
string GetDotCallString |
( |
const std::string & |
code_path, |
|
|
const std::string & |
output_path = "" |
|
) |
| |
◆ GetNodeCode()
string GetNodeCode |
( |
const string & |
condition, |
|
|
bool |
with_root_id |
|
) |
| |
◆ GetShape()
string GetShape |
( |
char |
c | ) |
|