OpenLB 1.7
Loading...
Searching...
No Matches
olb::Gnuplot< T > Member List

This is the complete list of members for olb::Gnuplot< T >, including all inherited members.

AxisType enum nameolb::Gnuplot< T >
Gnuplot(std::string name, bool liveplot, std::string preCommand, AxisType axisType, Regression regressionType)olb::Gnuplot< T >
Gnuplot(std::string name)olb::Gnuplot< T >explicit
Gnuplot(std::string name, bool liveplot)olb::Gnuplot< T >
Gnuplot(std::string name, AxisType axisType)olb::Gnuplot< T >
Gnuplot(std::string name, AxisType axisType, Regression regressionType)olb::Gnuplot< T >
init()olb::Gnuplot< T >
LINEAR enum valueolb::Gnuplot< T >
LINREG enum valueolb::Gnuplot< T >
linRegression(std::ofstream &fout, std::string x_axisType, std::string y_axisType)olb::Gnuplot< T >protected
LOGLOG enum valueolb::Gnuplot< T >
LOGLOGINVERTED enum valueolb::Gnuplot< T >
OFF enum valueolb::Gnuplot< T >
Regression enum nameolb::Gnuplot< T >
scaleAxes(std::ofstream &fout)olb::Gnuplot< T >protected
setData(T xValue, T yValue, std::string name="", std::string key="", char plotType='l')olb::Gnuplot< T >
setData(bool noXvalue, T yValue, std::string name="", std::string key="", char plotType='l')olb::Gnuplot< T >
setData(T xValue, std::vector< T > yValues, std::vector< std::string > names={""}, std::string key="right", std::vector< char > plotType={ 'l', 'l'})olb::Gnuplot< T >
setData(bool noXvalue, std::vector< T > yValues, std::vector< std::string > names={""}, std::string key="right", const std::vector< char > plotType={ 'l', 'l'})olb::Gnuplot< T >
setLabel(std::string xLabel="", std::string yLabel="")olb::Gnuplot< T >
startGnuplot(std::string plotFile, std::string plotName="")olb::Gnuplot< T >protected
writePDF(std::string plotName="")olb::Gnuplot< T >
writePNG(int iT=-1, double xRange=-1, std::string plotName="")olb::Gnuplot< T >