Loading...
Searching...
No Matches
HdExtComputationOutputDescriptor Struct Reference

Describes an output of an ExtComputation. More...

#include <sceneDelegate.h>

Public Member Functions

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

Constructor & Destructor Documentation

◆ HdExtComputationOutputDescriptor() [1/2]

Definition at line 347 of file sceneDelegate.h.

◆ HdExtComputationOutputDescriptor() [2/2]

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

Definition at line 348 of file sceneDelegate.h.

Member Function Documentation

◆ operator!=()

bool operator!= ( HdExtComputationOutputDescriptor const &  rhs) const
inline

Definition at line 358 of file sceneDelegate.h.

◆ operator==()

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

Definition at line 354 of file sceneDelegate.h.

Member Data Documentation

◆ name

TfToken name

Definition at line 344 of file sceneDelegate.h.

◆ valueType

HdTupleType valueType

Definition at line 345 of file sceneDelegate.h.


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