MCPcopy Create free account
hub / github.com/chrxh/alien / init

Method init

source/Gui/SimulationParametersBaseWidgets.cpp:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void _SimulationParametersBaseWidgets::init(SimulationFacade const& simulationFacade)
37{
38 _simulationFacade = simulationFacade;
39 for (int i = 0; i < CellFunction_Count; ++i) {
40 _cellFunctionStrings.emplace_back(Const::CellFunctionToStringMap.at(i));
41 }
42}
43
44void _SimulationParametersBaseWidgets::process()
45{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected