7#ifndef PXR_EXEC_EXEC_BUILTIN_COMPUTATIONS_H
8#define PXR_EXEC_EXEC_BUILTIN_COMPUTATIONS_H
12#include "pxr/exec/exec/api.h"
17PXR_NAMESPACE_OPEN_SCOPE
19class Exec_BuiltinComputationRegistry;
34class Exec_BuiltinComputationTokens
38 Exec_BuiltinComputationTokens();
151 Exec_BuiltinComputationTokens(Exec_BuiltinComputationRegistry ®istry);
158PXR_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 computeResolvedValue
Computes the provider attribute's resolved value as authored in scene description.
const TfToken computeValue
Computes the provider attribute's value.
const TfToken computePath
Computes the provider's scene path.
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...