SNAP Library , Developer Reference  2013-01-07 14:03:36
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
TGnuPlot::TGpSeriesCmp Class Reference
Collaboration diagram for TGnuPlot::TGpSeriesCmp:

List of all members.

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 35 of file gnuplot.h.


Constructor & Destructor Documentation

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

Definition at line 39 of file gnuplot.h.

: SeriesV(_SeriesV) { }

Member Function Documentation

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

Definition at line 40 of file gnuplot.h.

References SeriesV.

                                                               {
      return SeriesV[Left] > SeriesV[Right]; }

Member Data Documentation

Definition at line 37 of file gnuplot.h.

Referenced by operator()().


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