![]() |
|
Prim accessor, valid for providing input to an attribute computation. More...
#include <computationBuilders.h>
Inheritance diagram for Prim:Public Member Functions | |
| Prim () | |
| On an attribute computation, provides access to the owning prim. | |
| Exec_ComputationBuilderAttributeAccessor< Exec_ComputationBuilderProviderTypes::Attribute > | Attribute (const TfToken &attributeName) |
| See Attribute(). | |
| Exec_ComputationBuilderRelationshipAccessor< Exec_ComputationBuilderProviderTypes::Attribute > | Relationship (const TfToken &relationshipName) |
| See Relationship(). | |
| template<typename ValueType > | |
| auto | AttributeValue (const TfToken &attributeName) |
| See AttributeValue(). | |
Public Member Functions inherited from Exec_ComputationBuilderAccessor< Exec_ComputationBuilderProviderTypes::Attribute > | |
| Exec_ComputationBuilderAccessor (const SdfPath &localTraversal) | |
| ValueSpecifier | Computation (const TfToken &computationName) |
| See Computation(). | |
| ValueSpecifier | Metadata (const TfToken &metadataKey) |
| See Metadata(). | |
Additional Inherited Members | |
Public Types inherited from Exec_ComputationBuilderAccessor< Exec_ComputationBuilderProviderTypes::Attribute > | |
| using | ValueSpecifier = Exec_ComputationBuilderComputationValueSpecifier< allowed > |
Prim accessor, valid for providing input to an attribute computation.
Definition at line 711 of file computationBuilders.h.