Chaste  Release::2018.1
ZeroStimulusCellFactory< CELL, DIM > Class Template Reference

#include <ZeroStimulusCellFactory.hpp>

+ Inheritance diagram for ZeroStimulusCellFactory< CELL, DIM >:
+ Collaboration diagram for ZeroStimulusCellFactory< CELL, DIM >:

Public Member Functions

AbstractCardiacCellInterfaceCreateCardiacCellForTissueNode (Node< DIM > *pNode)
 
- Public Member Functions inherited from AbstractCardiacCellFactory< DIM >
virtual
AbstractCardiacCellInterface
CreateCardiacCellForNode (Node< ELEMENT_DIM > *pNode)
 
virtual
AbstractCardiacCellInterface
CreateCardiacCellForTissueNode (Node< ELEMENT_DIM > *pNode)=0
 
virtual void FinaliseCellCreation (std::vector< AbstractCardiacCellInterface * > *pCellsDistributed, unsigned lo, unsigned hi)
 
virtual void FillInCellularTransmuralAreas ()
 
virtual unsigned GetNumberOfCells ()
 
 AbstractCardiacCellFactory (boost::shared_ptr< AbstractIvpOdeSolver > pSolver=boost::shared_ptr< AbstractIvpOdeSolver >(new EulerIvpOdeSolver))
 
virtual ~AbstractCardiacCellFactory ()
 
virtual void SetMesh (AbstractTetrahedralMesh< ELEMENT_DIM, ELEMENT_DIM > *pMesh)
 
AbstractTetrahedralMesh
< ELEMENT_DIM, ELEMENT_DIM > * 
GetMesh ()
 
void SetHeartGeometryInformation (HeartGeometryInformation< ELEMENT_DIM > *pHeartGeometryInformation)
 
HeartGeometryInformation
< ELEMENT_DIM > * 
GetHeartGeometryInformation ()
 

Additional Inherited Members

- Protected Attributes inherited from AbstractCardiacCellFactory< DIM >
boost::shared_ptr< ZeroStimulusmpZeroStimulus
 
boost::shared_ptr
< AbstractIvpOdeSolver
mpSolver
 

Detailed Description

template<class CELL, unsigned DIM>
class ZeroStimulusCellFactory< CELL, DIM >

A cell factory that provides cells with no stimulus.

Definition at line 46 of file ZeroStimulusCellFactory.hpp.

Member Function Documentation

template<class CELL , unsigned DIM>
AbstractCardiacCellInterface* ZeroStimulusCellFactory< CELL, DIM >::CreateCardiacCellForTissueNode ( Node< DIM > *  pNode)
inline
Parameters
pNodePointer to the node.
Returns
A cardiac cell which corresponds to this node.

Definition at line 58 of file ZeroStimulusCellFactory.hpp.

References AbstractCardiacCellFactory< DIM >::mpSolver, and AbstractCardiacCellFactory< DIM >::mpZeroStimulus.


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