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