|
DDD 1.9.0.20250910094029
|
a more evolved API for highlighting parts of a graph More...
#include <util/dotExporter.h>

Public Member Functions | |
| virtual | ~dotHighlight () |
| dotHighlight (const string &path) | |
| void | initialize (const string &path) |
| void | setVarAlignment (bool isAligned) |
| void | addSDD (const GSDD &g) |
| void | addSDD (const GSDD &g, const string &label) |
| void | setColor (const GSDD &g, const string &color) |
| void | exportDot () |
Private Attributes | |
| class dotExporter * | de |
a more evolved API for highlighting parts of a graph
|
virtual |
References de.
| dotHighlight::dotHighlight | ( | const string & | path | ) |
References de, and setVarAlignment().
| void dotHighlight::addSDD | ( | const GSDD & | g | ) |
References dotExporter::collect(), and de.
Referenced by addSDD().
| void dotHighlight::addSDD | ( | const GSDD & | g, |
| const string & | label | ||
| ) |
References dotExporter::collect(), de, and dotExporter::label().
| void dotHighlight::exportDot | ( | ) |
References de, and dotExporter::finish().
Referenced by exportUniqueTable().
| void dotHighlight::initialize | ( | const string & | path | ) |
References de, dotExporter::init(), and dotExporter::setPath().
Referenced by exportUniqueTable().
| void dotHighlight::setColor | ( | const GSDD & | g, |
| const string & | color | ||
| ) |
References de, and dotExporter::setColor().
Referenced by exportUniqueTable().
| void dotHighlight::setVarAlignment | ( | bool | isAligned | ) |
References de, and dotExporter::setAlign().
Referenced by dotHighlight().
|
private |
Referenced by addSDD(), addSDD(), dotHighlight(), exportDot(), initialize(), setColor(), setVarAlignment(), and ~dotHighlight().
1.9.8