A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ns3::Gnuplot2dFunction::Function2d Struct Reference
+ Inheritance diagram for ns3::Gnuplot2dFunction::Function2d:

Public Member Functions

 Function2d (const std::string &title, const std::string &function)
 
virtual std::string GetCommand () const
 
virtual void PrintDatafile (std::ostream &os) const
 
virtual void PrintExpression (std::ostream &os) const
 
- Public Member Functions inherited from ns3::GnuplotDataset::Data
 Data (const std::string &title)
 
virtual ~Data ()
 Required.
 

Public Attributes

std::string m_function
 
- Public Attributes inherited from ns3::GnuplotDataset::Data
std::string m_extra
 
unsigned int m_references
 
std::string m_title
 

Detailed Description

Definition at line 343 of file gnuplot.cc.

Constructor & Destructor Documentation

ns3::Gnuplot2dFunction::Function2d::Function2d ( const std::string &  title,
const std::string &  function 
)

Initializes with the function and title.

Definition at line 359 of file gnuplot.cc.

Member Function Documentation

std::string ns3::Gnuplot2dFunction::Function2d::GetCommand ( ) const
virtual

Returns "plot" or "splot".

Implements ns3::GnuplotDataset::Data.

Definition at line 366 of file gnuplot.cc.

void ns3::Gnuplot2dFunction::Function2d::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 384 of file gnuplot.cc.

void ns3::Gnuplot2dFunction::Function2d::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 372 of file gnuplot.cc.


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