HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HdExtComputationOutputDescriptor Struct Reference

#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
 

Detailed Description

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 360 of file sceneDelegate.h.

Constructor & Destructor Documentation

HdExtComputationOutputDescriptor::HdExtComputationOutputDescriptor ( )
inline

Definition at line 364 of file sceneDelegate.h.

HdExtComputationOutputDescriptor::HdExtComputationOutputDescriptor ( TfToken const name_,
HdTupleType const valueType_ 
)
inline

Definition at line 365 of file sceneDelegate.h.

Member Function Documentation

bool HdExtComputationOutputDescriptor::operator== ( HdExtComputationOutputDescriptor const rhs) const
inline

Definition at line 371 of file sceneDelegate.h.

Member Data Documentation

TfToken HdExtComputationOutputDescriptor::name

Definition at line 361 of file sceneDelegate.h.

HdTupleType HdExtComputationOutputDescriptor::valueType

Definition at line 362 of file sceneDelegate.h.


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