Chaste
Release::3.4
|
#include <ZeroStimulus.hpp>
Public Member Functions | |
double | GetStimulus (double time) |
Public Member Functions inherited from AbstractStimulusFunction | |
virtual | ~AbstractStimulusFunction () |
virtual void | Clear () |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &archive, const unsigned int version) |
Friends | |
class | boost::serialization::access |
Stimulus which is always zero. More efficient than using an SimpleStimulus with magnitude zero
Definition at line 48 of file ZeroStimulus.hpp.
time | time at which to return the stimulus |
Implements AbstractStimulusFunction.
Definition at line 46 of file ZeroStimulus.cpp.
|
inlineprivate |
Archive the zero stimulus, never used directly - boost uses this.
archive | |
version |
Definition at line 59 of file ZeroStimulus.hpp.
|
friend |
Needed for serialization.
Definition at line 51 of file ZeroStimulus.hpp.