vg
tools for working with variation graphs
|
#include <explainer.hpp>
Public Member Functions | |
DotDumpExplainer (const T &to_dump) | |
Construct a DotDumpExplainer that will save a diagram to a file. | |
![]() | |
Explainer () | |
Construct an Explainer that will save to one or more files. | |
virtual | ~Explainer () |
Close out the files being explained to. | |
Additional Inherited Members | |
![]() | |
static bool | save_explanations = false |
Determine if explanations should be generated. | |
![]() | |
size_t | explanation_number |
What number explanation are we? Distinguishes different objects. | |
![]() | |
static std::atomic< size_t > | next_explanation_number {0} |
Counter used to give different explanations their own unique filenames. | |
Explainer that can dump anything that has a: void to_dot(ostream& out) const; method, such as a Funnel.
vg::DotDumpExplainer< T >::DotDumpExplainer | ( | const T & | to_dump | ) |
Construct a DotDumpExplainer that will save a diagram to a file.