logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

QwtSetSample - A sample of the types (x1...xn, y) or (x, y1..yn)

Author

       Generated automatically by Doxygen for Qwt User's Guide from the source code.

Version 6.1.4                                    Wed Jan 2 2019                                  QwtSetSample(3)

Constructor & Destructor Documentation

QwtSetSample::QwtSetSample()[inline]
       Constructor The value is set to 0.0

   QwtSetSample::QwtSetSample(doublev,constQVector<double>&s=QVector<double>())[inline]
       Constructor

       Parameters:v Value
           s Set of values

Detailed Description

       A sample of the types (x1...xn, y) or (x, y1..yn)

Member Function Documentation

doubleQwtSetSample::added()const[inline]Returns:
           All values of the set added

Name

       QwtSetSample - A sample of the types (x1...xn, y) or (x, y1..yn)

Synopsis

       #include <qwt_samples.h>

   PublicMemberFunctionsQwtSetSample ()
       QwtSetSample (double, const QVector< double > &=QVector< double >())
       bool operator== (const QwtSetSample &other) const
           Compare operator.
       bool operator!= (const QwtSetSample &other) const
           Compare operator.
       double added () const

   PublicAttributes
       double value
           value
       QVector< double > set
           Vector of values associated to value.

See Also