NEST  2.6.0,not_revisioned_source_dir@0
Public Member Functions | Public Attributes | List of all members
nest::izhikevich::State_ Struct Reference

State variables of the model. More...

Public Member Functions

 State_ ()
 Accumulate spikes arriving during refractory period, discounted for decay until end of refractory period. More...
 
void get (DictionaryDatum &, const Parameters_ &) const
 
void set (const DictionaryDatum &, const Parameters_ &)
 

Public Attributes

double_t v_
 
double_t u_
 
double_t I_
 

Detailed Description

State variables of the model.

Constructor & Destructor Documentation

nest::izhikevich::State_::State_ ( )

Accumulate spikes arriving during refractory period, discounted for decay until end of refractory period.

Default initialization

Member Function Documentation

void nest::izhikevich::State_::get ( DictionaryDatum d,
const Parameters_  
) const
void nest::izhikevich::State_::set ( const DictionaryDatum d,
const Parameters_  
)

Member Data Documentation

double_t nest::izhikevich::State_::I_
double_t nest::izhikevich::State_::u_
double_t nest::izhikevich::State_::v_

The documentation for this struct was generated from the following files: