7#ifndef PXR_USD_USD_UTILS_INTROSPECTION_H
8#define PXR_USD_USD_UTILS_INTROSPECTION_H
17#include "pxr/usd/usdUtils/api.h"
19#include "pxr/usd/sdf/path.h"
26PXR_NAMESPACE_OPEN_SCOPE
31#define USDUTILS_USDSTAGE_STATS \
35 (instancedModelCount) \
38 (totalInstanceCount) \
52 USDUTILS_API, USDUTILS_USDSTAGE_STATS);
108PXR_NAMESPACE_CLOSE_SCOPE
A scene description container that can combine with other such containers to form simple component as...
A map with string keys and VtValue values.
Environment setting variable.
USDUTILS_API UsdStageRefPtr UsdUtilsComputeUsdStageStats(const std::string &rootLayerPath, VtDictionary *stats)
Opens the given layer on a USD stage and collects various stats.
#define TF_DECLARE_PUBLIC_TOKENS(...)
Macro to define public tokens.