Loading...
Searching...
No Matches
HdExtComputationInputDescriptor Struct Reference

Describes an input to an ExtComputation that takes data from the output of another ExtComputation. More...

#include <sceneDelegate.h>

Public Member Functions

 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
 

Detailed Description

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

Constructor & Destructor Documentation

◆ HdExtComputationInputDescriptor() [1/2]

Definition at line 332 of file sceneDelegate.h.

◆ HdExtComputationInputDescriptor() [2/2]

HdExtComputationInputDescriptor ( TfToken const &  name_,
SdfPath const &  sourceComputationId_,
TfToken const &  sourceComputationOutputName_ 
)
inline

Definition at line 333 of file sceneDelegate.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 346 of file sceneDelegate.h.

◆ operator==()

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

Definition at line 341 of file sceneDelegate.h.

Member Data Documentation

◆ name

TfToken name

Definition at line 328 of file sceneDelegate.h.

◆ sourceComputationId

SdfPath sourceComputationId

Definition at line 329 of file sceneDelegate.h.

◆ sourceComputationOutputName

TfToken sourceComputationOutputName

Definition at line 330 of file sceneDelegate.h.


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