![]() |
|
An input option is an element of an input registration that applies to a value specifier, modifying its behavior. More...
Collaboration diagram for Input Options:Functions | |
| This & | InputName (const TfToken &inputName) |
Overrides the default input name, setting it to inputName. | |
| This & | Required () |
| Declares the input is required, i.e., that the computation expects an input value always to be provided at evaluation time. | |
| This & | FallsBackToDispatched () |
| Declares the input can find dispatched computations if the requested computation name doesn't match a local computation on the provider. | |
An input option is an element of an input registration that applies to a value specifier, modifying its behavior.
A value specifier may be followed by zero or more input options.
|
inline |
Declares the input can find dispatched computations if the requested computation name doesn't match a local computation on the provider.
Definition at line 414 of file computationBuilders.h.
|
inline |
Overrides the default input name, setting it to inputName.
Definition at line 346 of file computationBuilders.h.
|
inline |
Declares the input is required, i.e., that the computation expects an input value always to be provided at evaluation time.
If exec compilation is unable to compile input connections for a required input, an error will be emitted.
Definition at line 375 of file computationBuilders.h.