Loading...
Searching...
No Matches
crateInfo.h
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_USD_CRATE_INFO_H
8#define PXR_USD_USD_CRATE_INFO_H
9
10#include "pxr/pxr.h"
11#include "pxr/base/tf/token.h"
12#include "pxr/usd/sdf/crateInfo.h"
13
14PXR_NAMESPACE_OPEN_SCOPE
15
20
21PXR_NAMESPACE_CLOSE_SCOPE
22
23#endif // PXR_USD_USD_CRATE_INFO_H
A class for introspecting the underlying qualities of .usdc 'crate' files, for diagnostic purposes.
Definition: crateInfo.h:29
TfToken class for efficient string referencing and hashing, plus conversions to and from stl string c...