Chaste Release::3.1
|
#include <ZeroStimulusCellFactory.hpp>
Public Member Functions | |
AbstractCardiacCellInterface * | CreateCardiacCellForTissueNode (unsigned node) |
A cell factory that provides cells with no stimulus.
Definition at line 46 of file ZeroStimulusCellFactory.hpp.
AbstractCardiacCellInterface* ZeroStimulusCellFactory< CELL, DIM >::CreateCardiacCellForTissueNode | ( | unsigned | nodeIndex | ) | [inline, virtual] |
Must be overridden by subclasses to return a cell object for the given node.
nodeIndex | Global node index. |
Implements AbstractCardiacCellFactory< DIM >.
Definition at line 54 of file ZeroStimulusCellFactory.hpp.
References AbstractCardiacCellFactory< DIM >::mpSolver, and AbstractCardiacCellFactory< DIM >::mpZeroStimulus.