#include <snPlot.h>
Public Member Functions | |
snPlotSurface (std::string ptitle, snPlot::YAxisType py_axis_type, snCurve3D *pc) | |
virtual | ~snPlotSurface () |
QWidget * | getWidget () |
void | replot () |
Public Member Functions inherited from snPlotQwt3D | |
snPlotQwt3D (std::string ptitle, YAxisType py_axis_type) | |
virtual | ~snPlotQwt3D () |
Public Member Functions inherited from snPlot | |
snPlot (std::string ptitle, YAxisType py_axis_type) | |
virtual | ~snPlot () |
virtual void | setYAxis (double, double) |
Private Attributes | |
snCurve3D * | curve |
Additional Inherited Members | |
Public Types inherited from snPlot | |
enum | YAxisType { Linear, Log20, Log10 } |
Protected Attributes inherited from snPlotQwt3D | |
Qwt3D::SurfacePlot * | plot |
snCurve3D * | curve |
Protected Attributes inherited from snPlot | |
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 |