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
schemaTypeDefs.h
Go to the documentation of this file.
1
//
2
// Copyright 2023 Pixar
3
//
4
// Licensed under the Apache License, Version 2.0 (the "Apache License")
5
// with the following modification; you may not use this file except in
6
// compliance with the Apache License and the following modification to it:
7
// Section 6. Trademarks. is deleted and replaced with:
8
//
9
// 6. Trademarks. This License does not grant permission to use the trade
10
// names, trademarks, service marks, or product names of the Licensor
11
// and its affiliates, except as required to comply with Section 4(c) of
12
// the License and to reproduce the content of the NOTICE file.
13
//
14
// You may obtain a copy of the Apache License at
15
//
16
// http://www.apache.org/licenses/LICENSE-2.0
17
//
18
// Unless required by applicable law or agreed to in writing, software
19
// distributed under the Apache License with the above modification is
20
// distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
21
// KIND, either express or implied. See the Apache License for the specific
22
// language governing permissions and limitations under the Apache License.
23
//
24
#ifndef PXR_IMAGING_HD_SCHEMA_TYPE_DEFS_H
25
#define PXR_IMAGING_HD_SCHEMA_TYPE_DEFS_H
26
27
#include "
pxr/pxr.h
"
28
29
#include "
pxr/imaging/hd/containerSchema.h
"
30
#include "
pxr/imaging/hd/dataSourceTypeDefs.h
"
31
#include "
pxr/imaging/hd/vectorSchema.h
"
32
33
PXR_NAMESPACE_OPEN_SCOPE
34
35
class
HdMaterialConnectionSchema
;
36
37
// Vectors of numeric types
38
using
HdIntArrayVectorSchema
=
39
HdTypedVectorSchema<HdIntArrayDataSource>
;
40
41
// Vectors of Schemas
42
using
HdRenderProductVectorSchema
=
43
HdSchemaBasedVectorSchema<class HdRenderProductSchema>
;
44
using
HdRenderVarVectorSchema
=
45
HdSchemaBasedVectorSchema<class HdRenderVarSchema>
;
46
using
HdInstanceIndicesVectorSchema
=
47
HdSchemaBasedVectorSchema<class HdInstanceIndicesSchema>
;
48
using
HdMaterialInterfaceMappingVectorSchema
=
49
HdSchemaBasedVectorSchema<class HdMaterialInterfaceMappingSchema>
;
50
using
HdMaterialConnectionVectorSchema
=
51
HdSchemaBasedVectorSchema<HdMaterialConnectionSchema>
;
52
53
// Containers of sampled data sources
54
using
HdSampledDataSourceContainerSchema
=
55
HdTypedContainerSchema<HdSampledDataSource>
;
56
57
// Containers of schemas
58
using
HdMaterialNodeContainerSchema
=
59
HdSchemaBasedContainerSchema<class HdMaterialNodeSchema>
;
60
using
HdMaterialNodeParameterContainerSchema
=
61
HdSchemaBasedContainerSchema<class HdMaterialNodeParameterSchema>
;
62
using
HdMaterialNetworkContainerSchema
=
63
HdSchemaBasedContainerSchema<class HdMaterialNetworkSchema>
;
64
using
HdMaterialConnectionContainerSchema
=
65
HdSchemaBasedContainerSchema<HdMaterialConnectionSchema>
;
66
67
// Containers of vectors of schemas
68
using
HdMaterialConnectionVectorContainerSchema
=
69
HdSchemaBasedContainerSchema<HdMaterialConnectionVectorSchema>
;
70
using
HdMaterialInterfaceMappingsContainerSchema
=
71
HdSchemaBasedContainerSchema<HdMaterialInterfaceMappingVectorSchema>
;
72
73
PXR_NAMESPACE_CLOSE_SCOPE
74
75
#endif
HdSchemaBasedContainerSchema< class HdMaterialNodeSchema >
containerSchema.h
dataSourceTypeDefs.h
HdTypedContainerSchema
Definition:
containerSchema.h:58
pxr.h
HdMaterialConnectionSchema
Definition:
materialConnectionSchema.h:48
PXR_NAMESPACE_OPEN_SCOPE
PXR_NAMESPACE_CLOSE_SCOPE PXR_NAMESPACE_OPEN_SCOPE
Definition:
path.h:1432
vectorSchema.h
PXR_NAMESPACE_CLOSE_SCOPE
#define PXR_NAMESPACE_CLOSE_SCOPE
Definition:
pxr.h:91
HdTypedVectorSchema
Definition:
vectorSchema.h:82
HdSchemaBasedVectorSchema
Definition:
vectorSchema.h:97
pxr
imaging
hd
schemaTypeDefs.h
Generated on Sat May 10 2025 02:48:50 for HDK by
1.8.6