Loading...
Searching...
No Matches
jointScopeAdapter.h
Go to the documentation of this file.
1//
2// Copyright 2026 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_IR_IMAGING_JOINT_SCOPE_ADAPTER_H
8#define PXR_USD_IMAGING_USD_IR_IMAGING_JOINT_SCOPE_ADAPTER_H
9
11
12#include "pxr/pxr.h"
13
14#include "pxr/usdImaging/usdImaging/sceneIndexPrimAdapter.h"
15
16PXR_NAMESPACE_OPEN_SCOPE
17
26{
27public:
29
30 TfTokenVector GetImagingSubprims(
31 UsdPrim const& prim) override;
32
33 TfToken GetImagingSubprimType(
34 UsdPrim const& prim,
35 TfToken const& subprim) override;
36
37 HdContainerDataSourceHandle GetImagingSubprimData(
38 UsdPrim const& prim,
39 TfToken const& subprim,
40 const UsdImagingDataSourceStageGlobals &stageGlobals) override;
41
42 HdDataSourceLocatorSet InvalidateImagingSubprim(
43 UsdPrim const& prim,
44 TfToken const& subprim,
45 TfTokenVector const& properties,
46 UsdImagingPropertyInvalidationType invalidationType) override;
47};
48
49PXR_NAMESPACE_CLOSE_SCOPE
50
51#endif
Represents a set of data source locators closed under descendancy.
Token for efficient comparison, assignment, and hashing of known strings.
Definition token.h:71
This class is used as a context object with global stage information, that gets passed down to dataso...
The base class prim adapter for scene index support.
A prim adapter that generates guide geometry for IrJointScope prims.
UsdPrim is the sole persistent scenegraph object on a UsdStage, and is the embodiment of a "Prim" as ...
Definition prim.h:117
std::vector< TfToken > TfTokenVector
Convenience types.
Definition token.h:440