COPASI API
4.16.103
|
#include <CopasiPlot.h>
Public Member Functions | |
virtual QwtDoubleRect | boundingRect () const |
C2DCurveData () | |
C2DCurveData (const CVector< double > &x, const CVector< double > &y, size_t size) | |
virtual QwtData * | copy () const |
void | reallocated (const CVector< double > *pX, const CVector< double > *pY) |
void | setSize (const size_t &size) |
virtual size_t | size () const |
virtual double | x (size_t i) const |
virtual double | y (size_t i) const |
virtual | ~C2DCurveData () |
Protected Member Functions | |
C2DCurveData & | operator= (const C2DCurveData &rhs) |
Private Attributes | |
size_t | mLastRectangle |
size_t | mMaxSize |
double | mMaxX |
double | mMaxY |
double | mMinX |
double | mMinY |
const double * | mpX |
const double * | mpY |
size_t | mSize |
Definition at line 42 of file CopasiPlot.h.
C2DCurveData::C2DCurveData | ( | ) |
C2DCurveData::C2DCurveData | ( | const CVector< double > & | x, |
const CVector< double > & | y, | ||
size_t | size | ||
) |
|
virtual |
Definition at line 72 of file CopasiPlot.cpp.
|
virtual |
|
virtual |
Definition at line 75 of file CopasiPlot.cpp.
References C2DCurveData().
|
protected |
Definition at line 185 of file CopasiPlot.cpp.
References CVectorCore< CType >::array(), mMaxSize, mpX, mpY, mSize, and CVectorCore< CType >::size().
void C2DCurveData::setSize | ( | const size_t & | size | ) |
|
virtual |
|
virtual |
Definition at line 89 of file CopasiPlot.cpp.
References mpX.
|
virtual |
Definition at line 94 of file CopasiPlot.cpp.
References mpY.
|
mutableprivate |
Definition at line 71 of file CopasiPlot.h.
Referenced by boundingRect(), and operator=().
|
private |
Definition at line 69 of file CopasiPlot.h.
Referenced by operator=(), reallocated(), and setSize().
|
mutableprivate |
Definition at line 73 of file CopasiPlot.h.
Referenced by boundingRect(), and operator=().
|
mutableprivate |
Definition at line 75 of file CopasiPlot.h.
Referenced by boundingRect(), and operator=().
|
mutableprivate |
Definition at line 72 of file CopasiPlot.h.
Referenced by boundingRect(), and operator=().
|
mutableprivate |
Definition at line 74 of file CopasiPlot.h.
Referenced by boundingRect(), and operator=().
|
private |
Definition at line 66 of file CopasiPlot.h.
Referenced by boundingRect(), operator=(), reallocated(), and x().
|
private |
Definition at line 67 of file CopasiPlot.h.
Referenced by boundingRect(), operator=(), reallocated(), and y().
|
private |
Definition at line 68 of file CopasiPlot.h.
Referenced by boundingRect(), operator=(), reallocated(), setSize(), and size().