Generic factory class for GrowthCurve objects. More...
#include <growth_curve_factory.h>
Public Member Functions | |
| virtual | ~GenericGrowthCurveFactory () |
| virtual GrowthCurve * | create () const =0 |
Generic factory class for GrowthCurve objects.
This factory allows for flexible registration of GrowthCurve subclasses and object creation.
|
inlinevirtual |
|
pure virtual |
Implemented in nest::GrowthCurveFactory< GrowthCurveType >.