Loading...
Searching...
No Matches
rileySchemaTypeDefs.h
1//
2// Copyright 2023 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://openusd.org/license.
6//
8
9/* ************************************************************************** */
10/* ** This file is generated by a script. Do not edit directly. Edit ** */
11/* ** defs.py or the (*)Schema.template.h files to make changes. ** */
12/* ************************************************************************** */
13
14#ifndef EXT_RMANPKG_25_0_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_RILEY_SCHEMA_TYPEDEFS_H
15#define EXT_RMANPKG_25_0_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_RILEY_SCHEMA_TYPEDEFS_H
16
17#include "hdPrman/api.h"
18
19#include "pxr/imaging/hd/containerSchema.h"
20#include "pxr/imaging/hd/vectorSchema.h"
21
22PXR_NAMESPACE_OPEN_SCOPE
23
26
29
32
33PXR_NAMESPACE_CLOSE_SCOPE
34
35#endif
Template class for a schema backed by a container whose children have arbitrary names but an expected...
Template class wrapping a vector data source whose children are container data source conforming to a...
Definition: vectorSchema.h:81