|
HDK
|
#include <scheduleNode.h>
Public Attributes | |
| const VdfOutput * | source |
| The output from which the scheduled input sources its values. More... | |
| VdfMask | mask |
| const VdfInput * | input |
| The input corresponding to this scheduled input. More... | |
This class contains scheduling information for an input. A VdfSheduleNode contains a list of these.
Definition at line 72 of file scheduleNode.h.
| const VdfInput* VdfScheduleInput::input |
The input corresponding to this scheduled input.
Definition at line 83 of file scheduleNode.h.
| VdfMask VdfScheduleInput::mask |
The dependency mask, indicating which elements of the source output value this input depends on.
Definition at line 80 of file scheduleNode.h.
| const VdfOutput* VdfScheduleInput::source |
The output from which the scheduled input sources its values.
Definition at line 76 of file scheduleNode.h.