Home
last modified time | relevance | path

Searched refs:growthcurvedict_ (Results 1 – 3 of 3) sorted by relevance

/dports/science/nest/nest-simulator-3.1/nestkernel/
H A Dsp_manager_impl.h42 assert( not growthcurvedict_->known( name ) ); in register_growth_curve()
47 growthcurvedict_->insert( name, id ); in register_growth_curve()
H A Dsp_manager.h201 DictionaryDatum growthcurvedict_; //!< Dictionary for growth rules. variable
212 return growthcurvedict_; in get_growthcurvedict()
218 const long nc_id = ( *growthcurvedict_ )[ name ]; in new_growth_curve()
H A Dsp_manager.cpp63 , growthcurvedict_( new Dictionary() ) in SPManager()