|
ROOT
ROOT project
|
Class Daughter of PrinterDAT to write on .dat (inherited) and produce a gnu plot for the results. More...
#include <writer_def.hpp>


Public Member Functions | |
| PrinterGNUPlot (const std::string &fname, bool ow_mode) | |
| Constructor for the PrinterGNUPlot. | |
| void | generate_gnuplot_script () const |
| Calls the generation of the .png output plot. | |
| void | generate_gnuplot_script () const |
| void | generate_gnuplot_script () const |
Public Member Functions inherited from PrinterDAT< V > | |
| PrinterDAT (const std::string &fname, bool ow_mode) | |
| Constructor for the PrinterDAT class. | |
| void | write_values (const V &value) override |
| Writes a given result into the .dat file. | |
| void | write_values (const Eigen::Vector2d &value) |
Public Member Functions inherited from PrinterFile< V > | |
| PrinterFile (const std::string &fname, bool ow_mode) | |
| The constructor for PrinterFile class. | |
Public Member Functions inherited from PrinterBase< V > | |
| PrinterBase ()=default | |
| Default constructor for the PrinterBase class. | |
| virtual | ~PrinterBase ()=default |
| Virtual destructor for the PrinterBase class. | |
Additional Inherited Members | |
Protected Attributes inherited from PrinterFile< V > | |
| std::string | filename |
| The name of output file, without the extension. | |
| bool | append |
| std::ofstream | file |
| The actual file, saved in order not to access it at each printing iteration. | |
Class Daughter of PrinterDAT to write on .dat (inherited) and produce a gnu plot for the results.
| PrinterGNUPlot< V >::PrinterGNUPlot | ( | const std::string & | fname, |
| bool | ow_mode | ||
| ) |
Constructor for the PrinterGNUPlot.
| fname | The file to write on |
| ow_mode | Option to overwrite or append the file |
| void PrinterGNUPlot< Eigen::Vector2d >::generate_gnuplot_script | ( | ) | const |
| void PrinterGNUPlot< Eigen::Vector2d >::generate_gnuplot_script | ( | ) | const |
| void PrinterGNUPlot< V >::generate_gnuplot_script | ( | ) | const |
Calls the generation of the .png output plot.