Public Member Functions | |
Data3d (const std::string &title) | |
virtual std::string | GetCommand () const |
virtual void | PrintDatafile (std::ostream &os) const |
virtual void | PrintExpression (std::ostream &os) const |
![]() | |
Data (const std::string &title) | |
virtual | ~Data () |
Required. |
Public Attributes | |
PointSet | m_pointset |
std::string | m_style |
![]() | |
std::string | m_extra |
unsigned int | m_references |
std::string | m_title |
Definition at line 403 of file gnuplot.cc.
ns3::Gnuplot3dDataset::Data3d::Data3d | ( | const std::string & | title | ) |
Initializes with value from m_defaultStyle.
Definition at line 421 of file gnuplot.cc.
|
virtual |
Returns "plot" or "splot".
Implements ns3::GnuplotDataset::Data.
Definition at line 428 of file gnuplot.cc.
|
virtual |
Print the inline data file contents trailing the plot command. Empty for functions.
Implements ns3::GnuplotDataset::Data.
Definition at line 449 of file gnuplot.cc.
|
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 434 of file gnuplot.cc.
PointSet ns3::Gnuplot3dDataset::Data3d::m_pointset |
Definition at line 409 of file gnuplot.cc.
std::string ns3::Gnuplot3dDataset::Data3d::m_style |
Definition at line 407 of file gnuplot.cc.