HDK
|
#include <sceneDelegate.h>
Public Member Functions | |
HdExtComputationInputDescriptor () | |
HdExtComputationInputDescriptor (TfToken const &name_, SdfPath const &sourceComputationId_, TfToken const &sourceComputationOutputName_) | |
bool | operator== (HdExtComputationInputDescriptor const &rhs) const |
bool | operator!= (HdExtComputationInputDescriptor const &rhs) const |
Public Attributes | |
TfToken | name |
SdfPath | sourceComputationId |
TfToken | sourceComputationOutputName |
Describes an input to an ExtComputation that takes data from the output of another ExtComputation.
The structure contains the name of the input and the id of the source ExtComputation in the render index, and which output of that computation to bind the input to.
Definition at line 253 of file sceneDelegate.h.
|
inline |
Definition at line 258 of file sceneDelegate.h.
|
inline |
Definition at line 259 of file sceneDelegate.h.
|
inline |
Definition at line 272 of file sceneDelegate.h.
|
inline |
Definition at line 267 of file sceneDelegate.h.
TfToken HdExtComputationInputDescriptor::name |
Definition at line 254 of file sceneDelegate.h.
SdfPath HdExtComputationInputDescriptor::sourceComputationId |
Definition at line 255 of file sceneDelegate.h.
TfToken HdExtComputationInputDescriptor::sourceComputationOutputName |
Definition at line 256 of file sceneDelegate.h.