COPASI API
4.16.103
|
#include <CopasiPlot.h>
Public Member Functions | |
virtual QwtDoubleRect | boundingRect () const |
CHistoCurveData () | |
CHistoCurveData (const CVector< double > &x, size_t size, const C_FLOAT64 &increment) | |
virtual QwtData * | copy () const |
void | reallocated (const CVector< double > *pX) |
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 | ~CHistoCurveData () |
Protected Member Functions | |
CHistoCurveData & | operator= (const CHistoCurveData &rhs) |
Private Attributes | |
CVector< double > | mHistoX |
CVector< double > | mHistoY |
double | mIncrement |
size_t | mLastRectangle |
std::map< C_INT32, C_INT32 > | mMap |
size_t | mMaxSize |
double | mMaxX |
double | mMaxY |
double | mMinX |
double | mMinY |
const double * | mpX |
size_t | mSize |
Definition at line 121 of file CopasiPlot.h.
CHistoCurveData::CHistoCurveData | ( | ) |
CHistoCurveData::CHistoCurveData | ( | const CVector< double > & | x, |
size_t | size, | ||
const C_FLOAT64 & | increment | ||
) |
|
virtual |
Definition at line 462 of file CopasiPlot.cpp.
|
virtual |
Definition at line 489 of file CopasiPlot.cpp.
References CVectorCore< CType >::array(), C_FLOAT64, C_INT32, mHistoX, mHistoY, mIncrement, mLastRectangle, mMap, mMaxX, mMaxY, mMinX, mMinY, mpX, mSize, and CVector< CType >::resize().
|
virtual |
Definition at line 465 of file CopasiPlot.cpp.
References CHistoCurveData().
|
protected |
Definition at line 580 of file CopasiPlot.cpp.
References mHistoX, mHistoY, mIncrement, mLastRectangle, mMap, mMaxSize, mMaxX, mMaxY, mMinX, mMinY, mpX, and mSize.
Definition at line 572 of file CopasiPlot.cpp.
References CVectorCore< CType >::array(), mMaxSize, mpX, mSize, and CVectorCore< CType >::size().
void CHistoCurveData::setSize | ( | const size_t & | size | ) |
|
virtual |
Definition at line 474 of file CopasiPlot.cpp.
References mHistoX, and CVectorCore< CType >::size().
Referenced by CopasiPlot::saveData(), and setSize().
|
virtual |
Definition at line 479 of file CopasiPlot.cpp.
References mHistoX.
Referenced by CopasiPlot::saveData().
|
virtual |
Definition at line 484 of file CopasiPlot.cpp.
References mHistoY.
Referenced by CopasiPlot::saveData().
|
mutableprivate |
Definition at line 159 of file CopasiPlot.h.
Referenced by boundingRect(), operator=(), size(), and x().
|
mutableprivate |
Definition at line 160 of file CopasiPlot.h.
Referenced by boundingRect(), operator=(), and y().
|
private |
Definition at line 156 of file CopasiPlot.h.
Referenced by boundingRect(), and operator=().
|
mutableprivate |
Definition at line 150 of file CopasiPlot.h.
Referenced by boundingRect(), and operator=().
Definition at line 158 of file CopasiPlot.h.
Referenced by boundingRect(), and operator=().
|
private |
Definition at line 148 of file CopasiPlot.h.
Referenced by operator=(), reallocated(), and setSize().
|
mutableprivate |
Definition at line 152 of file CopasiPlot.h.
Referenced by boundingRect(), and operator=().
|
mutableprivate |
Definition at line 154 of file CopasiPlot.h.
Referenced by boundingRect(), and operator=().
|
mutableprivate |
Definition at line 151 of file CopasiPlot.h.
Referenced by boundingRect(), and operator=().
|
mutableprivate |
Definition at line 153 of file CopasiPlot.h.
Referenced by boundingRect(), and operator=().
|
private |
Definition at line 146 of file CopasiPlot.h.
Referenced by boundingRect(), operator=(), and reallocated().
|
private |
Definition at line 147 of file CopasiPlot.h.
Referenced by boundingRect(), operator=(), reallocated(), and setSize().