QwtData man page on OpenSuSE

Man page or keyword search:  
man Server   25941 pages
apropos Keyword Search (all sections)
Output format
OpenSuSE logo
[printable version]

QwtData(3)		       Qwt User's Guide			    QwtData(3)

NAME
       QwtData -

       QwtData defines an interface to any type of curve data.

SYNOPSIS
       #include <qwt_data.h>

       Inherited by QwtArrayData, QwtCPointerData, and QwtPolygonFData.

   Public Member Functions
       virtual QwtDoubleRect boundingRect () const
       virtual QwtData * copy () const =0
       QwtData ()
       virtual size_t size () const =0
       virtual double x (size_t i) const =0
       virtual double y (size_t i) const =0
       virtual ~QwtData ()

   Protected Member Functions
       QwtData & operator= (const QwtData &)

Detailed Description
       QwtData defines an interface to any type of curve data.

       Classes, derived from QwtData may:

       · store the data in almost any type of container

       · calculate the data on the fly instead of storing it

Constructor & Destructor Documentation
   QwtData::QwtData ()
       Constructor.

   QwtData::~QwtData () [virtual]
       Destructor.

Member Function Documentation
   QwtDoubleRect QwtData::boundingRect () const [virtual] Returns the bounding
       rectangle of the data. If there is no bounding rect, like for empty
       data the rectangle is invalid: QwtDoubleRect::isValid() == false
       Warning:
	   This is an slow implementation iterating over all points. It is
	   intended to be overloaded by derived classes. In case of auto
	   scaling boundingRect() is called for every replot, so it might be
	   worth to implement a cache, or use x(0), x(size() - 1) for ordered
	   data ...

       Reimplemented in QwtArrayData, and QwtCPointerData.

   virtual QwtData* QwtData::copy () const [pure virtual] Returns:
	   Pointer to a copy (virtual copy constructor)

       Implemented in QwtPolygonFData, QwtArrayData, and QwtCPointerData.

   QwtData& QwtData::operator= (const QwtData &) [protected] Assignment
       operator (virtualized)
   virtual size_t QwtData::size () const [pure virtual] Returns:
	   Size of the data set

       Implemented in QwtPolygonFData, QwtArrayData, and QwtCPointerData.

   virtual double QwtData::x (size_ti) const [pure virtual] Return the x value
       of data point i
       Parameters:
	   i Index

       Returns:
	   x X value of data point i

       Implemented in QwtPolygonFData, QwtArrayData, and QwtCPointerData.

   virtual double QwtData::y (size_ti) const [pure virtual] Return the y value
       of data point i
       Parameters:
	   i Index

       Returns:
	   y Y value of data point i

       Implemented in QwtPolygonFData, QwtArrayData, and QwtCPointerData.

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

Version 5.2.2			Mon Aug 1 2011			    QwtData(3)
[top]

List of man pages available for OpenSuSE

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net