7#ifndef PXR_USD_IMAGING_USD_SKEL_IMAGING_SKEL_ROOT_ADAPTER_H
8#define PXR_USD_IMAGING_USD_SKEL_IMAGING_SKEL_ROOT_ADAPTER_H
12#include "pxr/usdImaging/usdSkelImaging/api.h"
14PXR_NAMESPACE_OPEN_SCOPE
31 UsdSkelImagingSkelRootAdapter()
36 virtual ~UsdSkelImagingSkelRootAdapter();
46 instancerContext=
nullptr)
override;
49 bool CanPopulateUsdInstance()
const override {
return true; }
51 bool ShouldIgnoreNativeInstanceSubtrees()
const override;
59 void TrackVariability(
const UsdPrim& prim,
61 HdDirtyBits* timeVaryingBits,
63 instancerContext =
nullptr)
const override;
67 void UpdateForTime(
const UsdPrim& prim,
70 HdDirtyBits requestedBits,
72 instancerContext=
nullptr)
const override;
79 HdDirtyBits ProcessPropertyChange(
const UsdPrim& prim,
81 const TfToken& propertyName)
override;
84 void MarkDirty(
const UsdPrim& prim,
99 TfToken const &subprim)
override;
102 HdContainerDataSourceHandle GetImagingSubprimData(
112 UsdImagingPropertyInvalidationType invalidationType)
override;
117 void _RemovePrim(
const SdfPath& cachePath,
122PXR_NAMESPACE_CLOSE_SCOPE
Represents a set of data source locators closed under descendancy.
A path value used to locate objects in layers or scenegraphs.
Token for efficient comparison, assignment, and hashing of known strings.
This class is used as a context object with global stage information, that gets passed down to dataso...
This proxy class exposes a subset of the private Delegate API to PrimAdapters.
Base class for all PrimAdapters.
UsdPrim is the sole persistent scenegraph object on a UsdStage, and is the embodiment of a "Prim" as ...
Represent a time value, which may be either numeric, holding a double value, or a sentinel value UsdT...
Object used by instancer prim adapters to pass along context about the instancer and instance prim to...
std::vector< TfToken > TfTokenVector
Convenience types.