mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
mx::math::gpCurve Struct Reference

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
 

Constructor & Destructor Documentation

◆ gpCurve() [1/4]

mx::math::gpCurve::gpCurve ( )
inline

Definition at line 108 of file gnuPlot.hpp.

◆ gpCurve() [2/4]

mx::math::gpCurve::gpCurve ( const std::string &  file,
const std::string &  title,
const std::string &  modifiers 
)
inline

Definition at line 112 of file gnuPlot.hpp.

◆ gpCurve() [3/4]

mx::math::gpCurve::gpCurve ( const std::string &  file,
const std::string &  title,
const std::string &  modifiers,
const std::string &  binary 
)
inline

Definition at line 117 of file gnuPlot.hpp.

◆ gpCurve() [4/4]

mx::math::gpCurve::gpCurve ( const gpCurve gpc)
inline

Definition at line 125 of file gnuPlot.hpp.

References m_binary, m_file, m_modifiers, m_title, and mx::math::six_fifths().

Member Data Documentation

◆ m_binary

std::string mx::math::gpCurve::m_binary

Definition at line 106 of file gnuPlot.hpp.

Referenced by gpCurve().

◆ m_file

std::string mx::math::gpCurve::m_file

Definition at line 100 of file gnuPlot.hpp.

Referenced by gpCurve().

◆ m_modifiers

std::string mx::math::gpCurve::m_modifiers

Definition at line 104 of file gnuPlot.hpp.

Referenced by gpCurve().

◆ m_title

std::string mx::math::gpCurve::m_title

Definition at line 102 of file gnuPlot.hpp.

Referenced by gpCurve().


The documentation for this struct was generated from the following file: