#include <ZeroStimulusCellFactory.hpp>


Public Member Functions | |
| AbstractCardiacCell * | CreateCardiacCellForTissueNode (unsigned node) |
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.
1.5.5