HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
resolvingSceneIndexPlugin.h
Go to the documentation of this file.
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 
11 
13 
15 
16 ///
17 /// \class UsdSkelImagingResolvingSceneIndexPlugin
18 ///
19 /// Registers scene indices to resolve the Skeleton prim and points-based prim
20 /// skinned by a Skeleton prim.
21 ///
24 {
25 public:
27  HdSceneIndexBaseRefPtr AppendSceneIndex(
28  HdSceneIndexBaseRefPtr const &inputScene) override;
29 
31  HdContainerDataSourceHandle FlattenedDataSourceProviders() override;
32 
35 
38 };
39 
41 
42 #endif
USDSKELIMAGING_API HdSceneIndexBaseRefPtr AppendSceneIndex(HdSceneIndexBaseRefPtr const &inputScene) override
Override by client. Similar to HdSceneIndexPlugin::AppendSceneIndex.
USDSKELIMAGING_API TfTokenVector ProxyPathTranslationDataSourceNames() override
std::vector< TfToken > TfTokenVector
Convenience types.
Definition: token.h:440
USDSKELIMAGING_API TfTokenVector InstanceDataSourceNames() override
USDSKELIMAGING_API HdContainerDataSourceHandle FlattenedDataSourceProviders() override
#define USDSKELIMAGING_API
Definition: api.h:23
PXR_NAMESPACE_CLOSE_SCOPE PXR_NAMESPACE_OPEN_SCOPE
Definition: path.h:1425
#define PXR_NAMESPACE_CLOSE_SCOPE
Definition: pxr.h:74