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

Method init

source/Gui/SimulationParametersSourceWidgets.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17void _SimulationParametersSourceWidgets::init(SimulationFacade const& simulationFacade, int locationIndex)
18{
19 _simulationFacade = simulationFacade;
20 _locationIndex = locationIndex;
21}
22
23void _SimulationParametersSourceWidgets::process()
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected