Public Member Functions | |
Data2d (const std::string &title) | |
virtual std::string | GetCommand () const |
virtual void | PrintExpression (std::ostream &os) const |
virtual void | PrintDatafile (std::ostream &os) const |
Public Attributes | |
enum Style | m_style |
enum ErrorBars | m_errorBars |
PointSet | m_pointset |
Definition at line 126 of file gnuplot.cc.
ns3::Gnuplot2dDataset::Data2d::Data2d | ( | const std::string & | title | ) |
Initializes with the values from m_defaultStyle and m_defaultErrorBars.
Definition at line 145 of file gnuplot.cc.
std::string ns3::Gnuplot2dDataset::Data2d::GetCommand | ( | ) | const [virtual] |
Returns "plot" or "splot".
Implements ns3::GnuplotDataset::Data.
Definition at line 153 of file gnuplot.cc.
void ns3::Gnuplot2dDataset::Data2d::PrintDatafile | ( | std::ostream & | os | ) | const [virtual] |
Print the inline data file contents trailing the plot command. Empty for functions.
Implements ns3::GnuplotDataset::Data.
Definition at line 226 of file gnuplot.cc.
void ns3::Gnuplot2dDataset::Data2d::PrintExpression | ( | std::ostream & | os | ) | const [virtual] |
Prints the plot description used as argument to (s)plot. Either the function expression or a datafile description. Should include m_title and m_extra in the output.
Implements ns3::GnuplotDataset::Data.
Definition at line 159 of file gnuplot.cc.
Definition at line 131 of file gnuplot.cc.
Definition at line 133 of file gnuplot.cc.
Definition at line 130 of file gnuplot.cc.