HDK
|
#include <sceneDelegate.h>
Public Member Functions | |
HdExtComputationOutputDescriptor () | |
HdExtComputationOutputDescriptor (TfToken const &name_, HdTupleType const &valueType_) | |
bool | operator== (HdExtComputationOutputDescriptor const &rhs) const |
bool | operator!= (HdExtComputationOutputDescriptor const &rhs) const |
Public Attributes | |
TfToken | name |
HdTupleType | valueType |
Describes an output of an ExtComputation.
The structure contains the name of the output along with a valueType which describes the type of the computation output data.
Definition at line 286 of file sceneDelegate.h.
|
inline |
Definition at line 290 of file sceneDelegate.h.
|
inline |
Definition at line 291 of file sceneDelegate.h.
|
inline |
Definition at line 301 of file sceneDelegate.h.
|
inline |
Definition at line 297 of file sceneDelegate.h.
TfToken HdExtComputationOutputDescriptor::name |
Definition at line 287 of file sceneDelegate.h.
HdTupleType HdExtComputationOutputDescriptor::valueType |
Definition at line 288 of file sceneDelegate.h.