6#ifndef PXR_USD_IMAGING_USD_IMAGING_EXTENT_RESOLVING_SCENE_INDEX_H
7#define PXR_USD_IMAGING_USD_IMAGING_EXTENT_RESOLVING_SCENE_INDEX_H
10#include "pxr/usdImaging/usdImaging/api.h"
11#include "pxr/imaging/hd/filteringSceneIndex.h"
13PXR_NAMESPACE_OPEN_SCOPE
15namespace UsdImagingExtentResolvingSceneIndex_Impl
17using _InfoSharedPtr = std::shared_ptr<struct _Info>;
20#define USDIMAGINGEXTENTRESOLVINGSCENEINDEX_TOKENS \
25 USDIMAGINGEXTENTRESOLVINGSCENEINDEX_TOKENS);
47 static UsdImagingExtentResolvingSceneIndexRefPtr
48 New(HdSceneIndexBaseRefPtr
const &inputSceneIndex,
49 HdContainerDataSourceHandle
const &inputArgs);
61 HdSceneIndexBaseRefPtr
const &inputSceneIndex,
62 HdContainerDataSourceHandle
const &inputArgs);
77 UsdImagingExtentResolvingSceneIndex_Impl::_InfoSharedPtr _info;
80PXR_NAMESPACE_CLOSE_SCOPE
Abstract interface to scene data.
A path value used to locate objects in layers or scenegraphs.
A scene index that uses UsdGeomModelAPI's extentsHint if UsdGeomBoundable's extent has not been autho...
USDIMAGING_API SdfPathVector GetChildPrimPaths(const SdfPath &primPath) const override
Returns the paths of all scene index prims located immediately below primPath.
USDIMAGING_API HdSceneIndexPrim GetPrim(const SdfPath &primPath) const override
Returns a pair of (prim type, datasource).
#define TF_DECLARE_REF_PTRS(type)
Define standard ref pointer types.
#define TF_DECLARE_PUBLIC_TOKENS(...)
Macro to define public tokens.
Small struct representing a 'prim' in the Hydra scene index.