Loading...
Searching...
No Matches
ExecComputationBuilder Class Reference

The top-level builder object (aka, the self variable generated by EXEC_REGISTER_COMPUTATIONS_FOR_SCHEMA()). More...

#include <computationBuilders.h>

Public Member Functions

EXEC_API ExecPrimComputationBuilder PrimComputation (const TfToken &computationName)
 Registers a prim computation named computationName.
 
EXEC_API ExecAttributeComputationBuilder AttributeComputation (const TfToken &attributeName, const TfToken &computationName)
 Registers an attribute computation named computationName on attributes named attributeName.
 
EXEC_API ExecAttributeExpressionBuilder AttributeExpression (const TfToken &attributeName)
 Registers an attribute expression for attributes named attributeName.
 
template<class... DispatchedOntoSchemaTypes>
ExecPrimComputationBuilder DispatchedPrimComputation (const TfToken &computationName, DispatchedOntoSchemaTypes &&...schemaTypes)
 Registers a dispatched prim computation named computationName.
 
EXEC_API ExecPrimComputationBuilder DispatchedPrimComputation (const TfToken &computationName, ExecDispatchesOntoSchemas &&ontoSchemas)
 
template<class... DispatchedOntoSchemaTypes>
ExecAttributeComputationBuilder DispatchedAttributeComputation (const TfToken &computationName, DispatchedOntoSchemaTypes &&...schemaTypes)
 Registers a dispatched attribute computation named computationName.
 
EXEC_API ExecAttributeComputationBuilder DispatchedAttributeComputation (const TfToken &computationName, ExecDispatchesOntoSchemas &&ontoSchemas)
 

Detailed Description

The top-level builder object (aka, the self variable generated by EXEC_REGISTER_COMPUTATIONS_FOR_SCHEMA()).

Definition at line 1315 of file computationBuilders.h.


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