Public Member Functions | |
LowpassNeuronImpl (const double &tau_ef, const double &tau_es, const double &tau_if, const double &tau_is, const double &tau_s, const double &gain, const double &h, const SimTime ×tep, const std::string &name="LowpassNeuron", const std::string &units="pA") | |
Constructor with default params. | |
LowpassNeuronImpl (const double &tau_ef, const double &tau_es, const double &tau_if, const double &tau_is, const double &tau_s, const double &gain, const double &h, const double ¶m1, const SimTime ×tep, const std::string &name="LowpassNeuron", const std::string &units="pA") | |
Constructor with default params. | |
LowpassNeuronImpl (const double &tau_ef, const double &tau_es, const double &tau_if, const double &tau_is, const double &tau_s, const double &gain, const double &h, const double ¶m1, const double ¶m2, const SimTime ×tep, const std::string &name="LowpassNeuron", const std::string &units="pA") | |
Constructor with default params. | |
~LowpassNeuronImpl () | |
destructor | |
const double | getDisplayOutput () const |
get the display output |
Definition at line 59 of file LowpassNeuron.H.
LowpassNeuronImpl< RateFunc, IntType >::LowpassNeuronImpl | ( | const double & | tau_ef, | |
const double & | tau_es, | |||
const double & | tau_if, | |||
const double & | tau_is, | |||
const double & | tau_s, | |||
const double & | gain, | |||
const double & | h, | |||
const SimTime & | timestep, | |||
const std::string & | name = "LowpassNeuron" , |
|||
const std::string & | units = "pA" | |||
) | [inline] |
Constructor with default params.
Definition at line 194 of file LowpassNeuron.H.
LowpassNeuronImpl< RateFunc, IntType >::LowpassNeuronImpl | ( | const double & | tau_ef, | |
const double & | tau_es, | |||
const double & | tau_if, | |||
const double & | tau_is, | |||
const double & | tau_s, | |||
const double & | gain, | |||
const double & | h, | |||
const double & | param1, | |||
const SimTime & | timestep, | |||
const std::string & | name = "LowpassNeuron" , |
|||
const std::string & | units = "pA" | |||
) | [inline] |
Constructor with default params.
Definition at line 214 of file LowpassNeuron.H.
LowpassNeuronImpl< RateFunc, IntType >::LowpassNeuronImpl | ( | const double & | tau_ef, | |
const double & | tau_es, | |||
const double & | tau_if, | |||
const double & | tau_is, | |||
const double & | tau_s, | |||
const double & | gain, | |||
const double & | h, | |||
const double & | param1, | |||
const double & | param2, | |||
const SimTime & | timestep, | |||
const std::string & | name = "LowpassNeuron" , |
|||
const std::string & | units = "pA" | |||
) | [inline] |
Constructor with default params.
Definition at line 235 of file LowpassNeuron.H.
LowpassNeuronImpl< RateFunc, IntType >::~LowpassNeuronImpl | ( | ) | [inline] |
destructor
Definition at line 102 of file LowpassNeuron.H.
const double LowpassNeuronImpl< RateFunc, IntType >::getDisplayOutput | ( | ) | const [inline, virtual] |