HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UsdSkelImagingResolvingSceneIndexPlugin Class Reference

#include <resolvingSceneIndexPlugin.h>

+ Inheritance diagram for UsdSkelImagingResolvingSceneIndexPlugin:

Public Member Functions

USDSKELIMAGING_API
HdSceneIndexBaseRefPtr 
AppendSceneIndex (HdSceneIndexBaseRefPtr const &inputScene) override
 Override by client. Similar to HdSceneIndexPlugin::AppendSceneIndex. More...
 
USDSKELIMAGING_API
HdContainerDataSourceHandle 
FlattenedDataSourceProviders () override
 
USDSKELIMAGING_API TfTokenVector InstanceDataSourceNames () override
 
USDSKELIMAGING_API TfTokenVector ProxyPathTranslationDataSourceNames () override
 
- Public Member Functions inherited from UsdImagingSceneIndexPlugin
virtual USDIMAGING_API ~UsdImagingSceneIndexPlugin ()
 

Additional Inherited Members

- Static Public Member Functions inherited from UsdImagingSceneIndexPlugin
template<typename T >
static void Define ()
 
static std::vector
< UsdImagingSceneIndexPluginUniquePtr
GetAllSceneIndexPlugins ()
 Get an instance of each registered UsdImagingSceneIndexPlugin. More...
 

Detailed Description

Registers scene indices to resolve the Skeleton prim and points-based prim skinned by a Skeleton prim.

Definition at line 22 of file resolvingSceneIndexPlugin.h.

Member Function Documentation

USDSKELIMAGING_API HdSceneIndexBaseRefPtr UsdSkelImagingResolvingSceneIndexPlugin::AppendSceneIndex ( HdSceneIndexBaseRefPtr const &  inputScene)
overridevirtual

Override by client. Similar to HdSceneIndexPlugin::AppendSceneIndex.

Implements UsdImagingSceneIndexPlugin.

USDSKELIMAGING_API HdContainerDataSourceHandle UsdSkelImagingResolvingSceneIndexPlugin::FlattenedDataSourceProviders ( )
overridevirtual

Clients can register additional HdFlattenedDataSourceProvider's that UsdImagingCreateSceneIndices will pass to the flattening scene index.

Clients can use HdMakeDataSourceContainingFlattenedDataSourceProvider::Make to create the values of the container data source.

Reimplemented from UsdImagingSceneIndexPlugin.

USDSKELIMAGING_API TfTokenVector UsdSkelImagingResolvingSceneIndexPlugin::InstanceDataSourceNames ( )
overridevirtual

Clients can register additional names used by the (native) instance aggregation scene index when grouping instances.

For example, two instances with different material bindings cannot be aggregated together and instantiated by the same instancer.

UsdImagingCreateSceneIndices knows about several such bindings already. Here, clients can add additional data sources that should be expected by the aggregation scene index. These data sources are identified by their name in the prim-level container data source.

Reimplemented from UsdImagingSceneIndexPlugin.

USDSKELIMAGING_API TfTokenVector UsdSkelImagingResolvingSceneIndexPlugin::ProxyPathTranslationDataSourceNames ( )
overridevirtual

Clients can register additional names of prim-level data sources that should receive path-translation for any path-valued data sources that point at instance proxies to point to corresponding prototypes.

Reimplemented from UsdImagingSceneIndexPlugin.


The documentation for this class was generated from the following file: