Public Member Functions | Public Attributes | List of all members
snCurve3D Class Reference

#include <snCurve.h>

Inheritance diagram for snCurve3D:
snCurve

Public Member Functions

 snCurve3D (int pnx, int pny)
 
 ~snCurve3D ()
 
- Public Member Functions inherited from snCurve
 snCurve (int pn, QColor pcolor)
 
 ~snCurve ()
 
void setData ()
 
void setData (CurveType ct)
 
void setCurveStyle (CurveType ct, QwtPlotCurve::CurveStyle style)
 
void setCurveSymbol (CurveType ct, QwtSymbol sym)
 
void setPointsToPlot (CurveType ct, int p)
 

Public Attributes

int ny
 
double ** SXY
 holds 3D data More...
 
- Public Attributes inherited from snCurve
int nx
 
QColor color
 
std::vector< double > X
 holds x axis component More...
 
double * xI
 
double * yI
 
double * xQ
 
double * yQ
 
double * xSM
 
double * ySM
 
double * xSA
 
double * ySA
 
QwtPlotCurve * CurveI
 
QwtPlotCurve * CurveQ
 
QwtPlotCurve * CurveSM
 
QwtPlotCurve * CurveSA
 

Additional Inherited Members

- Public Types inherited from snCurve
enum  CurveType { CURVEI, CURVEQ, CURVESM, CURVESA }
 

Constructor & Destructor Documentation

snCurve3D::snCurve3D ( int  pnx,
int  pny 
)
snCurve3D::~snCurve3D ( )

Member Data Documentation

int snCurve3D::ny
double** snCurve3D::SXY

holds 3D data


The documentation for this class was generated from the following files: