COPASI API
4.40.278
|
#include <CScanMethod.h>
Public Member Functions | |
CScanItemRandom (CCopasiParameterGroup *si, CRandom *rg) | |
virtual bool | isNesting () const |
virtual void | step () |
virtual | ~CScanItemRandom () |
Public Member Functions inherited from CScanItem | |
size_t | getNumSteps () const |
const CObjectInterface * | getObject () const |
bool | isFinished () const |
virtual bool | isValidScanItem (const bool &continueFromCurrentState) |
void | reset () |
void | restoreValue () const |
void | storeValue () |
virtual | ~CScanItem () |
Protected Member Functions | |
virtual void | ensureParameterGroupHasAllElements (CCopasiParameterGroup *pg) |
Protected Member Functions inherited from CScanItem | |
CScanItem (CCopasiParameterGroup *si) | |
Private Attributes | |
C_FLOAT64 | mFaktor |
bool | mLog |
C_FLOAT64 | mMax |
C_FLOAT64 | mMin |
unsigned C_INT32 | mRandomType |
CRandom * | mRg |
Additional Inherited Members | |
Static Public Member Functions inherited from CScanItem | |
static CScanItem * | createScanItemFromParameterGroup (CCopasiParameterGroup *si, CRandom *rg) |
Protected Attributes inherited from CScanItem | |
bool | mFlagFinished |
size_t | mIndex |
size_t | mNumSteps |
const CObjectInterface * | mpObject |
C_FLOAT64 * | mpObjectValue |
C_FLOAT64 | mStoreValue |
CScanItemRandom::CScanItemRandom | ( | CCopasiParameterGroup * | si, |
CRandom * | rg | ||
) |
References C_FLOAT64, C_INT32, ensureParameterGroupHasAllElements(), CCopasiParameterGroup::getValue(), mFaktor, mLog, mMax, mMin, CScanItem::mNumSteps, and mRandomType.
|
inlinevirtual |
|
protectedvirtual |
Reimplemented from CScanItem.
References CCopasiParameterGroup::assertParameter(), CCopasiParameter::BOOL, CCopasiParameter::DOUBLE, and CCopasiParameter::UINT.
Referenced by CScanItemRandom().
|
inlinevirtual |
Reimplemented from CScanItem.
|
virtual |
Implements CScanItem.
References C_FLOAT64, CRandom::getRandomCC(), CRandom::getRandomGamma(), CRandom::getRandomNormal01(), CRandom::getRandomPoisson(), mFaktor, CScanItem::mFlagFinished, CScanItem::mIndex, mLog, mMax, mMin, CScanItem::mNumSteps, CScanItem::mpObjectValue, mRandomType, mRg, and CCopasiMessage::WARNING.
|
private |
Referenced by CScanItemRandom(), and step().
|
private |
Referenced by CScanItemRandom(), and step().
|
private |
Referenced by CScanItemRandom(), and step().
|
private |
Referenced by CScanItemRandom(), and step().
|
private |
Referenced by CScanItemRandom(), and step().