HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VdfScheduleInput Class Reference

#include <scheduleNode.h>

Public Attributes

const VdfOutputsource
 The output from which the scheduled input sources its values. More...
 
VdfMask mask
 
const VdfInputinput
 The input corresponding to this scheduled input. More...
 

Detailed Description

This class contains scheduling information for an input. A VdfSheduleNode contains a list of these.

Definition at line 72 of file scheduleNode.h.

Member Data Documentation

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.


The documentation for this class was generated from the following file: