7#ifndef PXR_USD_IMAGING_USD_IMAGING_MOTION_API_ADAPTER_H
8#define PXR_USD_IMAGING_USD_IMAGING_MOTION_API_ADAPTER_H
10#include "pxr/usdImaging/usdImaging/api.h"
12#include "pxr/usdImaging/usdImaging/types.h"
14#include "pxr/imaging/hd/dataSource.h"
15#include "pxr/imaging/hd/dataSourceLocator.h"
23PXR_NAMESPACE_OPEN_SCOPE
31 HdContainerDataSourceHandle GetImagingSubprimData(
34 TfToken const& appliedInstanceName,
41 TfToken const& appliedInstanceName,
43 UsdImagingPropertyInvalidationType invalidationType)
override;
46PXR_NAMESPACE_CLOSE_SCOPE
Represents a set of data source locators closed under descendancy.
Token for efficient comparison, assignment, and hashing of known strings.
Base class for all API schema adapters.
This class is used as a context object with global stage information, that gets passed down to dataso...
UsdPrim is the sole persistent scenegraph object on a UsdStage, and is the embodiment of a "Prim" as ...
TfToken class for efficient string referencing and hashing, plus conversions to and from stl string c...
std::vector< TfToken > TfTokenVector
Convenience types.