SNAP Library 2.4, User Reference
2015-05-11 19:40:56
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <gnuplot.h>
Classes | |
class | TGpSeries |
class | TGpSeriesCmp |
Public Member Functions | |
TStr | GetSeriesPlotStr (const int &PlotN) |
int | IsSameXCol (const int &CurId, const int &PrevId) const |
void | CreatePlotFile (const TStr &Comment=TStr()) |
void | RunGnuPlot () const |
TGnuPlot (const TStr &FileNm="gplot", const TStr &PlotTitle=TStr(), const bool &Grid=true) | |
TGnuPlot (const TStr &DataFileNm, const TStr &PlotFileNm, const TStr &PlotTitle, const bool &Grid) | |
TGnuPlot (const TGnuPlot &GnuPlot) | |
TGnuPlot & | operator= (const TGnuPlot &GnuPlot) |
void | SetTitle (const TStr &PlotTitle) |
void | SetXLabel (const TStr &XLabel) |
void | SetYLabel (const TStr &YLabel) |
void | SetXYLabel (const TStr &XLabel, const TStr &YLabel) |
void | SetDataPlotFNm (const TStr &DatFNm, const TStr &PltFNm) |
void | ShowGrid (const bool &Show) |
void | Pause (const bool &DoPause) |
void | SetScale (const TGpScaleTy &GpScaleTy) |
void | SetXRange (const double &Min, const double &Max) |
void | SetYRange (const double &Min, const double &Max) |
void | AddCmd (const TStr &Cmd) |
TStr | GetLineStyle (const int &PlotId) const |
void | SetLineStyle (const int &PlotId, const TStr &StyleStr) |
int | AddFunc (const TStr &FuncStr, const TGpSeriesTy &SeriesTy=gpwLinesPoints, const TStr &Label=TStr(), const TStr &Style=TStr()) |
int | AddPlot (const TIntV &YValV, const TGpSeriesTy &SeriesTy=gpwLinesPoints, const TStr &Label=TStr(), const TStr &Style=TStr()) |
int | AddPlot (const TFltV &YValV, const TGpSeriesTy &SeriesTy=gpwLinesPoints, const TStr &Label=TStr(), const TStr &Style=TStr()) |
int | AddPlot (const TFltV &XValV, const TFltV &YValV, const TGpSeriesTy &SeriesTy=gpwLinesPoints, const TStr &Label=TStr(), const TStr &Style=TStr()) |
int | AddPlot (const TIntPrV &XYValV, const TGpSeriesTy &SeriesTy=gpwLinesPoints, const TStr &Label=TStr(), const TStr &Style=TStr()) |
int | AddPlot (const TFltPrV &XYValV, const TGpSeriesTy &SeriesTy=gpwLinesPoints, const TStr &Label=TStr(), const TStr &Style=TStr()) |
int | AddPlot (const TIntKdV &XYValV, const TGpSeriesTy &SeriesTy=gpwLinesPoints, const TStr &Label=TStr(), const TStr &Style=TStr()) |
int | AddPlot (const TFltKdV &XYValV, const TGpSeriesTy &SeriesTy=gpwLinesPoints, const TStr &Label=TStr(), const TStr &Style=TStr()) |
int | AddPlot (const TIntFltKdV &XYValV, const TGpSeriesTy &SeriesTy=gpwLinesPoints, const TStr &Label=TStr(), const TStr &Style=TStr()) |
int | AddPlot (const TIntFltPrV &XYValV, const TGpSeriesTy &SeriesTy=gpwLinesPoints, const TStr &Label=TStr(), const TStr &Style=TStr()) |
int | AddPlot (const TStr &DataFNm, const int &ColY, const TGpSeriesTy &SeriesTy=gpwLinesPoints, const TStr &Label=TStr(), const TStr &Style=TStr()) |
int | AddPlot (const TStr &DataFNm, const int &ColX, const int &ColY, const TGpSeriesTy &SeriesTy=gpwLinesPoints, const TStr &Label=TStr(), const TStr &Style=TStr()) |
template<class TKey , class TDat , class THashFunc > | |
int | AddPlot (const THash< TKey, TDat, THashFunc > &XYValH, const TGpSeriesTy &SeriesTy=gpwLinesPoints, const TStr &Label=TStr(), const TStr &Style=TStr(), const bool &ExpBucket=false) |
template<class TKey , class THashFunc > | |
int | AddPlot (const THash< TKey, TMom, THashFunc > &ValMomH, const TGpSeriesTy &SeriesTy=gpwLinesPoints, const TStr &Label=TStr(), const TStr &Style=TStr(), bool PlotAvg=true, bool PlotMed=true, bool PlotMin=false, bool PlotMax=false, bool PlotSDev=false, bool PlotStdErr=false, const bool &ExpBucket=false) |
int | AddErrBar (const TFltTrV &XYDValV, const TStr &Label=TStr()) |
int | AddErrBar (const TFltTrV &XYDValV, const TStr &DatLabel, const TStr &ErrLabel) |
int | AddErrBar (const TFltV &YValV, const TFltV &DeltaYV, const TStr &Label=TStr()) |
int | AddErrBar (const TFltV &XValV, const TFltV &YValV, const TFltV &DeltaYV, const TStr &Label=TStr()) |
int | AddErrBar (const TFltPrV &XYValV, const TFltV &DeltaYV, const TStr &Label=TStr()) |
int | AddErrBar (const TFltKdV &XYValV, const TFltV &DeltaYV, const TStr &Label=TStr()) |
int | AddErrBar (const TFltPrV &XYValV, const TFltV &DeltaYV, const TStr &DatLabel, const TStr &ErrLabel) |
int | AddLinFit (const int &PlotId, const TGpSeriesTy &SeriesTy=gpwLines, const TStr &Style=TStr()) |
int | AddPwrFit (const int &PlotId, const TGpSeriesTy &SeriesTy=gpwLines, const TStr &Style=TStr()) |
int | AddPwrFit1 (const int &PlotId, const TGpSeriesTy &SeriesTy=gpwLines, const TStr &Style=TStr()) |
int | AddPwrFit2 (const int &PlotId, const TGpSeriesTy &SeriesTy=gpwLines, const double &MinX=-1.0, const TStr &Style=TStr()) |
int | AddPwrFit3 (const int &PlotId, const TGpSeriesTy &SeriesTy=gpwLines, const double &MinX=-1.0, const TStr &Style=TStr()) |
int | AddPwrFit3 (const int &PlotId, const TGpSeriesTy &SeriesTy, const double &MinX, const TStr &Style, double &Intercept, double &Slope, double &R2) |
int | AddLogFit (const int &PlotId, const TGpSeriesTy &SeriesTy=gpwLines, const TStr &Style=TStr()) |
int | AddExpFit (const int &PlotId, const TGpSeriesTy &SeriesTy=gpwLines, const double &FitXOffset=0.0, const TStr &Style=TStr()) |
void | SavePng (const int &SizeX=1000, const int &SizeY=800, const TStr &Comment=TStr()) |
void | SavePng (const TStr &FNm, const int &SizeX=1000, const int &SizeY=800, const TStr &Comment=TStr(), const TStr &Terminal=TStr()) |
void | SaveEps (const int &FontSz=30, const TStr &Comment=TStr()) |
void | SaveEps (const TStr &FNm, const int &FontSz=30, const TStr &Comment=TStr()) |
void | Plot (const TStr &Comment=TStr()) |
Static Public Member Functions | |
static int | GetTics42 () |
static void | MakeExpBins (const TFltPrV &XYValV, TFltPrV &ExpXYValV, const double &BinFactor=2, const double &MinYVal=1) |
static void | MakeExpBins (const TFltKdV &XYValV, TFltKdV &ExpXYValV, const double &BinFactor=2, const double &MinYVal=1) |
static void | LoadTs (const TStr &FNm, TStrV &ColNmV, TVec< TFltKdV > &ColV) |
static TStr | GetScaleStr (const TGpScaleTy &ScaleTy) |
static TStr | GetSeriesTyStr (const TGpSeriesTy &SeriesTy) |
static void | SaveTs (const TIntKdV &KdV, const TStr &FNm, const TStr &HeadLn=TStr()) |
static void | SaveTs (const TIntFltKdV &KdV, const TStr &FNm, const TStr &HeadLn=TStr()) |
template<class TVal1 , class TVal2 > | |
static void | SaveTs (const TVec< TPair< TVal1, TVal2 > > &ValV, const TStr &FNm, const TStr &HeadLn=TStr()) |
template<class TVal1 , class TVal2 , class TVal3 > | |
static void | SaveTs (const TVec< TTriple< TVal1, TVal2, TVal3 > > &ValV, const TStr &FNm, const TStr &HeadLn=TStr()) |
template<class TVal , int Vals> | |
static void | SaveTs (const TVec< TTuple< TVal, Vals > > &ValV, const TStr &FNm, const TStr &HeadLn=TStr()) |
static void | Test () |
template<class TVal1 , class TVal2 > | |
static void | PlotValV (const TVec< TPair< TVal1, TVal2 > > &ValV, const TStr &OutFNmPref, const TStr &Desc="", const TStr &XLabel="", const TStr &YLabel="", const TGpScaleTy &ScaleTy=gpsAuto, const bool &PowerFit=false, const TGpSeriesTy &SeriesTy=gpwLinesPoints) |
template<class TVal1 , class TVal2 , class TVal3 > | |
static void | PlotValV (const TVec< TTriple< TVal1, TVal2, TVal3 > > &ValV, const TStr &OutFNmPref, const TStr &Desc="", const TStr &XLabel="", const TStr &YLabel="", const TGpScaleTy &ScaleTy=gpsAuto, const bool &PowerFit=false, const TGpSeriesTy &SeriesTy=gpwLinesPoints, const TStr &ErrBarStr="") |
template<class TVal1 , class TVal2 > | |
static void | PlotValV (const TVec< TPair< TVal1, TVal2 > > &ValV1, const TStr &Name1, const TVec< TPair< TVal1, TVal2 > > &ValV2, const TStr &Name2, const TStr &OutFNmPref, const TStr &Desc="", const TStr &XLabel="", const TStr &YLabel="", const TGpScaleTy &ScaleTy=gpsAuto, const bool &PowerFit=false, const TGpSeriesTy &SeriesTy=gpwLinesPoints) |
template<class TVal1 > | |
static void | PlotValV (const TVec< TVal1 > &ValV, const TStr &OutFNmPref, const TStr &Desc="", const TStr &XLabel="", const TStr &YLabel="", const TGpScaleTy &ScaleTy=gpsAuto, const bool &PowerFit=false, const TGpSeriesTy &SeriesTy=gpwLinesPoints) |
template<class TKey , class TVal , class THashFunc > | |
static void | PlotValCntH (const THash< TKey, TVal, THashFunc > &ValCntH, const TStr &OutFNmPref, const TStr &Desc="", const TStr &XLabel="", const TStr &YLabel="", const TGpScaleTy &ScaleTy=gpsAuto, const bool &PowerFit=false, const TGpSeriesTy &SeriesTy=gpwLinesPoints, const bool &PlotNCDF=false, const bool &ExpBucket=false) |
template<class TKey , class TVal , class THashFunc > | |
static void | PlotValCntH (const THash< TKey, TVal, THashFunc > &ValCntH1, const TStr &Label1, const THash< TKey, TVal, THashFunc > &ValCntH2, const TStr &Label2, const TStr &OutFNmPref, const TStr &Desc, const TStr &XLabel, const TStr &YLabel, const TGpScaleTy &ScaleTy=gpsAuto, const TGpSeriesTy &SeriesTy=gpwLinesPoints) |
template<class TKey , class TVal , class THashFunc > | |
static void | PlotValCntH (const THash< TKey, TVal, THashFunc > &ValCntH1, const TStr &Label1, const THash< TKey, TVal, THashFunc > &ValCntH2, const TStr &Label2, const THash< TKey, TVal, THashFunc > &ValCntH3, const TStr &Label3, const TStr &OutFNmPref, const TStr &Desc, const TStr &XLabel, const TStr &YLabel, const TGpScaleTy &ScaleTy=gpsAuto, const TGpSeriesTy &SeriesTy=gpwLinesPoints) |
template<class TVal1 > | |
static void | PlotValMomH (const THash< TVal1, TMom > &ValMomH, const TStr &OutFNmPref, const TStr &Desc="", const TStr &XLabel="", const TStr &YLabel="", const TGpScaleTy &ScaleTy=gpsAuto, const TGpSeriesTy &SeriesTy=gpwLinesPoints, bool PlotAvg=true, bool PlotMed=true, bool PlotMin=false, bool PlotMax=false, bool PlotSDev=false, bool PlotStdErr=true, bool PlotScatter=false) |
template<class TVal1 > | |
static void | PlotValMomH (const THash< TVal1, TMom > &ValMomH1, const TStr &Label1, const THash< TVal1, TMom > &ValMomH2, const TStr &Label2, const TStr &OutFNmPref, const TStr &Desc="", const TStr &XLabel="", const TStr &YLabel="", const TGpScaleTy &ScaleTy=gpsAuto, const TGpSeriesTy &SeriesTy=gpwLinesPoints, bool PlotAvg=true, bool PlotMed=true, bool PlotMin=false, bool PlotMax=false, bool PlotSDev=false, bool PlotStdErr=true, bool PlotScatter=false) |
Static Public Attributes | |
static TStr | GnuPlotPath = "/usr/bin" |
Path to GnuPlot executable. Set if gnuplot is not found in the PATH. More... | |
static TStr | GnuPlotFNm = "gnuplot" |
GnuPlot executable file name. Set if different than the standard wgnuplot/gnuplot. More... | |
static TStr | DefPlotFNm = "GnuPlot.plt" |
static TStr | DefDataFNm = "GnuPlot.tab" |
Private Attributes | |
TStr | DataFNm |
TStr | PlotFNm |
TStr | Title |
TStr | LblX |
TStr | LblY |
TGpScaleTy | ScaleTy |
TFltPr | YRange |
TFltPr | XRange |
bool | SetGrid |
bool | SetPause |
TVec< TGpSeries > | SeriesV |
TStrV | MoreCmds |
Static Private Attributes | |
static int | Tics42 = -2 |
TGnuPlot::TGnuPlot | ( | const TStr & | FileNm = "gplot" , |
const TStr & | PlotTitle = TStr() , |
||
const bool & | Grid = true |
||
) |
Definition at line 86 of file gnuplot.cpp.
TGnuPlot::TGnuPlot | ( | const TStr & | DataFileNm, |
const TStr & | PlotFileNm, | ||
const TStr & | PlotTitle, | ||
const bool & | Grid | ||
) |
Definition at line 93 of file gnuplot.cpp.
TGnuPlot::TGnuPlot | ( | const TGnuPlot & | GnuPlot | ) |
|
inline |
Definition at line 261 of file gnuplot.cpp.
Definition at line 271 of file gnuplot.cpp.
Definition at line 283 of file gnuplot.cpp.
int TGnuPlot::AddErrBar | ( | const TFltV & | XValV, |
const TFltV & | YValV, | ||
const TFltV & | DeltaYV, | ||
const TStr & | Label = TStr() |
||
) |
Definition at line 292 of file gnuplot.cpp.
int TGnuPlot::AddErrBar | ( | const TFltPrV & | XYValV, |
const TFltV & | DeltaYV, | ||
const TStr & | Label = TStr() |
||
) |
Definition at line 302 of file gnuplot.cpp.
int TGnuPlot::AddErrBar | ( | const TFltKdV & | XYValV, |
const TFltV & | DeltaYV, | ||
const TStr & | Label = TStr() |
||
) |
Definition at line 320 of file gnuplot.cpp.
int TGnuPlot::AddErrBar | ( | const TFltPrV & | XYValV, |
const TFltV & | DeltaYV, | ||
const TStr & | DatLabel, | ||
const TStr & | ErrLabel | ||
) |
Definition at line 310 of file gnuplot.cpp.
int TGnuPlot::AddExpFit | ( | const int & | PlotId, |
const TGpSeriesTy & | SeriesTy = gpwLines , |
||
const double & | FitXOffset = 0.0 , |
||
const TStr & | Style = TStr() |
||
) |
!! skip zero values
Definition at line 546 of file gnuplot.cpp.
int TGnuPlot::AddFunc | ( | const TStr & | FuncStr, |
const TGpSeriesTy & | SeriesTy = gpwLinesPoints , |
||
const TStr & | Label = TStr() , |
||
const TStr & | Style = TStr() |
||
) |
Definition at line 151 of file gnuplot.cpp.
int TGnuPlot::AddLinFit | ( | const int & | PlotId, |
const TGpSeriesTy & | SeriesTy = gpwLines , |
||
const TStr & | Style = TStr() |
||
) |
Definition at line 335 of file gnuplot.cpp.
int TGnuPlot::AddLogFit | ( | const int & | PlotId, |
const TGpSeriesTy & | SeriesTy = gpwLines , |
||
const TStr & | Style = TStr() |
||
) |
!! skip zero values
Definition at line 515 of file gnuplot.cpp.
int TGnuPlot::AddPlot | ( | const TIntV & | YValV, |
const TGpSeriesTy & | SeriesTy = gpwLinesPoints , |
||
const TStr & | Label = TStr() , |
||
const TStr & | Style = TStr() |
||
) |
Definition at line 182 of file gnuplot.cpp.
int TGnuPlot::AddPlot | ( | const TFltV & | YValV, |
const TGpSeriesTy & | SeriesTy = gpwLinesPoints , |
||
const TStr & | Label = TStr() , |
||
const TStr & | Style = TStr() |
||
) |
Definition at line 190 of file gnuplot.cpp.
int TGnuPlot::AddPlot | ( | const TFltV & | XValV, |
const TFltV & | YValV, | ||
const TGpSeriesTy & | SeriesTy = gpwLinesPoints , |
||
const TStr & | Label = TStr() , |
||
const TStr & | Style = TStr() |
||
) |
Definition at line 198 of file gnuplot.cpp.
int TGnuPlot::AddPlot | ( | const TIntPrV & | XYValV, |
const TGpSeriesTy & | SeriesTy = gpwLinesPoints , |
||
const TStr & | Label = TStr() , |
||
const TStr & | Style = TStr() |
||
) |
Definition at line 207 of file gnuplot.cpp.
int TGnuPlot::AddPlot | ( | const TFltPrV & | XYValV, |
const TGpSeriesTy & | SeriesTy = gpwLinesPoints , |
||
const TStr & | Label = TStr() , |
||
const TStr & | Style = TStr() |
||
) |
Definition at line 215 of file gnuplot.cpp.
int TGnuPlot::AddPlot | ( | const TIntKdV & | XYValV, |
const TGpSeriesTy & | SeriesTy = gpwLinesPoints , |
||
const TStr & | Label = TStr() , |
||
const TStr & | Style = TStr() |
||
) |
Definition at line 223 of file gnuplot.cpp.
int TGnuPlot::AddPlot | ( | const TFltKdV & | XYValV, |
const TGpSeriesTy & | SeriesTy = gpwLinesPoints , |
||
const TStr & | Label = TStr() , |
||
const TStr & | Style = TStr() |
||
) |
Definition at line 247 of file gnuplot.cpp.
int TGnuPlot::AddPlot | ( | const TIntFltKdV & | XYValV, |
const TGpSeriesTy & | SeriesTy = gpwLinesPoints , |
||
const TStr & | Label = TStr() , |
||
const TStr & | Style = TStr() |
||
) |
Definition at line 231 of file gnuplot.cpp.
int TGnuPlot::AddPlot | ( | const TIntFltPrV & | XYValV, |
const TGpSeriesTy & | SeriesTy = gpwLinesPoints , |
||
const TStr & | Label = TStr() , |
||
const TStr & | Style = TStr() |
||
) |
Definition at line 239 of file gnuplot.cpp.
int TGnuPlot::AddPlot | ( | const TStr & | DataFNm, |
const int & | ColY, | ||
const TGpSeriesTy & | SeriesTy = gpwLinesPoints , |
||
const TStr & | Label = TStr() , |
||
const TStr & | Style = TStr() |
||
) |
Definition at line 164 of file gnuplot.cpp.
int TGnuPlot::AddPlot | ( | const TStr & | DataFNm, |
const int & | ColX, | ||
const int & | ColY, | ||
const TGpSeriesTy & | SeriesTy = gpwLinesPoints , |
||
const TStr & | Label = TStr() , |
||
const TStr & | Style = TStr() |
||
) |
Definition at line 169 of file gnuplot.cpp.
int TGnuPlot::AddPlot | ( | const THash< TKey, TDat, THashFunc > & | XYValH, |
const TGpSeriesTy & | SeriesTy = gpwLinesPoints , |
||
const TStr & | Label = TStr() , |
||
const TStr & | Style = TStr() , |
||
const bool & | ExpBucket = false |
||
) |
Definition at line 249 of file gnuplot.h.
int TGnuPlot::AddPlot | ( | const THash< TKey, TMom, THashFunc > & | ValMomH, |
const TGpSeriesTy & | SeriesTy = gpwLinesPoints , |
||
const TStr & | Label = TStr() , |
||
const TStr & | Style = TStr() , |
||
bool | PlotAvg = true , |
||
bool | PlotMed = true , |
||
bool | PlotMin = false , |
||
bool | PlotMax = false , |
||
bool | PlotSDev = false , |
||
bool | PlotStdErr = false , |
||
const bool & | ExpBucket = false |
||
) |
Definition at line 264 of file gnuplot.h.
int TGnuPlot::AddPwrFit | ( | const int & | PlotId, |
const TGpSeriesTy & | SeriesTy = gpwLines , |
||
const TStr & | Style = TStr() |
||
) |
Definition at line 366 of file gnuplot.cpp.
int TGnuPlot::AddPwrFit1 | ( | const int & | PlotId, |
const TGpSeriesTy & | SeriesTy = gpwLines , |
||
const TStr & | Style = TStr() |
||
) |
!! skip zero values
Definition at line 373 of file gnuplot.cpp.
int TGnuPlot::AddPwrFit2 | ( | const int & | PlotId, |
const TGpSeriesTy & | SeriesTy = gpwLines , |
||
const double & | MinX = -1.0 , |
||
const TStr & | Style = TStr() |
||
) |
Definition at line 415 of file gnuplot.cpp.
int TGnuPlot::AddPwrFit3 | ( | const int & | PlotId, |
const TGpSeriesTy & | SeriesTy = gpwLines , |
||
const double & | MinX = -1.0 , |
||
const TStr & | Style = TStr() |
||
) |
Definition at line 463 of file gnuplot.cpp.
int TGnuPlot::AddPwrFit3 | ( | const int & | PlotId, |
const TGpSeriesTy & | SeriesTy, | ||
const double & | MinX, | ||
const TStr & | Style, | ||
double & | Intercept, | ||
double & | Slope, | ||
double & | R2 | ||
) |
!! skip zero values
Definition at line 469 of file gnuplot.cpp.
Definition at line 764 of file gnuplot.cpp.
|
inline |
|
static |
Definition at line 679 of file gnuplot.cpp.
TStr TGnuPlot::GetSeriesPlotStr | ( | const int & | PlotN | ) |
Definition at line 124 of file gnuplot.cpp.
|
static |
Definition at line 695 of file gnuplot.cpp.
|
static |
Definition at line 26 of file gnuplot.cpp.
int TGnuPlot::IsSameXCol | ( | const int & | CurId, |
const int & | PrevId | ||
) | const |
Definition at line 754 of file gnuplot.cpp.
Definition at line 661 of file gnuplot.cpp.
|
static |
Definition at line 610 of file gnuplot.cpp.
|
static |
Definition at line 621 of file gnuplot.cpp.
Definition at line 106 of file gnuplot.cpp.
|
static |
Definition at line 306 of file gnuplot.h.
|
static |
Definition at line 329 of file gnuplot.h.
|
static |
Definition at line 338 of file gnuplot.h.
|
static |
Definition at line 468 of file gnuplot.h.
|
static |
Definition at line 517 of file gnuplot.h.
|
static |
Definition at line 363 of file gnuplot.h.
|
static |
Definition at line 385 of file gnuplot.h.
|
static |
Definition at line 412 of file gnuplot.h.
|
static |
Definition at line 446 of file gnuplot.h.
void TGnuPlot::RunGnuPlot | ( | ) | const |
Definition at line 869 of file gnuplot.cpp.
Definition at line 123 of file gnuplot.h.
Definition at line 600 of file gnuplot.cpp.
|
inline |
Definition at line 120 of file gnuplot.h.
void TGnuPlot::SavePng | ( | const TStr & | FNm, |
const int & | SizeX = 1000 , |
||
const int & | SizeY = 800 , |
||
const TStr & | Comment = TStr() , |
||
const TStr & | Terminal = TStr() |
||
) |
Definition at line 578 of file gnuplot.cpp.
|
static |
Definition at line 713 of file gnuplot.cpp.
|
static |
Definition at line 723 of file gnuplot.cpp.
|
static |
|
static |
|
static |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
Definition at line 732 of file gnuplot.cpp.
|
static |
|
static |
|
private |