#include "PolarPlotData.h"
|
| PolarPlotData (double *_azimuth, double *_radius, size_t _dataSize) |
|
virtual | ~PolarPlotData () |
|
virtual size_t | size (void) const override |
|
virtual QwtPointPolar | sample (size_t _i) const override |
|
void | setData (double *_azimuth, double *_radius, size_t _dataSize) |
| Sets the data. The caller keeps ownership of the data.
|
|
◆ PolarPlotData()
ot::PolarPlotData::PolarPlotData |
( |
double * | _azimuth, |
|
|
double * | _radius, |
|
|
size_t | _dataSize ) |
◆ ~PolarPlotData()
ot::PolarPlotData::~PolarPlotData |
( |
| ) |
|
|
virtual |
◆ sample()
QwtPointPolar ot::PolarPlotData::sample |
( |
size_t | _i | ) |
const |
|
overridevirtual |
◆ setData()
void ot::PolarPlotData::setData |
( |
double * | _azimuth, |
|
|
double * | _radius, |
|
|
size_t | _dataSize ) |
Sets the data. The caller keeps ownership of the data.
◆ size()
virtual size_t ot::PolarPlotData::size |
( |
void | | ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following files: