Functions | |
virtual bool | InteruptUpdate (IObject *pCont) const |
The method can be used to signal the a container update for a particle group has to be interrupted on this action. More... | |
virtual void | AllowUpdateInterruption (bool allow) |
defines whether is it allowed to interrupt an update for an action. More... | |
virtual bool | SetFinalUpdateTime (TimeValue t) |
inform the action what would be a final time for the series of update calls More... | |
FPInterfaceDesc * | GetDesc () |
|
inlinevirtual |
The method can be used to signal the a container update for a particle group has to be interrupted on this action.
Only after all particle groups in the system are updated (with possible interruptions as well), the container update can be continued. This is done for operators that are instanced across a PFlow system to ensure the real instant snapshot of the whole system to guarantee the proper interaction between particles at the same instant moment.
|
inlinevirtual |
defines whether is it allowed to interrupt an update for an action.
If the update interruption is not allowed then InterruptUpdate cannot return true
|
inlinevirtual |
inform the action what would be a final time for the series of update calls
|
inlinevirtual |
Implements FPInterface.