Module gwy :: Class ComputationStateType
[hide private]
[frames] | no frames]

Class ComputationStateType

source code

Common iterative computation iterator state type.


Note: All the enumerated values are defined at the module level, not the class level. The are just groupped by class here for easier orientation.

Class Variables [hide private]
  COMPUTATION_STATE_FINISHED
Calculation has been finished, further calls to the iterator will be no-op.
  COMPUTATION_STATE_INIT
Iterator was set up, the next step will actually create temporary data structures and precalculate values.
  COMPUTATION_STATE_ITERATE
Iteration is in progress, the fraction field of state struct holds the fraction completed.