Settings class final
#include <calculate.hpp>
Settings for a Calculation.
Constructors, destructors, conversion operators
Public functions
- auto context() const -> Context
- Current context of this algorithm.
- void set_context(const Context c)
- Set context for this algorithm.
Function documentation
void arcstk:: Settings:: set_context(const Context c)
Set context for this algorithm.
| Parameters | |
|---|---|
| c in | Context to set on this instance |