Loading...
Searching...
No Matches
resolvingSceneIndexPlugin.h
1//
2// Copyright 2025 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_IMAGING_USD_SKEL_IMAGING_RESOLVING_SCENE_INDEX_PLUGIN_H
8#define PXR_USD_IMAGING_USD_SKEL_IMAGING_RESOLVING_SCENE_INDEX_PLUGIN_H
9
10#include "pxr/usdImaging/usdSkelImaging/api.h"
11
12#include "pxr/usdImaging/usdImaging/sceneIndexPlugin.h"
13
14PXR_NAMESPACE_OPEN_SCOPE
15
24{
25public:
26 USDSKELIMAGING_API
27 HdSceneIndexBaseRefPtr AppendSceneIndex(
28 HdSceneIndexBaseRefPtr const &inputScene) override;
29
30 USDSKELIMAGING_API
31 HdContainerDataSourceHandle FlattenedDataSourceProviders() override;
32
33 USDSKELIMAGING_API
35
36 USDSKELIMAGING_API
38};
39
40PXR_NAMESPACE_CLOSE_SCOPE
41
42#endif
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.
Definition: token.h:440