7 #ifndef GRAPHGEN_OUTPUT_GENERATOR_H_
8 #define GRAPHGEN_OUTPUT_GENERATOR_H_
27 DELETE_DOTCODE = (1 << 2),
28 WITH_ROOT_ID = (1 << 3),
A BinaryDrag is the GRAPHGEN implementation of a Binary Directed Rooted Acyclic Graph (DRAG in short)
bool DrawDagOnFile(const std::string &base_filename, const BinaryDrag< conact > &dt, DrawDagFlags flags=DrawDagFlags::DELETE_DOTCODE)
Generate a file displaying the specified DRAG. The output format will be the one set in the general y...
bool DrawForestOnFile(const std::string &output_file, const LineForestHandler &lfh, DrawDagFlags flags)
DrawDagFlags
Flags for the DrawDagOnFile function.
Generates all the forests needed to handle one line of the image.
#define DEFINE_ENUM_CLASS_FLAGS(class_name,...)