C API Documentation
|
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... | |
Integrator * | construct (ExecutableModel *model) const override |
Constructs a new integrator of a given type. More... | |
Additional Inherited Members | |
![]() | |
typedef Integrator *(* | IntegratorCtor) (ExecutableModel *model) |
|
inlineoverridevirtual |
Constructs a new integrator of a given type.
Implements rr::IntegratorRegistrar.
|
inlineoverridevirtual |
Gets the description associated with this integrator type.
Implements rr::IntegratorRegistrar.
|
inlineoverridevirtual |
Gets the hint associated with this integrator type.
Implements rr::IntegratorRegistrar.
|
inlineoverridevirtual |
Gets the name associated with this integrator type.
Implements rr::IntegratorRegistrar.