7#ifndef PXR_EXEC_EXEC_BUILTIN_COMPUTATIONS_H
8#define PXR_EXEC_EXEC_BUILTIN_COMPUTATIONS_H
12#include "pxr/exec/exec/api.h"
19PXR_NAMESPACE_OPEN_SCOPE
34struct Exec_BuiltinComputations
37 Exec_BuiltinComputations();
105 const std::vector<TfToken> &GetComputationTokens();
108 static constexpr char builtinComputationNamePrefix[] =
"__";
115PXR_NAMESPACE_CLOSE_SCOPE
Create or return a previously created object instance of global data.
Token for efficient comparison, assignment, and hashing of known strings.
const TfToken computeValue
Computes the provider attribute's value.
const TfToken computeTime
Computes the current time on the stage.
TfToken class for efficient string referencing and hashing, plus conversions to and from stl string c...