23#ifndef SP_MANAGER_IMPL_H
24#define SP_MANAGER_IMPL_H
38template <
typename GrowthCurve >
bool known(const std::string &key) const
Check whether there exists a value with specified key in the dictionary.
Definition dictionary.h:677
Generic factory class for GrowthCurve objects.
Definition growth_curve_factory.h:44
Factory class for generating objects of type GrowthCurve.
Definition growth_curve_factory.h:58
void register_growth_curve(const std::string &name)
Add a growth curve for MSP.
Definition sp_manager_impl.h:40
Dictionary growthcurvedict_
Dictionary for growth rules.
Definition sp_manager.h:205
std::vector< GenericGrowthCurveFactory * > growthcurve_factories_
GrowthCurve factories, indexed by growthcurvedict_ elements.
Definition sp_manager.h:203
Namespace for the NEST simulation kernel.
Definition beta_normalization_factor.h:33