7#ifndef PXR_USD_IMAGING_USD_RI_PXR_IMAGING_PXR_CAMERA_PROJECTION_ADAPTER_H
8#define PXR_USD_IMAGING_USD_RI_PXR_IMAGING_PXR_CAMERA_PROJECTION_ADAPTER_H
10#include "pxr/imaging/hd/dataSource.h"
11#include "pxr/imaging/hd/dataSourceLocator.h"
14#include "pxr/usdImaging/usdImaging/sceneIndexPrimAdapter.h"
15#include "pxr/usdImaging/usdImaging/types.h"
16#include "pxr/usdImaging/usdRiPxrImaging/api.h"
24PXR_NAMESPACE_OPEN_SCOPE
26class UsdRiPxrImagingCameraProjectionAdapter
32 UsdRiPxrImagingCameraProjectionAdapter();
35 ~UsdRiPxrImagingCameraProjectionAdapter()
override;
48 GetImagingSubprimType(
50 const TfToken& subprim)
override;
53 HdContainerDataSourceHandle
54 GetImagingSubprimData(
61 InvalidateImagingSubprim(
65 UsdImagingPropertyInvalidationType invalidationType)
override;
68PXR_NAMESPACE_CLOSE_SCOPE
Represents a set of data source locators closed under descendancy.
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...
The base class prim adapter for scene index support.
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.