IPFActionExt Class Reference
 
 
 
IPFActionExt Class Reference

This reference page is linked to from the following overview topics: New Classes and Methods, Particle Flow SDK Extensions.


#include <IPFActionExt.h>

Inheritance diagram for IPFActionExt:
FPMixinInterface FPInterface BaseInterface InterfaceServer MaxHeapOperators

Public Types

enum   { kInteruptUpdate, kSetFinalUpdateTime }

Public Member Functions

BEGIN_FUNCTION_MAP  FN_1 (kInteruptUpdate, TYPE_bool, InteruptUpdate, TYPE_IOBJECT)
  FN_1 (kSetFinalUpdateTime, TYPE_bool, SetFinalUpdateTime, TYPE_TIMEVALUE)
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.
virtual void  AllowUpdateInterruption (bool allow)
  defines whether is it allowed to interrupt an update for an action.
virtual bool  SetFinalUpdateTime (TimeValue t)
  inform the action what would be a final time for the series of update calls
FPInterfaceDesc GetDesc ()

Member Enumeration Documentation

anonymous enum

Member Function Documentation

BEGIN_FUNCTION_MAP FN_1 ( kInteruptUpdate  ,
TYPE_bool  ,
InteruptUpdate  ,
TYPE_IOBJECT   
)
FN_1 ( kSetFinalUpdateTime  ,
TYPE_bool  ,
SetFinalUpdateTime  ,
TYPE_TIMEVALUE   
)