Loading...
Searching...
No Matches
computations.h
Go to the documentation of this file.
1//
2// Copyright 2026 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://openusd.org/license.
6//
7#ifndef PXR_EXEC_EXEC_IR_COMPUTATIONS_H
8#define PXR_EXEC_EXEC_IR_COMPUTATIONS_H
9
11
12#include "pxr/pxr.h"
13
14#include "pxr/exec/execIr/api.h"
15
17#include "pxr/base/tf/token.h"
18
19PXR_NAMESPACE_OPEN_SCOPE
20
60
61EXECIR_API
62extern TfStaticData<ExecIrComputationsType> ExecIrComputations;
63
64PXR_NAMESPACE_CLOSE_SCOPE
65
66#endif
Create or return a previously created object instance of global data.
Definition staticData.h:96
Token for efficient comparison, assignment, and hashing of known strings.
Definition token.h:71
Defines computation names provided by all ExecIr schemas.
const TfToken explicitDesiredValue
Produces a desired value for an attribute.
const TfToken computeDesiredValue
Computes the desired value of an invertible input attribute registered by ExecIrControllerBuilder::In...
TfToken class for efficient string referencing and hashing, plus conversions to and from stl string c...