
Public Member Functions |
|
| __init__ (object pObject=None) | |
| Constructor. |
|
| InvalidateDAG () | |
| Invalidate the DAG and trigger parallel
scheduling at the next frame. |
|
| FBEvaluateManager | TheOne () |
| Get the global object for this class.
|
|
Public Attributes |
|
| FBPropertyBase | ParallelPipeline |
| Read/Write Property: true if
transformation is evaluated in parallel. |
|
| FBPropertyBase | ParallelDeformation |
| Read/Write Property: true if
deformation is evaluated in parallel. |
|
| FBPropertyParallelScheduleType | ParallelScheduleType |
| Read/Write Property: choose between
serial, simple multi-thread and advanced multi-thread DAG scehdule
algorithms. |
|
| FBPropertyBase | NodeCount |
| Read only Property: Number of nodes
to evaluate. |
|
| FBPropertyBase | DeviceCount |
| Read only Property: Number of devices
to evaluate. |
|
| __init__ | ( | object | pObject = None |
) |
Constructor.
| pObject | Internal parent object(default=NULL). |
Reimplemented from FBComponent.
| InvalidateDAG | ( | ) |
Invalidate the DAG and trigger parallel scheduling at the next frame.
| FBEvaluateManager TheOne | ( | ) |
| FBPropertyBase ParallelPipeline |
Read/Write Property: true if transformation is evaluated in parallel.
| FBPropertyBase ParallelDeformation |
Read/Write Property: true if deformation is evaluated in parallel.
| FBPropertyParallelScheduleType ParallelScheduleType |
Read/Write Property: choose between serial, simple multi-thread and advanced multi-thread DAG scehdule algorithms.
| FBPropertyBase NodeCount |
Read only Property: Number of nodes to evaluate.
| FBPropertyBase DeviceCount |
Read only Property: Number of devices to evaluate.