#include <DynamicGeometryInfoUpdate.h>
Inherits UpdateModule.
Inherited by FirestormDynamicGeometryInfoUpdate.
Protected Types | |
| enum | DynamicGeometryDirection { FORWARD = 1 , BACKWARD = -1 } |
Protected Attributes | |
| UnsignedInt | m_startingDelayCountdown |
| UnsignedInt | m_timeActive |
| Bool | m_started |
| Bool | m_finished |
| Bool | m_reverseAtTransitionTime |
| do a reverse at transition time | |
| DynamicGeometryDirection | m_direction |
| direction we're growing/shrinking | |
| Bool | m_switchedDirections |
| TRUE once we've switched directions. | |
| Real | m_initialHeight |
| Real | m_initialMajorRadius |
| Real | m_initialMinorRadius |
| Real | m_finalHeight |
| Real | m_finalMajorRadius |
| Real | m_finalMinorRadius |
Additional Inherited Members | |
Static Public Member Functions inherited from UpdateModule | |
| static Int | getInterfaceMask () |
Static Public Member Functions inherited from BehaviorModule | |
| static Int | getInterfaceMask () |
| static ModuleType | getModuleType () |
Static Public Member Functions inherited from Module | |
| static ModuleData * | friend_newModuleData (INI *ini) |
Protected Member Functions inherited from UpdateModule | |
| void | setWakeFrame (Object *obj, UpdateSleepTime wakeDelay) |
| UpdateSleepTime | getWakeFrame () const |
| virtual SleepyUpdatePhase | getUpdatePhase () const |
| UpdateSleepTime | frameToSleepTime (UnsignedInt frame1, UnsignedInt frame2=FOREVER, UnsignedInt frame3=FOREVER, UnsignedInt frame4=FOREVER) |
Protected Member Functions inherited from BehaviorModule | |
| virtual void | crc (Xfer *xfer) |
| virtual void | xfer (Xfer *xfer) |
| virtual void | loadPostProcess (void) |
Protected Member Functions inherited from ObjectModule | |
| Object * | getObject () |
| const Object * | getObject () const |
Protected Member Functions inherited from Module | |
| const ModuleData * | getModuleData () const |
Protected Member Functions inherited from MemoryPoolObject | |
| virtual | ~MemoryPoolObject () |
| void * | operator new (size_t s) |
| void | operator delete (void *p) |
| virtual MemoryPool * | getObjectMemoryPool ()=0 |
The default update module
Definition at line 71 of file DynamicGeometryInfoUpdate.h.
|
protected |
| Enumerator | |
|---|---|
| FORWARD | |
| BACKWARD | |
Definition at line 93 of file DynamicGeometryInfoUpdate.h.
| DynamicGeometryInfoUpdate::DynamicGeometryInfoUpdate | ( | Thing * | thing, |
| const ModuleData * | moduleData ) |
Definition at line 85 of file DynamicGeometryInfoUpdate.cpp.
|
virtual |
The update callback.
Implements UpdateModule.
Reimplemented in FirestormDynamicGeometryInfoUpdate.
Definition at line 117 of file DynamicGeometryInfoUpdate.cpp.
|
protected |
direction we're growing/shrinking
Definition at line 94 of file DynamicGeometryInfoUpdate.h.
|
protected |
Definition at line 100 of file DynamicGeometryInfoUpdate.h.
|
protected |
Definition at line 101 of file DynamicGeometryInfoUpdate.h.
|
protected |
Definition at line 102 of file DynamicGeometryInfoUpdate.h.
|
protected |
Definition at line 90 of file DynamicGeometryInfoUpdate.h.
|
protected |
Definition at line 97 of file DynamicGeometryInfoUpdate.h.
|
protected |
Definition at line 98 of file DynamicGeometryInfoUpdate.h.
|
protected |
Definition at line 99 of file DynamicGeometryInfoUpdate.h.
|
protected |
do a reverse at transition time
Definition at line 92 of file DynamicGeometryInfoUpdate.h.
|
protected |
Definition at line 89 of file DynamicGeometryInfoUpdate.h.
|
protected |
Definition at line 86 of file DynamicGeometryInfoUpdate.h.
|
protected |
TRUE once we've switched directions.
Definition at line 95 of file DynamicGeometryInfoUpdate.h.
|
protected |
Definition at line 87 of file DynamicGeometryInfoUpdate.h.