, including all inherited members.
| AbstractCardiacCellInterface(boost::shared_ptr< AbstractIvpOdeSolver > pOdeSolver, unsigned voltageIndex, boost::shared_ptr< AbstractStimulusFunction > pIntracellularStimulus) | AbstractCardiacCellInterface | |
| AbstractCvodeCell(boost::shared_ptr< AbstractIvpOdeSolver > pSolver, unsigned numberOfStateVariables, unsigned voltageIndex, boost::shared_ptr< AbstractStimulusFunction > pIntracellularStimulus) | AbstractCvodeCell | |
| AbstractParameterisedSystem(unsigned numberOfStateVariables) | AbstractParameterisedSystem< N_Vector > | |
| boost::serialization::access class | AbstractCardiacCellInterface | [friend] |
| Compute(double tStart, double tEnd, double tSamp=0.0) | AbstractCvodeCell | [virtual] |
| ComputeDerivedQuantities(double time, const N_Vector &rState) | AbstractParameterisedSystem< N_Vector > | [virtual] |
| ComputeDerivedQuantitiesFromCurrentState(double time) | AbstractParameterisedSystem< N_Vector > | |
| ComputeExceptVoltage(double tStart, double tEnd) | AbstractCvodeCell | [virtual] |
| CvodeError(int flag, const char *msg) | AbstractCvodeCell | [private] |
| DumpState(const std::string &rMessage, N_Vector Y=NULL) | AbstractCvodeCell | [protected] |
| EvaluateRhs(realtype t, N_Vector y, N_Vector ydot)=0 | AbstractCvodeCell | [pure virtual] |
| FreeCvodeMemory() | AbstractCvodeCell | [private] |
| GetAbsoluteTolerance() | AbstractCvodeCell | |
| GetAnyVariable(unsigned index, double time=0.0, N_Vector *pDerivedQuantities=NULL) | AbstractParameterisedSystem< N_Vector > | |
| GetAnyVariable(const std::string &rName, double time=0.0, N_Vector *pDerivedQuantities=NULL) | AbstractParameterisedSystem< N_Vector > | |
| GetAnyVariableIndex(const std::string &rName) const | AbstractParameterisedSystem< N_Vector > | |
| GetAnyVariableUnits(unsigned index) const | AbstractParameterisedSystem< N_Vector > | |
| GetAnyVariableUnits(const std::string &rName) const | AbstractParameterisedSystem< N_Vector > | |
| GetAttribute(const std::string &rName) const | AbstractParameterisedSystem< N_Vector > | |
| GetDerivedQuantityIndex(const std::string &rName) const | AbstractParameterisedSystem< N_Vector > | |
| GetDerivedQuantityUnits(unsigned index) const | AbstractParameterisedSystem< N_Vector > | |
| GetIIonic(const std::vector< double > *pStateVariables=NULL)=0 | AbstractCardiacCellInterface | [pure virtual] |
| GetInitialConditions() const | AbstractParameterisedSystem< N_Vector > | |
| GetIntracellularAreaStimulus(double time) | AbstractCardiacCellInterface | |
| GetIntracellularStimulus(double time) | AbstractCardiacCellInterface | |
| GetLastStepSize() | AbstractCvodeCell | |
| GetLookupTableCollection() | AbstractCardiacCellInterface | [inline, virtual] |
| GetMaxSteps() | AbstractCvodeCell | |
| GetNumberOfAttributes() const | AbstractParameterisedSystem< N_Vector > | |
| GetNumberOfDerivedQuantities() const | AbstractParameterisedSystem< N_Vector > | |
| GetNumberOfParameters() const | AbstractParameterisedSystem< N_Vector > | |
| GetNumberOfStateVariables() const | AbstractParameterisedSystem< N_Vector > | |
| GetParameter(unsigned index) const | AbstractParameterisedSystem< N_Vector > | |
| GetParameter(const std::string &rName) const | AbstractParameterisedSystem< N_Vector > | |
| GetParameterIndex(const std::string &rName) const | AbstractParameterisedSystem< N_Vector > | |
| GetParameterUnits(unsigned index) const | AbstractParameterisedSystem< N_Vector > | |
| GetRelativeTolerance() | AbstractCvodeCell | |
| GetSolver() const | AbstractCardiacCellInterface | |
| GetStateVariable(unsigned index) const | AbstractParameterisedSystem< N_Vector > | |
| GetStateVariable(const std::string &rName) const | AbstractParameterisedSystem< N_Vector > | |
| GetStateVariableIndex(const std::string &rName) const | AbstractParameterisedSystem< N_Vector > | |
| GetStateVariables() | AbstractParameterisedSystem< N_Vector > | |
| GetStateVariableUnits(unsigned index) const | AbstractParameterisedSystem< N_Vector > | |
| GetStimulus(double time) | AbstractCardiacCellInterface | |
| GetStimulusFunction() | AbstractCardiacCellInterface | |
| GetStimulusFunction() const | AbstractCardiacCellInterface | |
| GetSystemInformation() const | AbstractParameterisedSystem< N_Vector > | |
| GetSystemName() const | AbstractParameterisedSystem< N_Vector > | |
| GetVoltage() | AbstractCvodeCell | [virtual] |
| GetVoltageIndex() | AbstractCardiacCellInterface | |
| HasAnyVariable(const std::string &rName) const | AbstractParameterisedSystem< N_Vector > | |
| HasAttribute(const std::string &rName) const | AbstractParameterisedSystem< N_Vector > | |
| HasCellMLDefaultStimulus() | AbstractCardiacCellInterface | |
| HasDerivedQuantity(const std::string &rName) const | AbstractParameterisedSystem< N_Vector > | |
| HasParameter(const std::string &rName) const | AbstractParameterisedSystem< N_Vector > | |
| HasStateVariable(const std::string &rName) const | AbstractParameterisedSystem< N_Vector > | |
| Init() | AbstractCvodeCell | [protected] |
| mAbsTol | AbstractCvodeCell | [protected] |
| MakeStdVec(N_Vector v) | AbstractCvodeCell | [private] |
| mHasDefaultStimulusFromCellML | AbstractCardiacCellInterface | [protected] |
| mIsUsedInTissue | AbstractCardiacCellInterface | [protected] |
| mLastInternalStepSize | AbstractCvodeCell | [protected] |
| mMaxDt | AbstractCvodeCell | [protected] |
| mMaxSteps | AbstractCvodeCell | [protected] |
| mNumberOfStateVariables | AbstractParameterisedSystem< N_Vector > | [protected] |
| mParameters | AbstractParameterisedSystem< N_Vector > | [protected] |
| mpCvodeMem | AbstractCvodeCell | [protected] |
| mpIntracellularStimulus | AbstractCardiacCellInterface | [protected] |
| mpOdeSolver | AbstractCardiacCellInterface | [protected] |
| mpSystemInfo | AbstractParameterisedSystem< N_Vector > | [protected] |
| mRelTol | AbstractCvodeCell | [protected] |
| mSetVoltageDerivativeToZero | AbstractCardiacCellInterface | [protected] |
| mStateVariables | AbstractParameterisedSystem< N_Vector > | [protected] |
| mVoltageIndex | AbstractCardiacCellInterface | [protected] |
| ResetToInitialConditions() | AbstractParameterisedSystem< N_Vector > | |
| rGetDerivedQuantityNames() const | AbstractParameterisedSystem< N_Vector > | |
| rGetDerivedQuantityUnits() const | AbstractParameterisedSystem< N_Vector > | |
| rGetParameterNames() const | AbstractParameterisedSystem< N_Vector > | |
| rGetParameterUnits() const | AbstractParameterisedSystem< N_Vector > | |
| rGetStateVariableNames() const | AbstractParameterisedSystem< N_Vector > | |
| rGetStateVariables() | AbstractParameterisedSystem< N_Vector > | |
| rGetStateVariableUnits() const | AbstractParameterisedSystem< N_Vector > | |
| SetAnyVariable(unsigned index, double value) | AbstractParameterisedSystem< N_Vector > | |
| SetAnyVariable(const std::string &rName, double value) | AbstractParameterisedSystem< N_Vector > | |
| SetDefaultInitialCondition(unsigned index, double initialCondition) | AbstractParameterisedSystem< N_Vector > | |
| SetDefaultInitialConditions(const N_Vector &rInitialConditions) | AbstractParameterisedSystem< N_Vector > | |
| SetIntracellularStimulusFunction(boost::shared_ptr< AbstractStimulusFunction > pStimulus) | AbstractCardiacCellInterface | |
| SetMaxSteps(long int numSteps) | AbstractCvodeCell | |
| SetParameter(const std::string &rName, double value) | AbstractParameterisedSystem< N_Vector > | |
| SetParameter(unsigned index, double value) | AbstractParameterisedSystem< N_Vector > | |
| SetStateVariable(unsigned index, double newValue) | AbstractParameterisedSystem< N_Vector > | |
| SetStateVariable(const std::string &rName, double newValue) | AbstractParameterisedSystem< N_Vector > | |
| SetStateVariables(const N_Vector &rStateVariables) | AbstractParameterisedSystem< N_Vector > | |
| SetStimulusFunction(boost::shared_ptr< AbstractStimulusFunction > pStimulus) | AbstractCardiacCellInterface | |
| SetTimestep(double maxDt) | AbstractCvodeCell | [virtual] |
| SetTolerances(double relTol=1e-5, double absTol=1e-7) | AbstractCvodeCell | |
| SetupCvode(N_Vector initialConditions, realtype tStart, realtype maxDt) | AbstractCvodeCell | [private] |
| SetUsedInTissueSimulation(bool tissue=true) | AbstractCardiacCellInterface | |
| SetVoltage(double voltage) | AbstractCvodeCell | [virtual] |
| SetVoltageDerivativeToZero(bool clamp=true) | AbstractCvodeCell | |
| Solve(realtype tStart, realtype tEnd, realtype maxDt, realtype tSamp) | AbstractCvodeCell | |
| Solve(realtype tStart, realtype tEnd, realtype maxDt) | AbstractCvodeCell | |
| SolveAndUpdateState(double tStart, double tEnd) | AbstractCvodeCell | [virtual] |
| UseCellMLDefaultStimulus() | AbstractCardiacCellInterface | [virtual] |
| VerifyStateVariables() | AbstractCardiacCellInterface | [inline, virtual] |
| ~AbstractCardiacCellInterface() | AbstractCardiacCellInterface | [virtual] |
| ~AbstractCvodeCell() | AbstractCvodeCell | [virtual] |
| ~AbstractParameterisedSystem() | AbstractParameterisedSystem< N_Vector > | [virtual] |