HDK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
types.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_TYPES_H
8
#define PXR_EXEC_EXEC_IR_TYPES_H
9
10
/// \file
11
12
#include "
pxr/pxr.h
"
13
14
#include "
pxr/base/tf/denseHashMap.h
"
15
#include "
pxr/base/tf/token.h
"
16
#include "
pxr/base/vt/value.h
"
17
18
PXR_NAMESPACE_OPEN_SCOPE
19
20
/// Map used to return results from controller forward and inverse computations.
21
///
22
/// The map entries are the names of attributes for which the computation
23
/// produces values and the corresponding computed values.
24
///
25
using
ExecIrResult
=
TfDenseHashMap<TfToken, VtValue, TfToken::HashFunctor>
;
26
27
PXR_NAMESPACE_CLOSE_SCOPE
28
29
#endif
PXR_NAMESPACE_OPEN_SCOPE
#define PXR_NAMESPACE_OPEN_SCOPE
Definition:
pxr.h:73
value.h
pxr.h
TfDenseHashMap
Definition:
denseHashMap.h:40
denseHashMap.h
PXR_NAMESPACE_CLOSE_SCOPE
#define PXR_NAMESPACE_CLOSE_SCOPE
Definition:
pxr.h:74
token.h
pxr
exec
execIr
types.h
Generated on Tue Jul 21 2026 02:15:54 for HDK by
1.8.6