![]() |
|
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 774 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:647
Definition at line 1160 of file computationBuilders.h.