pub unsafe extern "C" fn iplSimulatorCommit(simulator: IPLSimulator)
Expand description

Commits changes to the scene or probe batches used for simulation.

Call this function after calling \c iplSimulatorSetScene, \c iplSimulatorAddProbeBatch, or \c iplSimulatorRemoveProbeBatch for the changes to take effect.

This function cannot be called while any simulation is running.

\param simulator The simulator being used.