AnimationNodeNotify evaluation information. More...
#include <fbevaluateinfo.h>
Public Member Functions | |
FBTime & | GetLocalTime () |
Return local (scene) time. More... | |
FBTime & | GetSystemTime () |
Return system time. More... | |
bool | IsStop () |
Is local time stopped? (ie: no animation). More... | |
int | GetSyncCount () |
Return the wanted timer sync count (internal or external). More... | |
int | GetEvaluationID () |
Return the wanted timer sync count (internal or external). More... | |
int | GetDeviceID () |
Return the ID of the device requesting the evaluation. More... | |
int | GetBufferID (FBBox *pBufferOwner) |
User in case of constraints that can be called from multiple thread should implement multi buffering system. More... | |
FBEvaluateInfo * | GetSourceEvaluateInfo () |
Return the source EvaluationInfo for background evaluation. More... | |
int | GetRecursionLevel (FBBox *pConstraint) |
Return recursion level for given pConstraint. More... | |
void | Goto (FBTime pTime) |
Change local time. More... | |
AnimationNodeNotify evaluation information.
This structure is passed to the AnimationNodeNotify calls (in Constraints, Devices, and Boxes), giving the connectors information with regards to the start or stop times of the evaluation. In general, only the start time is of interest for the current evaluation cycle. The advantage of the structure is to have a common time for the evaluation of all the elements in the scene.
Definition at line 78 of file fbevaluateinfo.h.
int GetBufferID | ( | FBBox * | pBufferOwner | ) |
User in case of constraints that can be called from multiple thread should implement multi buffering system.
pBufferOwner | This should be always passed to get access to optimized buffer management. |
int GetDeviceID | ( | ) |
Return the ID of the device requesting the evaluation.
int GetEvaluationID | ( | ) |
Return the wanted timer sync count (internal or external).
FBTime& GetLocalTime | ( | ) |
Return local (scene) time.
int GetRecursionLevel | ( | FBBox * | pConstraint | ) |
Return recursion level for given pConstraint.
FBEvaluateInfo* GetSourceEvaluateInfo | ( | ) |
Return the source EvaluationInfo for background evaluation.
int GetSyncCount | ( | ) |
Return the wanted timer sync count (internal or external).
FBTime& GetSystemTime | ( | ) |
Return system time.
void Goto | ( | FBTime | pTime | ) |
Change local time.
pTime | Assigned local time |
bool IsStop | ( | ) |
Is local time stopped? (ie: no animation).