mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Definition at line 98 of file gnuPlot.hpp.
#include <math/plot/gnuPlot.hpp>
Public Member Functions | |
gpCurve () | |
gpCurve (const std::string &file, const std::string &title, const std::string &modifiers) | |
gpCurve (const std::string &file, const std::string &title, const std::string &modifiers, const std::string &binary) | |
gpCurve (const gpCurve &gpc) | |
Public Attributes | |
std::string | m_file |
std::string | m_title |
std::string | m_modifiers |
std::string | m_binary |
|
inline |
Definition at line 108 of file gnuPlot.hpp.
|
inline |
Definition at line 112 of file gnuPlot.hpp.
|
inline |
Definition at line 117 of file gnuPlot.hpp.
Definition at line 125 of file gnuPlot.hpp.
References m_binary, m_file, m_modifiers, m_title, and mx::math::six_fifths().
std::string mx::math::gpCurve::m_binary |
Definition at line 106 of file gnuPlot.hpp.
Referenced by gpCurve().
std::string mx::math::gpCurve::m_file |
Definition at line 100 of file gnuPlot.hpp.
Referenced by gpCurve().
std::string mx::math::gpCurve::m_modifiers |
Definition at line 104 of file gnuPlot.hpp.
Referenced by gpCurve().
std::string mx::math::gpCurve::m_title |
Definition at line 102 of file gnuPlot.hpp.
Referenced by gpCurve().