7#ifndef PXR_USD_IMAGING_USD_SKEL_IMAGING_RESOLVING_SCENE_INDEX_PLUGIN_H
8#define PXR_USD_IMAGING_USD_SKEL_IMAGING_RESOLVING_SCENE_INDEX_PLUGIN_H
10#include "pxr/usdImaging/usdSkelImaging/api.h"
12#include "pxr/usdImaging/usdImaging/sceneIndexPlugin.h"
14PXR_NAMESPACE_OPEN_SCOPE
28 HdSceneIndexBaseRefPtr
const &inputScene)
override;
40PXR_NAMESPACE_CLOSE_SCOPE
A base class for scene index plugins that can insert filtering scene indices into UsdImaging,...
Registers scene indices to resolve the Skeleton prim and points-based prim skinned by a Skeleton prim...
USDSKELIMAGING_API HdSceneIndexBaseRefPtr AppendSceneIndex(HdSceneIndexBaseRefPtr const &inputScene) override
Override by client. Similar to HdSceneIndexPlugin::AppendSceneIndex.
USDSKELIMAGING_API TfTokenVector InstanceDataSourceNames() override
Clients can register additional names used by the (native) instance aggregation scene index when grou...
USDSKELIMAGING_API TfTokenVector ProxyPathTranslationDataSourceNames() override
Clients can register additional names of prim-level data sources that should receive path-translation...
USDSKELIMAGING_API HdContainerDataSourceHandle FlattenedDataSourceProviders() override
Clients can register additional HdFlattenedDataSourceProvider's that UsdImagingCreateSceneIndices wil...
std::vector< TfToken > TfTokenVector
Convenience types.