SNAP Library 4.1, Developer Reference
2018-07-26 16:30:42
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
Public Member Functions | |
TGpSeries () | |
TGpSeries (const TGpSeries &Gps) | |
TGpSeries & | operator= (const TGpSeries &Gps) |
bool | operator< (const TGpSeries &Gps) const |
bool | SaveXVals () const |
Public Attributes | |
TGpSeriesTy | SeriesTy |
TFltKdV | XYValV |
TFltV | ZValV |
TStr | Label |
TStr | WithStyle |
TStr | DataFNm |
int | XCol |
int | YCol |
int | ZCol |
|
inline |
TGnuPlot::TGpSeries::TGpSeries | ( | const TGpSeries & | Gps | ) |
Definition at line 64 of file gnuplot.cpp.
bool TGnuPlot::TGpSeries::operator< | ( | const TGpSeries & | Gps | ) | const |
Definition at line 82 of file gnuplot.cpp.
TGnuPlot::TGpSeries & TGnuPlot::TGpSeries::operator= | ( | const TGpSeries & | Gps | ) |
|
inline |
Definition at line 37 of file gnuplot.h.
Referenced by TGnuPlot::CreatePlotFile().
TStr TGnuPlot::TGpSeries::DataFNm |
Definition at line 30 of file gnuplot.h.
Referenced by TGnuPlot::AddFunc(), TGnuPlot::AddPlot(), TGnuPlot::CreatePlotFile(), TGnuPlot::GetSeriesPlotStr(), and operator=().
TStr TGnuPlot::TGpSeries::Label |
Definition at line 30 of file gnuplot.h.
Referenced by TGnuPlot::AddFunc(), TGnuPlot::AddPlot(), TGnuPlot::CreatePlotFile(), TGnuPlot::GetSeriesPlotStr(), operator<(), and operator=().
TGpSeriesTy TGnuPlot::TGpSeries::SeriesTy |
Definition at line 27 of file gnuplot.h.
Referenced by TGnuPlot::AddFunc(), TGnuPlot::AddPlot(), TGnuPlot::GetSeriesPlotStr(), and operator=().
TStr TGnuPlot::TGpSeries::WithStyle |
Definition at line 30 of file gnuplot.h.
Referenced by TGnuPlot::AddFunc(), TGnuPlot::AddPlot(), TGnuPlot::GetSeriesPlotStr(), and operator=().
int TGnuPlot::TGpSeries::XCol |
Definition at line 31 of file gnuplot.h.
Referenced by TGnuPlot::AddFunc(), TGnuPlot::AddPlot(), TGnuPlot::CreatePlotFile(), TGnuPlot::GetSeriesPlotStr(), operator=(), and SaveXVals().
TFltKdV TGnuPlot::TGpSeries::XYValV |
Definition at line 28 of file gnuplot.h.
Referenced by TGnuPlot::AddExpFit(), TGnuPlot::AddLinFit(), TGnuPlot::AddLogFit(), TGnuPlot::AddPlot(), TGnuPlot::AddPwrFit1(), TGnuPlot::AddPwrFit2(), TGnuPlot::AddPwrFit3(), TGnuPlot::CreatePlotFile(), operator<(), and operator=().
int TGnuPlot::TGpSeries::YCol |
Definition at line 31 of file gnuplot.h.
Referenced by TGnuPlot::AddPlot(), TGnuPlot::CreatePlotFile(), TGnuPlot::GetSeriesPlotStr(), operator=(), and SaveXVals().
int TGnuPlot::TGpSeries::ZCol |
Definition at line 31 of file gnuplot.h.
Referenced by TGnuPlot::AddPlot(), TGnuPlot::CreatePlotFile(), TGnuPlot::GetSeriesPlotStr(), and operator=().
TFltV TGnuPlot::TGpSeries::ZValV |
Definition at line 29 of file gnuplot.h.
Referenced by TGnuPlot::CreatePlotFile(), and operator=().