A fuzzy logic C++ library
|
A gnuplot script file for plotting histograms, opens it, and adds a common header. More...
#include <gnuplot_file.hpp>
Public Member Functions | |
GNUPLOT_FILE (std::string name, size_t w=640, size_t h=480) | |
gnuplot histogram file | |
~GNUPLOT_FILE () | |
template<typename T > | |
std::ofstream & | operator<< (T) |
A << operator for this class, only streams the argument into the file. | |
Private Attributes | |
std::ofstream | fplot |
A gnuplot script file for plotting histograms, opens it, and adds a common header.
slifis::GNUPLOT_FILE::GNUPLOT_FILE | ( | std::string | fn, |
size_t | w = 640 , |
||
size_t | h = 480 |
||
) |
gnuplot histogram file
References __IN__, __OUT__, slifis::ERR_IO_ERROR, SLIFIS_ERROR, SLIFIS_STAMP_S, and SLIFIS_WARNING_1.
std::ofstream & slifis::GNUPLOT_FILE::operator<< | ( | T | arg | ) |
A << operator for this class, only streams the argument into the file.
References fplot.
std::ofstream slifis::GNUPLOT_FILE::fplot [private] |
Referenced by operator<<().