COPASI API
4.16.103
|
#include <CILDMModifiedMethod.h>
Public Member Functions | |
CILDMModifiedMethod (const CILDMModifiedMethod &src, const CCopasiContainer *pParent=NULL) | |
void | createAnnotationsM () |
void | deuflhard_metab (C_INT &slow, C_INT &info) |
void | emptyVectors () |
void | evalsort (C_FLOAT64 *reval, C_INT *index, const C_INT &dim_x) |
const CArrayAnnotation * | getVfastSpacePrintAnn () const |
const CArrayAnnotation * | getVslowMetabPrintAnn () const |
const CArrayAnnotation * | getVslowPrintAnn () const |
const CArrayAnnotation * | getVslowSpacePrintAnn () const |
virtual void | initializeParameter () |
void | newton_for_timestep (C_INT metabolite_number, C_FLOAT64 &y_consistent, C_INT &info) |
void | newton_new (C_INT *index_metab, C_INT &slow, C_INT &info) |
void | printResult (std::ostream *ostream) const |
virtual bool | setAnnotationM (size_t step) |
void | setVectors (int slowMode) |
virtual void | start (const CState *initialState) |
virtual void | step (const double &deltaT) |
~CILDMModifiedMethod () | |
![]() | |
void | createAnnotationsM () |
CTSSAMethod (const CTSSAMethod &src, const CCopasiContainer *pParent=NULL) | |
void | emptyVectors () |
const int & | getCurrentStep () const |
const CArrayAnnotation * | getTable (std::string name) |
const std::vector< std::string > | getTableName () const |
CVector< C_FLOAT64 > | getVec_TimeScale (int step) |
virtual bool | isValidProblem (const CCopasiProblem *pProblem) |
virtual void | predifineAnnotation () |
C_FLOAT64 | returnCurrentTime (int step) |
void | setCurrentState (CState *currentState) |
void | setModel (CModel *model) |
void | setProblem (CTSSAProblem *problem) |
void | setVectors (int slowMode) |
~CTSSAMethod () | |
![]() | |
CCopasiMethod (const CCopasiMethod &src, const CCopasiContainer *pParent=NULL) | |
const CCopasiMethod::SubType & | getSubType () const |
const CCopasiTask::Type & | getType () const |
virtual void | load (CReadConfig &configBuffer, CReadConfig::Mode mode=CReadConfig::SEARCH) |
virtual void | print (std::ostream *ostream) const |
virtual bool | setCallBack (CProcessReport *pCallBack) |
virtual | ~CCopasiMethod () |
![]() | |
bool | addGroup (const std::string &name) |
bool | addParameter (const CCopasiParameter ¶meter) |
bool | addParameter (const std::string &name, const CCopasiParameter::Type type) |
template<class CType > | |
bool | addParameter (const std::string &name, const CCopasiParameter::Type type, const CType &value) |
void | addParameter (CCopasiParameter *pParameter) |
CCopasiParameterGroup * | assertGroup (const std::string &name) |
template<class CType > | |
CCopasiParameter * | assertParameter (const std::string &name, const CCopasiParameter::Type type, const CType &defaultValue) |
index_iterator | beginIndex () const |
name_iterator | beginName () const |
CCopasiParameterGroup (const CCopasiParameterGroup &src, const CCopasiContainer *pParent=NULL) | |
CCopasiParameterGroup (const std::string &name, const CCopasiContainer *pParent=NULL, const std::string &objectType="ParameterGroup") | |
void | clear () |
index_iterator | endIndex () const |
name_iterator | endName () const |
CCopasiParameterGroup * | getGroup (const std::string &name) |
const CCopasiParameterGroup * | getGroup (const std::string &name) const |
CCopasiParameterGroup * | getGroup (const size_t &index) |
const CCopasiParameterGroup * | getGroup (const size_t &index) const |
size_t | getIndex (const std::string &name) const |
std::string | getKey (const std::string &name) const |
std::string | getKey (const size_t &index) const |
virtual const std::string & | getName (const size_t &index) const |
virtual const CObjectInterface * | getObject (const CCopasiObjectName &cn) const |
CCopasiParameter * | getParameter (const std::string &name) |
const CCopasiParameter * | getParameter (const std::string &name) const |
CCopasiParameter * | getParameter (const size_t &index) |
const CCopasiParameter * | getParameter (const size_t &index) const |
CCopasiParameter::Type | getType (const std::string &name) const |
CCopasiParameter::Type | getType (const size_t &index) const |
std::string | getUniqueParameterName (const CCopasiParameter *pParameter) const |
const CCopasiParameter::Value & | getValue (const std::string &name) const |
const CCopasiParameter::Value & | getValue (const size_t &index) const |
CCopasiParameter::Value & | getValue (const std::string &name) |
CCopasiParameter::Value & | getValue (const size_t &index) |
CCopasiParameterGroup & | operator= (const CCopasiParameterGroup &rhs) |
bool | removeParameter (const std::string &name) |
bool | removeParameter (const size_t &index) |
template<class CType > | |
bool | setValue (const std::string &name, const CType &value) |
template<class CType > | |
bool | setValue (const size_t &index, const CType &value) |
size_t | size () const |
bool | swap (const size_t &iFrom, const size_t &iTo) |
bool | swap (index_iterator &from, index_iterator &to) |
virtual | ~CCopasiParameterGroup () |
![]() | |
CCopasiParameter (const CCopasiParameter &src, const CCopasiContainer *pParent=NULL) | |
CCopasiParameter (const std::string &name, const Type &type, const void *pValue=NULL, const CCopasiContainer *pParent=NULL, const std::string &objectType="Parameter") | |
virtual CCopasiObjectName | getCN () const |
virtual const std::string & | getKey () const |
virtual std::string | getObjectDisplayName (bool regular=true, bool richtext=false) const |
const CCopasiParameter::Type & | getType () const |
const Value & | getValue () const |
Value & | getValue () |
virtual void * | getValuePointer () const |
CCopasiObject * | getValueReference () const |
bool | isValidValue (const C_FLOAT64 &value) const |
bool | isValidValue (const C_INT32 &value) const |
bool | isValidValue (const unsigned C_INT32 &value) const |
bool | isValidValue (const bool &value) const |
bool | isValidValue (const std::string &value) const |
bool | isValidValue (const CCopasiObjectName &value) const |
bool | isValidValue (const std::vector< CCopasiParameter * > &value) const |
CCopasiParameter & | operator= (const CCopasiParameter &rhs) |
template<class CType > | |
bool | setValue (const CType &value) |
bool | setValue (const std::vector< CCopasiParameter * > &value) |
virtual | ~CCopasiParameter () |
![]() | |
virtual bool | add (CCopasiObject *pObject, const bool &adopt=true) |
CCopasiContainer (const std::string &name, const CCopasiContainer *pParent=NULL, const std::string &type="CN", const unsigned C_INT32 &flag=CCopasiObject::Container) | |
CCopasiContainer (const CCopasiContainer &src, const CCopasiContainer *pParent=NULL) | |
virtual std::string | getChildObjectUnits (const CCopasiObject *pObject) const |
virtual const objectMap & | getObjects () const |
virtual std::string | getUnits () const |
virtual const CCopasiObject * | getValueObject () const |
virtual bool | remove (CCopasiObject *pObject) |
virtual | ~CCopasiContainer () |
![]() | |
void | addDirectDependency (const CCopasiObject *pObject) |
CCopasiObject (const CCopasiObject &src, const CCopasiContainer *pParent=NULL) | |
void | clearDirectDependencies () |
void | clearRefresh () |
bool | dependsOn (DataObjectSet candidates, const DataObjectSet &context=DataObjectSet()) const |
void | getAllDependencies (DataObjectSet &dependencies, const DataObjectSet &context) const |
virtual const DataObjectSet & | getDirectDependencies (const DataObjectSet &context=DataObjectSet()) const |
CCopasiContainer * | getObjectAncestor (const std::string &type) const |
CCopasiDataModel * | getObjectDataModel () |
const CCopasiDataModel * | getObjectDataModel () const |
const std::string & | getObjectName () const |
CCopasiContainer * | getObjectParent () const |
const std::string & | getObjectType () const |
virtual const CObjectInterface::ObjectSet & | getPrerequisites () const |
virtual Refresh * | getRefresh () const |
UpdateMethod * | getUpdateMethod () const |
bool | hasCircularDependencies (DataObjectSet &candidates, DataObjectSet &verified, const DataObjectSet &context) const |
bool | hasUpdateMethod () const |
bool | isArray () const |
bool | isContainer () const |
bool | isDataModel () const |
bool | isMatrix () const |
bool | isNameVector () const |
bool | isNonUniqueName () const |
virtual bool | isPrerequisiteForContext (const CObjectInterface *pObject, const CMath::SimulationContextFlag &context, const CObjectInterface::ObjectSet &changedObjects) const |
bool | isReference () const |
bool | isRoot () const |
bool | isSeparator () const |
bool | isStaticString () const |
bool | isValueBool () const |
bool | isValueDbl () const |
bool | isValueInt () const |
bool | isValueInt64 () const |
bool | isValueString () const |
bool | isVector () const |
virtual bool | mustBeDeleted (const DataObjectSet &deletedObjects) const |
void | removeDirectDependency (const CCopasiObject *pObject) |
void | setDirectDependencies (const DataObjectSet &directDependencies) |
bool | setObjectName (const std::string &name) |
virtual bool | setObjectParent (const CCopasiContainer *pParent) |
void | setObjectValue (const C_FLOAT64 &value) |
void | setObjectValue (const C_INT32 &value) |
void | setObjectValue (const bool &value) |
template<class CType > | |
void | setRefresh (CType *pType, void(CType::*method)(void)) |
template<class CType > | |
void | setUpdateMethod (CType *pType, void(CType::*method)(const C_FLOAT64 &)) |
template<class CType > | |
void | setUpdateMethod (CType *pType, void(CType::*method)(const C_INT32 &)) |
template<class CType > | |
void | setUpdateMethod (CType *pType, void(CType::*method)(const bool &)) |
virtual | ~CCopasiObject () |
![]() | |
CObjectInterface () | |
virtual | ~CObjectInterface () |
Public Attributes | |
std::vector< CVector< C_FLOAT64 > > | mVec_mVfastSpace |
std::vector< CMatrix< C_FLOAT64 > > | mVec_mVslow |
std::vector< CMatrix< C_FLOAT64 > > | mVec_mVslowMetab |
std::vector< CVector< C_FLOAT64 > > | mVec_mVslowSpace |
CMatrix< C_FLOAT64 > | mVfastSpacePrint |
CMatrix< C_FLOAT64 > | mVslowMetabPrint |
CMatrix< C_FLOAT64 > | mVslowPrint |
CMatrix< C_FLOAT64 > | mVslowSpacePrint |
CArrayAnnotation * | pTmp1 |
CArrayAnnotation * | pTmp2 |
CArrayAnnotation * | pTmp3 |
CArrayAnnotation * | pTmp4 |
CArrayAnnotation * | pVfastSpacePrintAnn |
CArrayAnnotation * | pVslowMetabPrintAnn |
CArrayAnnotation * | pVslowPrintAnn |
CArrayAnnotation * | pVslowSpacePrintAnn |
![]() | |
std::map< std::string, CArrayAnnotation * > | mapTableToName |
std::vector< std::string > | tableNames |
Private Member Functions | |
CILDMModifiedMethod (const CCopasiContainer *pParent=NULL) | |
Friends | |
CTSSAMethod * | CTSSAMethod::createMethod (CCopasiMethod::SubType subType) |
Definition at line 41 of file CILDMModifiedMethod.h.
|
private |
Default constructor.
const | CCopasiContainer * pParent (default: NULL) |
Definition at line 29 of file CILDMModifiedMethod.cpp.
References initializeParameter(), CTSSAMethod::mData, and CTSSAMethod::Data::pMethod.
CILDMModifiedMethod::CILDMModifiedMethod | ( | const CILDMModifiedMethod & | src, |
const CCopasiContainer * | pParent = NULL |
||
) |
Copy constructor.
const CILDMMethod & | src |
const | CCopasiContainer * pParent (default: NULL) |
Definition at line 43 of file CILDMModifiedMethod.cpp.
References initializeParameter(), CTSSAMethod::mData, and CTSSAMethod::Data::pMethod.
CILDMModifiedMethod::~CILDMModifiedMethod | ( | ) |
Destructor.
Definition at line 55 of file CILDMModifiedMethod.cpp.
References CTSSAMethod::mpState, and pdelete.
void CILDMModifiedMethod::createAnnotationsM | ( | ) |
create the CArraAnnotations for every ILDM-tab in the CQTSSAResultSubWidget input for each CArraAnnotations is a seperate CMatrix
Create the CArraAnnotations for every ILDM-tab in the CQTSSAResultSubWidget. Input for each CArraAnnotations is a seperate CMatrix.
Definition at line 966 of file CILDMModifiedMethod.cpp.
References CTSSAMethod::mapTableToName, mVfastSpacePrint, mVslowMetabPrint, mVslowPrint, mVslowSpacePrint, pTmp1, pTmp2, pTmp3, pTmp4, pVfastSpacePrintAnn, pVslowMetabPrintAnn, pVslowPrintAnn, pVslowSpacePrintAnn, CArrayAnnotation::setDescription(), CArrayAnnotation::setDimensionDescription(), CArrayAnnotation::setMode(), CArrayAnnotation::STRINGS, CTSSAMethod::tableNames, and CArrayAnnotation::VECTOR.
Referenced by initializeParameter().
Deuflhard Iteration: Prove Deuflhard criteria, find consistent initial value for DAE output: info - if Deuflhard is satisfied
Definition at line 497 of file CILDMModifiedMethod.cpp.
References CVectorCore< CType >::array(), C_FLOAT64, C_INT, CTSSAMethod::calculateDerivativesX(), CTSSAMethod::Data::dim, evalsort(), CModel::getCompartments(), CModel::getNumber2QuantityFactor(), CTSSAMethod::mat_anal_fast_space(), max, CTSSAMethod::mData, CTSSAMethod::mDtol, CTSSAMethod::mpModel, CTSSAMethod::mR, CTSSAMethod::mVfast_space, CTSSAMethod::mY_cons, CTSSAMethod::mY_initial, newton_new(), and CVector< CType >::resize().
Referenced by step().
void CILDMModifiedMethod::emptyVectors | ( | ) |
empty every vector to be able to fill them with new values for a new calculation also nullify the step counter
Empty every vector to be able to fill them with new values for a new calculation. Also nullify the step counter.
Definition at line 917 of file CILDMModifiedMethod.cpp.
References CTSSAMethod::mCurrentStep, mVec_mVslow, mVec_mVslowMetab, mVec_mVslowSpace, CTSSAMethod::mVec_SlowModes, and CTSSAMethod::mVec_TimeScale.
Referenced by initializeParameter(), and start().
EVALSORT for vector sorting
Definition at line 467 of file CILDMModifiedMethod.cpp.
References C_FLOAT64, C_INT, and min.
Referenced by deuflhard_metab().
|
inline |
Definition at line 155 of file CILDMModifiedMethod.h.
References pVfastSpacePrintAnn.
|
inline |
Definition at line 157 of file CILDMModifiedMethod.h.
References pVslowMetabPrintAnn.
|
inline |
return CArrayAnnotation for visualization in ILDM-tab in the CQTSSAResultSubWidget
Definition at line 151 of file CILDMModifiedMethod.h.
References pVslowPrintAnn.
|
inline |
Definition at line 153 of file CILDMModifiedMethod.h.
References pVslowSpacePrintAnn.
|
virtual |
Initialize the method parameter
Reimplemented from CTSSAMethod.
Definition at line 60 of file CILDMModifiedMethod.cpp.
References CCopasiContainer::addMatrixReference(), CCopasiContainer::addObjectReference(), CCopasiParameterGroup::assertParameter(), C_FLOAT64, createAnnotationsM(), emptyVectors(), CTSSAMethod::initializeIntegrationsParameter(), CTSSAMethod::mReducedModel, CTSSAMethod::mSlow, CTSSAMethod::mVslow, CCopasiParameter::UDOUBLE, CCopasiObject::ValueDbl, and CCopasiObject::ValueInt.
Referenced by CILDMModifiedMethod().
void CILDMModifiedMethod::newton_for_timestep | ( | C_INT | metabolite_number, |
C_FLOAT64 & | y_consistent, | ||
C_INT & | info | ||
) |
NEWTON for "postprove": Prove of "fast" varibles Output: y_consistent, info
Definition at line 848 of file CILDMModifiedMethod.cpp.
References CVectorCore< CType >::array(), C_FLOAT64, C_INT, CTSSAMethod::calculateDerivativesX(), CTSSAMethod::Data::dim, CModel::getCompartments(), CModel::getNumber2QuantityFactor(), CTSSAMethod::mData, CTSSAMethod::mJacobian_initial, CTSSAMethod::mpModel, CTSSAMethod::mY_initial, and CVector< CType >::resize().
Referenced by step().
Definition at line 615 of file CILDMModifiedMethod.cpp.
References CVectorCore< CType >::array(), C_FLOAT64, C_INT, CTSSAMethod::calculateDerivativesX(), dgesv_(), CTSSAMethod::Data::dim, CModel::getCompartments(), CModel::getNumber2QuantityFactor(), CTSSAMethod::mData, CTSSAMethod::mJacobian_initial, CTSSAMethod::mpModel, CTSSAMethod::mY_cons, CTSSAMethod::mY_initial, CMatrix< CType >::resize(), and CVector< CType >::resize().
Referenced by deuflhard_metab().
|
virtual |
print of the standart report sequence for ILDM Method
std::ostream | * ostream |
Reimplemented from CCopasiMethod.
Definition at line 1134 of file CILDMModifiedMethod.cpp.
References C_INT, C_INT32, CTSSAMethod::Data::dim, CModel::getMetabolitesX(), CCopasiObject::getObjectDataModel(), CCopasiObject::getObjectName(), CTSSAMethod::mData, CTSSAMethod::mpModel, mVec_mVfastSpace, mVec_mVslow, mVec_mVslowMetab, mVec_mVslowSpace, CTSSAMethod::mVec_SlowModes, CTSSAMethod::mVec_TimeScale, and CCopasiMethod::print().
|
virtual |
set the every CArrayAnnotation for the requested step set the desription of CArayAnnotation for both dimensions
Set the every CArrayAnnotation for the requested step. Set also the desription of CArayAnnotation for both dimensions:
Implements CTSSAMethod.
Definition at line 1041 of file CILDMModifiedMethod.cpp.
References C_INT, CTSSAMethod::Data::dim, CModel::getMetabolitesX(), CTSSAMethod::mData, CTSSAMethod::mpModel, mVec_mVfastSpace, mVec_mVslow, mVec_mVslowMetab, mVec_mVslowSpace, CTSSAMethod::mVec_SlowModes, CTSSAMethod::mVec_TimeScale, mVfastSpacePrint, mVslowMetabPrint, mVslowPrint, mVslowSpacePrint, pVfastSpacePrintAnn, pVslowMetabPrintAnn, pVslowPrintAnn, pVslowSpacePrintAnn, CMatrix< CType >::resize(), CArrayAnnotation::resize(), CArrayAnnotation::setAnnotationString(), CArrayAnnotation::setCopasiVector(), and step().
void CILDMModifiedMethod::setVectors | ( | int | slowMode | ) |
upgrade all vectors with values from actually calculalion for current step
Definition at line 930 of file CILDMModifiedMethod.cpp.
References CTSSAMethod::Data::dim, CTSSAMethod::mCurrentStep, CTSSAMethod::mCurrentTime, CTSSAMethod::mData, CTSSAMethod::mR, CTSSAMethod::mTime, mVec_mVfastSpace, mVec_mVslow, mVec_mVslowMetab, mVec_mVslowSpace, CTSSAMethod::mVec_SlowModes, CTSSAMethod::mVec_TimeScale, CTSSAMethod::mVfast_space, CTSSAMethod::mVslow, CTSSAMethod::mVslow_metab, and CTSSAMethod::mVslow_space.
Referenced by step().
This instructs the method to prepare for integration starting with the initialState given.
const CState * | initialState |
Reimplemented from CTSSAMethod.
Definition at line 76 of file CILDMModifiedMethod.cpp.
References CTSSAMethod::Data::dim, emptyVectors(), CCopasiParameter::getValue(), CTSSAMethod::integrationMethodStart(), CTSSAMethod::mData, CTSSAMethod::mDtol, CTSSAMethod::mReducedModel, CTSSAMethod::mVfast_space, CTSSAMethod::mVslow, CTSSAMethod::mVslow_metab, CTSSAMethod::mVslow_space, CCopasiParameter::Value::pUDOUBLE, CMatrix< CType >::resize(), and CVector< CType >::resize().
|
virtual |
This instructs the method to calculate a time step of deltaT starting with the current state, i.e., the result of the previous step. The new state (after deltaT) is expected in the current state. The return value is the actual timestep taken.
const double & | deltaT |
Schur Decomposition of Jacobian (reordered). Output: mQ - transformation matrix mR - block upper triangular matrix (with ordered eigenvalues)
Schur transformation of Jacobian
end of the block %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Begin of the block %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
end of the of block %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Reimplemented from CTSSAMethod.
Definition at line 96 of file CILDMModifiedMethod.cpp.
References CVectorCore< CType >::array(), C_FLOAT64, C_INT, CTSSAMethod::calculateDerivativesX(), CModel::calculateJacobianX(), deuflhard_metab(), CTSSAMethod::Data::dim, CModel::getCompartments(), CModel::getNumber2QuantityFactor(), CTSSAMethod::integrationStep(), CTSSAMethod::mat_anal_fast_space(), CTSSAMethod::mat_anal_metab(), CTSSAMethod::mat_anal_mod(), CTSSAMethod::mat_anal_mod_space(), max, MCTSSAMethod, CTSSAMethod::mCurrentStep, CTSSAMethod::mData, CTSSAMethod::mDtol, CTSSAMethod::mJacobian, CTSSAMethod::mJacobian_initial, CTSSAMethod::mpModel, CTSSAMethod::mQ, CTSSAMethod::mQz, CTSSAMethod::mR, CTSSAMethod::mReducedModel, CTSSAMethod::mSlow, CTSSAMethod::mTd, CTSSAMethod::mTd_save, CTSSAMethod::mTdInverse, CTSSAMethod::mTdInverse_save, CTSSAMethod::mTime, CTSSAMethod::mVslow, CTSSAMethod::mY, CTSSAMethod::mY_cons, CTSSAMethod::mY_initial, newton_for_timestep(), CMatrix< CType >::resize(), CVector< CType >::resize(), CTSSAMethod::schur(), setVectors(), CModel::updateSimulatedValues(), and CCopasiMessage::WARNING.
Referenced by setAnnotationM().
|
friend |
Definition at line 104 of file CILDMModifiedMethod.h.
Referenced by printResult(), setAnnotationM(), and setVectors().
vectors contain whole data for all calculationsteps
Definition at line 101 of file CILDMModifiedMethod.h.
Referenced by emptyVectors(), printResult(), setAnnotationM(), and setVectors().
Definition at line 102 of file CILDMModifiedMethod.h.
Referenced by emptyVectors(), printResult(), setAnnotationM(), and setVectors().
Definition at line 103 of file CILDMModifiedMethod.h.
Referenced by emptyVectors(), printResult(), setAnnotationM(), and setVectors().
Definition at line 134 of file CILDMModifiedMethod.h.
Referenced by createAnnotationsM(), and setAnnotationM().
Definition at line 135 of file CILDMModifiedMethod.h.
Referenced by createAnnotationsM(), and setAnnotationM().
input for every CArraAnnotations contain data for single stepcalculation
Definition at line 132 of file CILDMModifiedMethod.h.
Referenced by createAnnotationsM(), and setAnnotationM().
Definition at line 133 of file CILDMModifiedMethod.h.
Referenced by createAnnotationsM(), and setAnnotationM().
CArrayAnnotation* CILDMModifiedMethod::pTmp1 |
required for creation of above listed CArrayAnnotation
Definition at line 123 of file CILDMModifiedMethod.h.
Referenced by createAnnotationsM().
CArrayAnnotation* CILDMModifiedMethod::pTmp2 |
Definition at line 124 of file CILDMModifiedMethod.h.
Referenced by createAnnotationsM().
CArrayAnnotation* CILDMModifiedMethod::pTmp3 |
Definition at line 125 of file CILDMModifiedMethod.h.
Referenced by createAnnotationsM().
CArrayAnnotation* CILDMModifiedMethod::pTmp4 |
Definition at line 126 of file CILDMModifiedMethod.h.
Referenced by createAnnotationsM().
CArrayAnnotation* CILDMModifiedMethod::pVfastSpacePrintAnn |
Definition at line 118 of file CILDMModifiedMethod.h.
Referenced by createAnnotationsM(), getVfastSpacePrintAnn(), and setAnnotationM().
CArrayAnnotation* CILDMModifiedMethod::pVslowMetabPrintAnn |
Definition at line 116 of file CILDMModifiedMethod.h.
Referenced by createAnnotationsM(), getVslowMetabPrintAnn(), and setAnnotationM().
CArrayAnnotation* CILDMModifiedMethod::pVslowPrintAnn |
CArraAnnotations for every ILDM-tab in the CQTSSAResultSubWidget
Definition at line 115 of file CILDMModifiedMethod.h.
Referenced by createAnnotationsM(), getVslowPrintAnn(), and setAnnotationM().
CArrayAnnotation* CILDMModifiedMethod::pVslowSpacePrintAnn |
Definition at line 117 of file CILDMModifiedMethod.h.
Referenced by createAnnotationsM(), getVslowSpacePrintAnn(), and setAnnotationM().