#include <snPlot.h>
Public Member Functions | |
snPlotSurface (std::string ptitle, snPlot::YAxisType py_axis_type, snCurve3D *pc) | |
virtual | ~snPlotSurface () |
QWidget * | getWidget () |
void | replot () |
![]() | |
snPlotQwt3D (std::string ptitle, YAxisType py_axis_type) | |
virtual | ~snPlotQwt3D () |
![]() | |
snPlot (std::string ptitle, YAxisType py_axis_type) | |
virtual | ~snPlot () |
virtual void | setYAxis (double, double) |
Private Attributes | |
snCurve3D * | curve |
Additional Inherited Members | |
![]() | |
enum | YAxisType { Linear, Log20, Log10 } |
![]() | |
Qwt3D::SurfacePlot * | plot |
snCurve3D * | curve |
![]() | |
std::string | title |
YAxisType | y_axis_type |
snPlotSurface::snPlotSurface | ( | std::string | ptitle, |
snPlot::YAxisType | py_axis_type, | ||
snCurve3D * | pc | ||
) |
|
virtual |
|
virtual |
Reimplemented from snPlot.
|
virtual |
Reimplemented from snPlot.
|
private |