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

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_tage_occupations_
 
std::vector< double_tthetas_ages_
 
std::vector< int_tn_spikes_past_
 
std::vector< int_tn_spikes_ages_
 
std::vector< double_trhos_ages_
 
int_t p_age_occupations_
 
int_t p_n_spikes_past_
 
bool initialized_
 

Detailed Description

State variables of the model.

Constructor & Destructor Documentation

nest::pp_pop_psc_delta::State_::State_ ( )

Default initialization.

References age_occupations_, n_spikes_ages_, n_spikes_past_, rhos_ages_, and thetas_ages_.

Member Function Documentation

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

Member Data Documentation

std::vector<int_t> nest::pp_pop_psc_delta::State_::age_occupations_

Referenced by State_().

double_t nest::pp_pop_psc_delta::State_::h_
bool nest::pp_pop_psc_delta::State_::initialized_
std::vector<int_t> nest::pp_pop_psc_delta::State_::n_spikes_ages_

Referenced by State_().

std::vector<int_t> nest::pp_pop_psc_delta::State_::n_spikes_past_
int_t nest::pp_pop_psc_delta::State_::p_age_occupations_
int_t nest::pp_pop_psc_delta::State_::p_n_spikes_past_
std::vector<double_t> nest::pp_pop_psc_delta::State_::rhos_ages_

Referenced by State_().

std::vector<double_t> nest::pp_pop_psc_delta::State_::thetas_ages_

Referenced by State_().

double_t nest::pp_pop_psc_delta::State_::y0_

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