Loading...
Searching...
No Matches
Exec_ComputationBuilderAccessor< allowed > Struct Template Reference

Accessor common to all scene object types that support requesting computations on the object. More...

#include <computationBuilders.h>

+ Inheritance diagram for Exec_ComputationBuilderAccessor< allowed >:

Public Types

using ValueSpecifier
 

Public Member Functions

 Exec_ComputationBuilderAccessor (const SdfPath &localTraversal)
 
template<typename ResultType >
ValueSpecifier Computation (const TfToken &computationName)
 See Computation().
 
template<typename ResultType >
ValueSpecifier IncomingConnections (const TfToken &computationName)
 See IncomingConnections().
 
template<typename ResultType >
ValueSpecifier Metadata (const TfToken &metadataKey)
 See Metadata().
 

Detailed Description

template<Exec_ComputationBuilderProviderTypes allowed>
struct Exec_ComputationBuilderAccessor< allowed >

Accessor common to all scene object types that support requesting computations on the object.

This class is templated in order to classify accessors that are allowed as inputs for prim computations vs attribute computations.

Definition at line 483 of file computationBuilders.h.

Member Typedef Documentation

◆ ValueSpecifier

using ValueSpecifier
Initial value:
Exec_ComputationBuilderComputationValueSpecifier<allowed>

Definition at line 491 of file computationBuilders.h.

Constructor & Destructor Documentation

◆ Exec_ComputationBuilderAccessor()

Exec_ComputationBuilderAccessor ( const SdfPath & localTraversal)
inline

Definition at line 486 of file computationBuilders.h.


The documentation for this struct was generated from the following file: