, including all inherited members.
AbstractCardiacCell(boost::shared_ptr< AbstractIvpOdeSolver > pOdeSolver, unsigned numberOfStateVariables, unsigned voltageIndex, boost::shared_ptr< AbstractStimulusFunction > pIntracellularStimulus) | AbstractCardiacCell | |
AbstractOdeSystem(unsigned numberOfStateVariables=0) | AbstractOdeSystem | |
AdjustOutOfRangeSlowValues(std::vector< double > &rSlowValues) | AbstractCardiacCell | [virtual] |
boost::serialization::access class | AbstractCardiacCell | [friend] |
CalculateRootFunction(double time, const std::vector< double > &rY) | AbstractOdeSystem | [virtual] |
CalculateStoppingEvent(double time, const std::vector< double > &rY) | AbstractOdeSystem | [virtual] |
Compute(double tStart, double tEnd) | AbstractCardiacCell | [virtual] |
ComputeExceptVoltage(double tStart, double tEnd) | AbstractCardiacCell | [virtual] |
DumpState(const std::string &rMessage, std::vector< double > Y=std::vector< double >()) | AbstractOdeSystem | [protected] |
EvaluateYDerivatives(double var_Environment__time, const std::vector< double > &rY, std::vector< double > &rDY) | Mahajan2008OdeSystem | [virtual] |
GetIIonic() | Mahajan2008OdeSystem | [virtual] |
GetInitialConditions() const | AbstractOdeSystem | |
GetIntracellularCalciumConcentration() | AbstractCardiacCell | [virtual] |
GetIntracellularStimulus(double time) | AbstractCardiacCell | |
GetNumberOfParameters() const | AbstractOdeSystem | |
GetNumberOfStateVariables() const | AbstractOdeSystem | |
GetNumSlowValues() | AbstractCardiacCell | [virtual] |
GetParameter(unsigned index) const | AbstractOdeSystem | |
GetSlowValues(std::vector< double > &rSlowValues) | AbstractCardiacCell | [virtual] |
GetSolver() const | AbstractCardiacCell | |
GetStateVariableNumberByName(const std::string name) | AbstractOdeSystem | |
GetStateVariableUnitsByNumber(unsigned varNumber) const | AbstractOdeSystem | |
GetStateVariableValueByNumber(unsigned varNumber) const | AbstractOdeSystem | |
GetStimulus(double time) | AbstractCardiacCell | |
GetStimulusFunction() const | AbstractCardiacCell | |
GetSystemInformation() const | AbstractOdeSystem | |
GetUseAnalyticJacobian() | AbstractOdeSystem | |
GetVoltage() | AbstractCardiacCell | |
GetVoltageIndex() | AbstractCardiacCell | |
Init() | AbstractCardiacCell | |
IsFastOnly() | AbstractCardiacCell | [virtual] |
Mahajan2008OdeSystem(boost::shared_ptr< AbstractIvpOdeSolver > pSolver, boost::shared_ptr< AbstractStimulusFunction > pIntracellularStimulus) | Mahajan2008OdeSystem | |
mDt | AbstractCardiacCell | [protected] |
mNumberOfStateVariables | AbstractOdeSystem | [protected] |
mParameters | AbstractOdeSystem | [protected] |
mpIntracellularStimulus | AbstractCardiacCell | [protected] |
mpOdeSolver | AbstractCardiacCell | [protected] |
mpSystemInfo | AbstractOdeSystem | [protected] |
mScaleFactorGkr | Mahajan2008OdeSystem | [private] |
mScaleFactorGks | Mahajan2008OdeSystem | [private] |
mScaleFactorIto | Mahajan2008OdeSystem | [private] |
mSetVoltageDerivativeToZero | AbstractCardiacCell | [protected] |
mStateVariables | AbstractOdeSystem | [protected] |
mUseAnalyticJacobian | AbstractOdeSystem | [protected] |
mVoltageIndex | AbstractCardiacCell | [protected] |
rGetParameterNames() const | AbstractOdeSystem | |
rGetParameterUnits() const | AbstractOdeSystem | |
rGetStateVariables() | AbstractOdeSystem | |
rGetVariableNames() const | AbstractOdeSystem | |
rGetVariableUnits() const | AbstractOdeSystem | |
SetInitialConditions(const std::vector< double > &rInitialConditions) | AbstractOdeSystem | |
SetInitialConditionsComponent(unsigned index, double initialCondition) | AbstractOdeSystem | |
SetIntracellularStimulusFunction(boost::shared_ptr< AbstractStimulusFunction > pStimulus) | AbstractCardiacCell | |
SetParameter(unsigned index, double value) | AbstractOdeSystem | |
SetScaleFactorGkr(double sfgkr) | Mahajan2008OdeSystem | |
SetScaleFactorGks(double sfgks) | Mahajan2008OdeSystem | |
SetScaleFactorIto(double sfito) | Mahajan2008OdeSystem | |
SetSlowValues(const std::vector< double > &rSlowValues) | AbstractCardiacCell | [virtual] |
SetState(CellModelState state) | AbstractCardiacCell | [virtual] |
SetStateVariable(unsigned stateVariable, double newValue) | AbstractOdeSystem | |
SetStateVariables(const std::vector< double > &rStateVariables) | AbstractOdeSystem | |
SetStimulusFunction(boost::shared_ptr< AbstractStimulusFunction > pStimulus) | AbstractCardiacCell | |
SetVoltage(double voltage) | AbstractCardiacCell | |
VerifyGatingVariables() | Mahajan2008OdeSystem | |
VerifyStateVariables() | AbstractCardiacCell | [inline, virtual] |
~AbstractCardiacCell() | AbstractCardiacCell | [virtual] |
~AbstractOdeSystem() | AbstractOdeSystem | [virtual] |
~Mahajan2008OdeSystem() | Mahajan2008OdeSystem | |