This reference page is linked to from the following overview topics: New Classes and Methods, Particle Flow SDK Extensions.
#include <IPFActionExt.h>
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 () |
anonymous enum |
BEGIN_FUNCTION_MAP FN_1 | ( | kInteruptUpdate | , |
TYPE_bool | , | ||
InteruptUpdate | , | ||
TYPE_IOBJECT | |||
) |
FN_1 | ( | kSetFinalUpdateTime | , |
TYPE_bool | , | ||
SetFinalUpdateTime | , | ||
TYPE_TIMEVALUE | |||
) |