SNAP Library 6.0, User Reference  2020-12-09 16:24:20
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
TGnuPlot::TGpSeriesCmp Class Reference

Public Member Functions

 TGpSeriesCmp (const TVec< TGpSeries > &_SeriesV)
 
bool operator() (const int &Left, const int &Right) const
 

Private Attributes

const TVec< TGpSeries > & SeriesV
 

Detailed Description

Definition at line 39 of file gnuplot.h.

Constructor & Destructor Documentation

TGnuPlot::TGpSeriesCmp::TGpSeriesCmp ( const TVec< TGpSeries > &  _SeriesV)
inline

Definition at line 43 of file gnuplot.h.

43 : SeriesV(_SeriesV) { }
const TVec< TGpSeries > & SeriesV
Definition: gnuplot.h:41

Member Function Documentation

bool TGnuPlot::TGpSeriesCmp::operator() ( const int &  Left,
const int &  Right 
) const
inline

Definition at line 44 of file gnuplot.h.

44  {
45  return SeriesV[Left] > SeriesV[Right]; }
const TVec< TGpSeries > & SeriesV
Definition: gnuplot.h:41

Member Data Documentation

const TVec<TGpSeries>& TGnuPlot::TGpSeriesCmp::SeriesV
private

Definition at line 41 of file gnuplot.h.


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