Chaste Release::3.1
BathCellFactory< DIM, CELLTYPE > Class Template Reference

#include <SimpleBathProblemSetup.hpp>

Inheritance diagram for BathCellFactory< DIM, CELLTYPE >:
Collaboration diagram for BathCellFactory< DIM, CELLTYPE >:

List of all members.

Public Member Functions

 BathCellFactory (double stimulusMagnitude, c_vector< double, DIM > stimulatedPoint)
AbstractCardiacCellInterfaceCreateCardiacCellForTissueNode (unsigned node)

Private Attributes

boost::shared_ptr< SimpleStimulusmpStimulus
c_vector< double, DIM > mStimulatedPoint

Detailed Description

template<unsigned DIM, class CELLTYPE = CellLuoRudy1991FromCellML>
class BathCellFactory< DIM, CELLTYPE >

A simple cell factory for bath problems, applying a SimpleStimulus for 0.5ms at a single point.

Definition at line 54 of file SimpleBathProblemSetup.hpp.


Constructor & Destructor Documentation

template<unsigned DIM, class CELLTYPE = CellLuoRudy1991FromCellML>
BathCellFactory< DIM, CELLTYPE >::BathCellFactory ( double  stimulusMagnitude,
c_vector< double, DIM >  stimulatedPoint 
) [inline]

Create the cell factory.

Parameters:
stimulusMagnitude
stimulatedPointspatial co-ordinates of where to stimulate. Must correspond to a node location.

Definition at line 69 of file SimpleBathProblemSetup.hpp.


Member Function Documentation

template<unsigned DIM, class CELLTYPE = CellLuoRudy1991FromCellML>
AbstractCardiacCellInterface* BathCellFactory< DIM, CELLTYPE >::CreateCardiacCellForTissueNode ( unsigned  node) [inline, virtual]

Member Data Documentation

template<unsigned DIM, class CELLTYPE = CellLuoRudy1991FromCellML>
boost::shared_ptr<SimpleStimulus> BathCellFactory< DIM, CELLTYPE >::mpStimulus [private]

The stimulus to apply

Definition at line 58 of file SimpleBathProblemSetup.hpp.

Referenced by BathCellFactory< DIM, CELLTYPE >::CreateCardiacCellForTissueNode().

template<unsigned DIM, class CELLTYPE = CellLuoRudy1991FromCellML>
c_vector<double,DIM> BathCellFactory< DIM, CELLTYPE >::mStimulatedPoint [private]

and where to apply it

Definition at line 60 of file SimpleBathProblemSetup.hpp.

Referenced by BathCellFactory< DIM, CELLTYPE >::CreateCardiacCellForTissueNode().


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