NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::GenericGrowthCurveFactory Class Referenceabstract

Generic factory class for GrowthCurve objects. More...

#include <growth_curve_factory.h>

Inheritance diagram for nest::GenericGrowthCurveFactory:
[legend]

Public Member Functions

virtual ~GenericGrowthCurveFactory ()
 
virtual GrowthCurve * create () const =0
 

Detailed Description

Generic factory class for GrowthCurve objects.

This factory allows for flexible registration of GrowthCurve subclasses and object creation.

Constructor & Destructor Documentation

◆ ~GenericGrowthCurveFactory()

virtual nest::GenericGrowthCurveFactory::~GenericGrowthCurveFactory ( )
inlinevirtual

Member Function Documentation

◆ create()

virtual GrowthCurve * nest::GenericGrowthCurveFactory::create ( ) const
pure virtual

The documentation for this class was generated from the following file: