7#ifndef EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_USD_RI_PXR_IMAGING_PXR_CAMERA_PROJECTION_ADAPTER_H
8#define EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_USD_RI_PXR_IMAGING_PXR_CAMERA_PROJECTION_ADAPTER_H
10#include "usdRiPxrImaging/api.h"
12#include "pxr/imaging/hd/dataSource.h"
13#include "pxr/imaging/hd/dataSourceLocator.h"
16#include "pxr/usdImaging/usdImaging/sceneIndexPrimAdapter.h"
17#include "pxr/usdImaging/usdImaging/types.h"
25PXR_NAMESPACE_OPEN_SCOPE
27class UsdRiPxrImagingCameraProjectionAdapter
33 UsdRiPxrImagingCameraProjectionAdapter();
36 ~UsdRiPxrImagingCameraProjectionAdapter()
override;
49 GetImagingSubprimType(
51 const TfToken& subprim)
override;
54 HdContainerDataSourceHandle
55 GetImagingSubprimData(
62 InvalidateImagingSubprim(
66 UsdImagingPropertyInvalidationType invalidationType)
override;
69PXR_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.