Structure storing the data for a 3D plot. More...
Inheritance diagram for ns3::Gnuplot3dDataset::Data3d:
Collaboration diagram for ns3::Gnuplot3dDataset::Data3d:Public Member Functions | |
| Data3d (const std::string &title) | |
| Initializes with value from m_defaultStyle. | |
| Data3d (const std::string &title) | |
| Initializes with value from m_defaultStyle. | |
| std::string | GetCommand () const override |
| Returns the plot type ("plot" or "splot"). | |
| std::string | GetCommand () const override |
| Returns the plot type ("plot" or "splot"). | |
| bool | IsEmpty () const override |
| Checks to see if this GnuplotDataset is empty. | |
| bool | IsEmpty () const override |
| Checks to see if this GnuplotDataset is empty. | |
| void | PrintDataFile (std::ostream &os, bool generateOneOutputFile) const override |
| Print the inline data file contents trailing the plot command. | |
| void | PrintDataFile (std::ostream &os, bool generateOneOutputFile) const override |
| Print the inline data file contents trailing the plot command. | |
| void | PrintExpression (std::ostream &os, bool generateOneOutputFile, unsigned int dataFileDatasetIndex, std::string &dataFileName) const override |
| Prints the plot description used as argument to (s)plot. | |
| void | PrintExpression (std::ostream &os, bool generateOneOutputFile, unsigned int dataFileDatasetIndex, std::string &dataFileName) const override |
| Prints the plot description used as argument to (s)plot. | |
Public Member Functions inherited from ns3::GnuplotDataset::Data | |
| Data (const std::string &title) | |
| Initializes the reference counter to 1 and sets m_title and m_extra. | |
| Data (const std::string &title) | |
| Initializes the reference counter to 1 and sets m_title and m_extra. | |
| virtual | ~Data () |
| Required. | |
| virtual | ~Data () |
| Required. | |
Public Attributes | |
| PointSet | m_pointset |
| The set of points in this data set. | |
| std::string | m_style |
| The plotting style to use for this dataset. | |
Public Attributes inherited from ns3::GnuplotDataset::Data | |
| std::string | m_extra |
| Extra parameters for the plot. | |
| unsigned int | m_references |
| ref/unref counter for garbage collection | |
| std::string | m_title |
| Dataset title. | |
Structure storing the data for a 3D plot.
Definition at line 511 of file gnuplot.cc.
| ns3::Gnuplot3dDataset::Data3d::Data3d | ( | const std::string & | title | ) |
Initializes with value from m_defaultStyle.
| title | Dataset title |
Definition at line 534 of file gnuplot.cc.
| ns3::Gnuplot3dDataset::Data3d::Data3d | ( | const std::string & | title | ) |
Initializes with value from m_defaultStyle.
| title | Dataset title |
|
overridevirtual |
Returns the plot type ("plot" or "splot").
Implements ns3::GnuplotDataset::Data.
Definition at line 541 of file gnuplot.cc.
|
overridevirtual |
Returns the plot type ("plot" or "splot").
Implements ns3::GnuplotDataset::Data.
|
overridevirtual |
Checks to see if this GnuplotDataset is empty.
Implements ns3::GnuplotDataset::Data.
Definition at line 587 of file gnuplot.cc.
|
overridevirtual |
Checks to see if this GnuplotDataset is empty.
Implements ns3::GnuplotDataset::Data.
|
overridevirtual |
Print the inline data file contents trailing the plot command.
Empty for functions.
| os | Output stream |
| generateOneOutputFile | If true, generate only one output file. |
Implements ns3::GnuplotDataset::Data.
Definition at line 571 of file gnuplot.cc.
References ns3::Create().
Here is the call graph for this function:
|
overridevirtual |
Print the inline data file contents trailing the plot command.
Empty for functions.
| os | Output stream |
| generateOneOutputFile | If true, generate only one output file. |
Implements ns3::GnuplotDataset::Data.
|
overridevirtual |
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.
If more than one output file is being generated, i.e. separate data and control files, then the index for the current dataset and the name for the data file are also included.
| os | Output stream |
| generateOneOutputFile | If true, generate only one output file. |
| dataFileDatasetIndex | Dataset Index |
| dataFileName | Dataset file name |
Implements ns3::GnuplotDataset::Data.
Definition at line 547 of file gnuplot.cc.
|
overridevirtual |
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.
If more than one output file is being generated, i.e. separate data and control files, then the index for the current dataset and the name for the data file are also included.
| os | Output stream |
| generateOneOutputFile | If true, generate only one output file. |
| dataFileDatasetIndex | Dataset Index |
| dataFileName | Dataset file name |
Implements ns3::GnuplotDataset::Data.
| PointSet ns3::Gnuplot3dDataset::Data3d::m_pointset |
The set of points in this data set.
Definition at line 517 of file gnuplot.cc.
| std::string ns3::Gnuplot3dDataset::Data3d::m_style |
The plotting style to use for this dataset.
Definition at line 515 of file gnuplot.cc.