CellShannon2004FromCellML Class Reference

Inherits AbstractCardiacCell.

Collaboration diagram for CellShannon2004FromCellML:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CellShannon2004FromCellML (boost::shared_ptr< AbstractIvpOdeSolver > pSolver, boost::shared_ptr< AbstractStimulusFunction > pIntracellularStimulus)
void VerifyGatingVariables ()
double GetIIonic ()
void EvaluateYDerivatives (double var_environment__time, const std::vector< double > &rY, std::vector< double > &rDY)

Private Member Functions

template<class Archive >
void serialize (Archive &archive, const unsigned int version)

Friends

class boost::serialization::access

Detailed Description

Definition at line 25 of file Shannon2004.hpp.


Member Function Documentation

void CellShannon2004FromCellML::EvaluateYDerivatives ( double  time,
const std::vector< double > &  rY,
std::vector< double > &  rDY 
) [inline, virtual]

Method to evaluate the derivatives of the system.

Parameters:
time the current time
rY the current values of the state variables
rDY storage for the derivatives of the system; will be filled in on return

Implements AbstractOdeSystem.

Definition at line 352 of file Shannon2004.hpp.

References AbstractCardiacCell::GetStimulus(), and AbstractCardiacCell::mSetVoltageDerivativeToZero.

double CellShannon2004FromCellML::GetIIonic (  )  [inline, virtual]

Computes the total current flowing through the cell membrane, using the current values of the state variables.

Implements AbstractCardiacCell.

Definition at line 57 of file Shannon2004.hpp.

References AbstractOdeSystem::rGetStateVariables().

template<class Archive >
void CellShannon2004FromCellML::serialize ( Archive &  archive,
const unsigned int  version 
) [inline, private]

Archive the member variables.

Parameters:
archive 
version 

Reimplemented from AbstractCardiacCell.

Definition at line 30 of file Shannon2004.hpp.


Friends And Related Function Documentation

friend class boost::serialization::access [friend]

Needed for serialization.

Reimplemented from AbstractCardiacCell.

Definition at line 28 of file Shannon2004.hpp.


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2