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

Public Member Functions

virtual std::string getName () const
 Gets the name associated with this integrator type. More...
 
virtual std::string getDescription () const
 Gets the description associated with this integrator type. More...
 
virtual std::string getHint () const
 Gets the hint associated with this integrator type. More...
 
virtual Integratorconstruct (ExecutableModel *model) const
 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()

virtual Integrator* rr::RK4IntegratorRegistrar::construct ( ExecutableModel model) const
inlinevirtual

Constructs a new integrator of a given type.

Author
JKM

Implements rr::IntegratorRegistrar.

◆ getDescription()

virtual std::string rr::RK4IntegratorRegistrar::getDescription ( ) const
inlinevirtual

Gets the description associated with this integrator type.

Author
JKM

Implements rr::IntegratorRegistrar.

◆ getHint()

virtual std::string rr::RK4IntegratorRegistrar::getHint ( ) const
inlinevirtual

Gets the hint associated with this integrator type.

Author
JKM

Implements rr::IntegratorRegistrar.

◆ getName()

virtual std::string rr::RK4IntegratorRegistrar::getName ( ) const
inlinevirtual

Gets the name associated with this integrator type.

Author
JKM

Implements rr::IntegratorRegistrar.


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