Loading...
Searching...
No Matches
pseudoRootSpec.h
Go to the documentation of this file.
1//
2// Copyright 2016 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_USD_SDF_PSEUDO_ROOT_SPEC_H
8#define PXR_USD_SDF_PSEUDO_ROOT_SPEC_H
9
11
12#include "pxr/pxr.h"
13#include "pxr/usd/sdf/declareSpec.h"
15
16PXR_NAMESPACE_OPEN_SCOPE
17
18SDF_DECLARE_HANDLES(SdfPseudoRootSpec);
19
20class SdfPseudoRootSpec : public SdfPrimSpec
21{
22 SDF_DECLARE_SPEC(SdfPseudoRootSpec, SdfPrimSpec);
23};
24
25PXR_NAMESPACE_CLOSE_SCOPE
26
27#endif // PXR_USD_SDF_PSEUDO_ROOT_SPEC_H
Represents a prim description in an SdfLayer object.
Definition: primSpec.h:58