#include <fstream>
#include <iostream>
#include <map>
#include <sstream>
#include <string>
#include "condition_action.h"
#include "forest.h"
#include "tree.h"
#include "utilities.h"
Go to the source code of this file.
◆ DrawDagFlags
Flags for the DrawDagOnFile function.
Enumerator |
---|
NONE | No flags.
|
WITH_NEXT | Whether to print next tree indexes inside leaves or not.
|
VERBOSE | Whether to display output messages or not.
|
DELETE_DOTCODE | Whether to delete or not the dot code used to draw the drag.
|
WITH_ROOT_ID | Whether to print root id or not.
|
Definition at line 29 of file output_generator.h.
◆ DrawDagOnFile()
Generate a file displaying the specified DRAG. The output format will be the one set in the general yaml configuration file.
- Parameters
-
[in] | base_filename | Name that the output file should have (without extension). |
[in] | dt | DRAG (BinaryDrag<conact>) to be drawn. |
[in] | flags | Function flags, see DrawDagFlags. |
- Returns
- Whether the operation ended correctly (true) or not (false).
◆ DrawForestOnFile()
◆ operator&()
◆ operator|()