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

QwtIntervalSample - A sample of the types (x1-x2, y) or (x, y1-y2)

Author

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

Version 6.1.4                                    Wed Jan 2 2019                             QwtIntervalSample(3)

Constructor & Destructor Documentation

QwtIntervalSample::QwtIntervalSample()[inline]
       Constructor The value is set to 0.0, the interval is invalid

Detailed Description

       A sample of the types (x1-x2, y) or (x, y1-y2)

Name

       QwtIntervalSample - A sample of the types (x1-x2, y) or (x, y1-y2)

Synopsis

       #include <qwt_samples.h>

   PublicMemberFunctionsQwtIntervalSample ()
       QwtIntervalSample (double, const QwtInterval &)
           Constructor.
       QwtIntervalSample (double value, double min, double max)
           Constructor.
       bool operator== (const QwtIntervalSample &) const
           Compare operator.
       bool operator!= (const QwtIntervalSample &) const
           Compare operator.

   PublicAttributes
       double value
           Value.
       QwtIntervalinterval
           Interval.

See Also