quickplot
|
#include <scatterGeometry.h>
Additional Inherited Members | |
Signals inherited from PlotGeometry | |
void | dataChanged () |
Protected Member Functions inherited from PlotGeometry | |
virtual std::vector< Triangle > | faces_ (std::vector< Vec3< float > > points) const |
std::vector< Triangle > | clip (const std::vector< Triangle > &ts) const |
void | updateData () |
Protected Attributes inherited from PlotGeometry | |
double | thickness_ = 0.01 |
QList< double > | xs_ |
QList< double > | ys_ |
Axis * | xAxis_ |
Axis * | yAxis_ |
Properties inherited from PlotGeometry | |
double | thickness |
QList< double > | xs |
QList< double > | ys |
Axis * | xAxis |
Axis * | yAxis |
A plotting style for individual square points on a scatter plot.