Chaste Commit::f2ff7ee04e70ac9d06c57344df8d017dbb12b97b
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 AbstractCardiacCellInterfaceCreateCardiacCellForNode (Node< SPACE_DIM > *pNode)
 
virtual AbstractCardiacCellInterfaceCreateCardiacCellForTissueNode (Node< SPACE_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, SPACE_DIM > *pMesh)
 
AbstractTetrahedralMesh< ELEMENT_DIM, SPACE_DIM > * GetMesh ()
 
void SetHeartGeometryInformation (HeartGeometryInformation< SPACE_DIM > *pHeartGeometryInformation)
 
HeartGeometryInformation< SPACE_DIM > * GetHeartGeometryInformation ()
 

Additional Inherited Members

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

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.

Constructor & Destructor Documentation

◆ ZeroStimulusCellFactory()

template<class CELL , unsigned DIM>
ZeroStimulusCellFactory< CELL, DIM >::ZeroStimulusCellFactory ( )
inline

Definition at line 50 of file ZeroStimulusCellFactory.hpp.

◆ ~ZeroStimulusCellFactory()

template<class CELL , unsigned DIM>
ZeroStimulusCellFactory< CELL, DIM >::~ZeroStimulusCellFactory ( void  )
inline

Definition at line 63 of file ZeroStimulusCellFactory.hpp.

Member Function Documentation

◆ CreateCardiacCellForTissueNode()

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: