#include <ZeroStimulusCellFactory.hpp>
Inherits AbstractCardiacCellFactory< DIM >.
Public Member Functions | |
AbstractCardiacCell * | CreateCardiacCellForTissueNode (unsigned node) |
A cell factory that provides cells with no stimulus.
Definition at line 39 of file ZeroStimulusCellFactory.hpp.
AbstractCardiacCell* 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 47 of file ZeroStimulusCellFactory.hpp.
References AbstractCardiacCellFactory< DIM >::mpSolver, and AbstractCardiacCellFactory< DIM >::mpZeroStimulus.