QwtPoint3DSeriesData
Interface for iterating over an array of 3D points.
- Provided by: libqwt-doc (Version: 6.1.2-5)
- Source: qwt
- Report a bug
Interface for iterating over an array of 3D points.
#include <qwt_series_data.h>
Inherits QwtArraySeriesData< QwtPoint3D >.
QwtPoint3DSeriesData (const QVector< QwtPoint3D
> &=QVector< QwtPoint3D >())
virtual QRectF boundingRect () const
Calculate the bounding rectangle.
Interface for iterating over an array of 3D points.
Constructor
Parameters:
Calculate the bounding rectangle. The bounding rectangle is calculated once by iterating over all points and is stored for all following requests.
Returns:
Implements QwtSeriesData< QwtPoint3D >.
Generated automatically by Doxygen for Qwt User's Guide from the source code.