23#ifndef GROWTH_CURVE_FACTORY_H
24#define GROWTH_CURVE_FACTORY_H
32class GrowthCurveGaussian;
33class GrowthCurveLinear;
34class GrowthCurveSigmoid;
56template <
typename GrowthCurveType >
64 return new GrowthCurveType();
Generic factory class for GrowthCurve objects.
Definition growth_curve_factory.h:44
virtual GrowthCurve * create() const =0
virtual ~GenericGrowthCurveFactory()
Definition growth_curve_factory.h:46
Factory class for generating objects of type GrowthCurve.
Definition growth_curve_factory.h:58
GrowthCurve * create() const override
Definition growth_curve_factory.h:62
Defines the way the number of synaptic elements changes through time according to the calcium concent...
Definition growth_curve.h:50
Namespace for the NEST simulation kernel.
Definition beta_normalization_factor.h:33