IParticleGroupExt.h
 
 
 
IParticleGroupExt.h

Functions

virtual bool  UpdateIsFinished () const
  identifies whether the update associated with the call Update(TimeValue t) was finished.
virtual void  AllowUpdateInterruption (bool allow)
  defines whether is it allowed to interrupt an update for a particle group.
FPInterfaceDesc GetDesc ()
  perform invalidation that was delayed

Function Documentation

bool UpdateIsFinished ( ) const [inline, virtual]

identifies whether the update associated with the call Update(TimeValue t) was finished.

If the update was not finished then the method Update(..) has to be called again (with the same TimeValue t) until it is finished

{ return true; }
void AllowUpdateInterruption ( bool  allow ) [inline, virtual]

defines whether is it allowed to interrupt an update for a particle group.

If the update interruption is not allowed then UpdateIsFinished should return true

{  UNUSED_PARAM(allow); }
FPInterfaceDesc * GetDesc ( ) [inline, virtual]

perform invalidation that was delayed

Implements FPInterface.