BathCellFactory< DIM, CELLTYPE > Class Template Reference

#include <SimpleBathProblemSetup.hpp>

Inherits AbstractCardiacCellFactory< DIM >.

Collaboration diagram for BathCellFactory< DIM, CELLTYPE >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 BathCellFactory (double stimulusMagnitude, c_vector< double, DIM > stimulatedPoint)
AbstractCardiacCellInterfaceCreateCardiacCellForTissueNode (Node< DIM > *pNode)

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]
Returns:
a newly created cell factory.
Parameters:
stimulusMagnitude 
stimulatedPoint spatial 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 ( Node< DIM > *  pNode  )  [inline]

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:

Generated by  doxygen 1.6.2