COPASI API
4.16.103
|
#include <CopasiPlot.h>
Public Member Functions | |
virtual QwtDoubleRect | boundingRect () const |
CBandedGraphData () | |
CBandedGraphData (const CVector< double > &x, const CVector< double > &y1, const CVector< double > &y2, size_t size) | |
virtual QwtData * | copy () const |
void | reallocated (const CVector< double > *pX, const CVector< double > *pY1, const CVector< double > *pY2) |
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 |
double | y1 (size_t i) const |
double | y2 (size_t i) const |
virtual | ~CBandedGraphData () |
Protected Member Functions | |
CBandedGraphData & | operator= (const CBandedGraphData &rhs) |
Private Attributes | |
size_t | mLastRectangle |
size_t | mMaxSize |
double | mMaxX |
double | mMaxY |
double | mMinX |
double | mMinY |
const double * | mpX |
const double * | mpY1 |
const double * | mpY2 |
size_t | mSize |
Definition at line 78 of file CopasiPlot.h.
CBandedGraphData::CBandedGraphData | ( | ) |
CBandedGraphData::CBandedGraphData | ( | const CVector< double > & | x, |
const CVector< double > & | y1, | ||
const CVector< double > & | y2, | ||
size_t | size | ||
) |
Definition at line 224 of file CopasiPlot.cpp.
References mMaxSize, mSize, and CVectorCore< CType >::size().
|
virtual |
Definition at line 245 of file CopasiPlot.cpp.
|
virtual |
|
virtual |
Definition at line 249 of file CopasiPlot.cpp.
References CBandedGraphData().
|
protected |
void CBandedGraphData::reallocated | ( | const CVector< double > * | pX, |
const CVector< double > * | pY1, | ||
const CVector< double > * | pY2 | ||
) |
Definition at line 399 of file CopasiPlot.cpp.
References CVectorCore< CType >::array(), mMaxSize, mpX, mpY1, mpY2, mSize, and CVectorCore< CType >::size().
void CBandedGraphData::setSize | ( | const size_t & | size | ) |
|
virtual |
|
virtual |
Definition at line 262 of file CopasiPlot.cpp.
|
virtual |
double CBandedGraphData::y1 | ( | size_t | i | ) | const |
double CBandedGraphData::y2 | ( | size_t | i | ) | const |
|
mutableprivate |
Definition at line 114 of file CopasiPlot.h.
Referenced by boundingRect(), and operator=().
|
private |
Definition at line 112 of file CopasiPlot.h.
Referenced by CBandedGraphData(), operator=(), reallocated(), and setSize().
|
mutableprivate |
Definition at line 116 of file CopasiPlot.h.
Referenced by boundingRect(), and operator=().
|
mutableprivate |
Definition at line 118 of file CopasiPlot.h.
Referenced by boundingRect(), and operator=().
|
mutableprivate |
Definition at line 115 of file CopasiPlot.h.
Referenced by boundingRect(), and operator=().
|
mutableprivate |
Definition at line 117 of file CopasiPlot.h.
Referenced by boundingRect(), and operator=().
|
private |
Definition at line 107 of file CopasiPlot.h.
Referenced by boundingRect(), operator=(), reallocated(), and x().
|
private |
Definition at line 108 of file CopasiPlot.h.
Referenced by boundingRect(), operator=(), reallocated(), y(), and y1().
|
private |
Definition at line 109 of file CopasiPlot.h.
Referenced by boundingRect(), operator=(), reallocated(), y(), and y2().
|
private |
Definition at line 111 of file CopasiPlot.h.
Referenced by boundingRect(), CBandedGraphData(), operator=(), reallocated(), setSize(), size(), x(), and y().