SNAP Library 3.0, User Reference
2016-07-20 17:56:49
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 | ) |
Definition at line 70 of file gnuplot.cpp.
TGpSeriesTy TGnuPlot::TGpSeries::SeriesTy |