NEST
2.6.0,not_revisioned_source_dir@0
|
State variables of the model. More...
Public Member Functions | |
State_ () | |
Default initialization. More... | |
void | get (DictionaryDatum &, const Parameters_ &) const |
void | set (const DictionaryDatum &, const Parameters_ &) |
Public Attributes | |
double_t | y0_ |
double_t | h_ |
std::vector< int_t > | age_occupations_ |
std::vector< double_t > | thetas_ages_ |
std::vector< int_t > | n_spikes_past_ |
std::vector< int_t > | n_spikes_ages_ |
std::vector< double_t > | rhos_ages_ |
int_t | p_age_occupations_ |
int_t | p_n_spikes_past_ |
bool | initialized_ |
State variables of the model.
nest::pp_pop_psc_delta::State_::State_ | ( | ) |
Default initialization.
References age_occupations_, n_spikes_ages_, n_spikes_past_, rhos_ages_, and thetas_ages_.
void nest::pp_pop_psc_delta::State_::get | ( | DictionaryDatum & | d, |
const Parameters_ & | |||
) | const |
References nest::names::d, nest::names::n_events, and nest::names::V_m.
Referenced by nest::pp_pop_psc_delta::get_status().
void nest::pp_pop_psc_delta::State_::set | ( | const DictionaryDatum & | d, |
const Parameters_ & | |||
) |
References nest::names::d, and nest::names::V_m.
Referenced by nest::pp_pop_psc_delta::set_status().
double_t nest::pp_pop_psc_delta::State_::h_ |
Referenced by nest::pp_pop_psc_delta::get_V_m_().
bool nest::pp_pop_psc_delta::State_::initialized_ |
std::vector<int_t> nest::pp_pop_psc_delta::State_::n_spikes_past_ |
Referenced by nest::pp_pop_psc_delta::get_n_events_(), and State_().
int_t nest::pp_pop_psc_delta::State_::p_age_occupations_ |
int_t nest::pp_pop_psc_delta::State_::p_n_spikes_past_ |
Referenced by nest::pp_pop_psc_delta::get_n_events_().
double_t nest::pp_pop_psc_delta::State_::y0_ |