C API Documentation
Public Member Functions | List of all members
rr::CVODEIntegratorRegistrar Class Reference
Inheritance diagram for rr::CVODEIntegratorRegistrar:
rr::IntegratorRegistrar

Public Member Functions

std::string getName () const override
 Gets the name associated with this integrator type. More...
 
std::string getDescription () const override
 Gets the description associated with this integrator type. More...
 
std::string getHint () const override
 Gets the hint associated with this integrator type. More...
 
Integratorconstruct (ExecutableModel *model) const override
 Constructs a new integrator of a given type. More...
 

Additional Inherited Members

- Protected Types inherited from rr::IntegratorRegistrar
typedef Integrator *(* IntegratorCtor) (ExecutableModel *model)
 

Member Function Documentation

◆ construct()

Integrator* rr::CVODEIntegratorRegistrar::construct ( ExecutableModel model) const
inlineoverridevirtual

Constructs a new integrator of a given type.

Author
JKM

Implements rr::IntegratorRegistrar.

◆ getDescription()

std::string rr::CVODEIntegratorRegistrar::getDescription ( ) const
inlineoverridevirtual

Gets the description associated with this integrator type.

Author
JKM

Implements rr::IntegratorRegistrar.

◆ getHint()

std::string rr::CVODEIntegratorRegistrar::getHint ( ) const
inlineoverridevirtual

Gets the hint associated with this integrator type.

Author
JKM

Implements rr::IntegratorRegistrar.

◆ getName()

std::string rr::CVODEIntegratorRegistrar::getName ( ) const
inlineoverridevirtual

Gets the name associated with this integrator type.

Author
JKM

Implements rr::IntegratorRegistrar.


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