![]() |
|
Aliases are compact representations of compound input registrations, combining one or more object accessors with a value specifier into a single input registration. More...
Collaboration diagram for Aliases:Functions | |
| template<typename ValueType > | |
| auto | AttributeValue (const TfToken &attributeName) |
| See AttributeValue(). | |
| template<typename ValueType > | |
| auto | AttributeValue (const TfToken &attributeName) |
| Input alias that yields the value of the named attribute. | |
Aliases are compact representations of compound input registrations, combining one or more object accessors with a value specifier into a single input registration.
|
inline |
See AttributeValue().
Definition at line 786 of file computationBuilders.h.
| auto AttributeValue | ( | const TfToken & | attributeName | ) |
Input alias that yields the value of the named attribute.
This registration must follow a PrimComputation registration.
Note:
AttributeValue<T>(attrToken)is equivalent to:
Attribute(attrToken).Compute<T>(ExecBuiltinComputations->computeValue).InputName(attrToken)Attribute accessor, valid for providing input to a prim computation.Definition: computationBuilders.h:659
Definition at line 1172 of file computationBuilders.h.