Enum NeedsStateReset#

Enum Documentation#

enum class Karana::Dynamics::NeedsStateReset#

A class used to tell whether the SubTree needs a state reset or not.

Values:

enumerator NO_RESET_NEEDED#

No reset needed. States are okay.

enumerator NUMERICS_CHANGED#

The numerics have changed, but the number of states remains the same.

enumerator NUM_STATES_CHANGED#

The number of states has changed.