#include <SegmentTracer.h>
|
bool | isBetween (double value, double start, double end) const |
|
Definition at line 36 of file SegmentTracer.h.
casa::SegmentTracer::SegmentTracer |
( |
int |
regionId, |
|
|
int |
index, |
|
|
QwtPlot * |
canvas |
|
) |
| |
virtual casa::SegmentTracer::~SegmentTracer |
( |
| ) |
|
|
virtual |
bool casa::SegmentTracer::isBetween |
( |
double |
value, |
|
|
double |
start, |
|
|
double |
end |
|
) |
| const |
|
private |
void casa::SegmentTracer::setData |
( |
const QVector< double > |
xValues, |
|
|
const QVector< double > |
yValues |
|
) |
| |
virtual QwtText casa::SegmentTracer::trackerText |
( |
const QPointF & |
pos | ) |
const |
|
virtual |
int casa::SegmentTracer::index |
|
private |
QwtPlotMarker* casa::SegmentTracer::marker |
|
private |
int casa::SegmentTracer::regionId |
|
private |
QwtPlot* casa::SegmentTracer::slicePlot |
|
private |
QVector<double> casa::SegmentTracer::xValues |
|
private |
QVector<double> casa::SegmentTracer::yValues |
|
private |
The documentation for this class was generated from the following file: