File transform.hxx#
Defines
-
TRANSFORM_H#
-
struct Transform : public Component#
- #include <transform.hxx>
Apply changes to the state
Public Functions
-
Transform(std::string name, Options &options, Solver*)#
-
virtual void transform(Options &state) override#
Modify the given simulation state All components must implement this function
Private Members
-
std::map<std::string, std::string> transforms#
-
Transform(std::string name, Options &options, Solver*)#