Loading...
Searching...
No Matches
pxrCameraAPIAdapter.h
Go to the documentation of this file.
1//
2// Copyright 2024 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_RI_PXR_IMAGING_PXR_CAMERA_API_ADAPTER_H
8#define PXR_USD_IMAGING_USD_RI_PXR_IMAGING_PXR_CAMERA_API_ADAPTER_H
9
11
12#include "pxr/pxr.h"
13#include "pxr/usdImaging/usdRiPxrImaging/api.h"
15
16PXR_NAMESPACE_OPEN_SCOPE
17
26{
27public:
28
30
31 USDRIPXRIMAGING_API
32 HdContainerDataSourceHandle GetImagingSubprimData(
33 UsdPrim const& prim,
34 TfToken const& subprim,
35 TfToken const &appliedInstanceName,
36 const UsdImagingDataSourceStageGlobals &stageGlobals) override;
37
38 USDRIPXRIMAGING_API
40 UsdPrim const& prim,
41 TfToken const& subprim,
42 TfToken const &appliedInstanceName,
43 TfTokenVector const& properties,
44 UsdImagingPropertyInvalidationType invalidationType) override;
45};
46
47PXR_NAMESPACE_CLOSE_SCOPE
48
49#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
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 ...
Definition: prim.h:117
Scene index support for PxrCameraAPI applied USD schema.
USDRIPXRIMAGING_API HdContainerDataSourceHandle GetImagingSubprimData(UsdPrim const &prim, TfToken const &subprim, TfToken const &appliedInstanceName, const UsdImagingDataSourceStageGlobals &stageGlobals) override
Returns an HdContainerDataSourceHandle representing the API schema's contributions to the primary pri...
USDRIPXRIMAGING_API HdDataSourceLocatorSet InvalidateImagingSubprim(UsdPrim const &prim, TfToken const &subprim, TfToken const &appliedInstanceName, TfTokenVector const &properties, UsdImagingPropertyInvalidationType invalidationType) override
Given the names of USD properties which have changed, an adapter may provide a HdDataSourceLocatorSet...
std::vector< TfToken > TfTokenVector
Convenience types.
Definition: token.h:440