![]() |
|
Relationship accessor. More...
#include <computationBuilders.h>
Inheritance diagram for Exec_ComputationBuilderRelationshipAccessor< allowed >:Public Types | |
| using | ValueSpecifier = Exec_ComputationBuilderComputationValueSpecifier< allowed > |
Public Types inherited from Exec_ComputationBuilderAccessor< allowed > | |
| using | ValueSpecifier = Exec_ComputationBuilderComputationValueSpecifier< allowed > |
Public Member Functions | |
| Exec_ComputationBuilderRelationshipAccessor (const SdfPath &localTraversal) | |
| template<typename ResultType > | |
| ValueSpecifier | TargetedObjects (const TfToken &computationName) |
After a Relationship() accessor, requests input values from the computation computationName of type ResultType on the objects targeted by the relationship. | |
Public Member Functions inherited from Exec_ComputationBuilderPropertyAccessor< allowed > | |
| Exec_ComputationBuilderPropertyAccessor (const SdfPath &localTraversal) | |
Public Member Functions inherited from Exec_ComputationBuilderAccessor< allowed > | |
| Exec_ComputationBuilderAccessor (const SdfPath &localTraversal) | |
| template<typename ResultType > | |
| ValueSpecifier | Computation (const TfToken &computationName) |
| See Computation(). | |
| template<typename ResultType > | |
| ValueSpecifier | Metadata (const TfToken &metadataKey) |
| See Metadata(). | |
Relationship accessor.
Definition at line 577 of file computationBuilders.h.
| using ValueSpecifier = Exec_ComputationBuilderComputationValueSpecifier<allowed> |
Definition at line 585 of file computationBuilders.h.
|
inline |
Definition at line 580 of file computationBuilders.h.