HDK
|
#include <pxrCameraAPIAdapter.h>
Public Types | |
using | BaseAdapter = UsdImagingAPISchemaAdapter |
Public Member Functions | |
USDRIPXRIMAGING_API HdContainerDataSourceHandle | GetImagingSubprimData (UsdPrim const &prim, TfToken const &subprim, TfToken const &appliedInstanceName, const UsdImagingDataSourceStageGlobals &stageGlobals) override |
USDRIPXRIMAGING_API HdDataSourceLocatorSet | InvalidateImagingSubprim (UsdPrim const &prim, TfToken const &subprim, TfToken const &appliedInstanceName, TfTokenVector const &properties, UsdImagingPropertyInvalidationType invalidationType) override |
![]() | |
virtual USDIMAGING_API | ~UsdImagingAPISchemaAdapter () |
virtual USDIMAGING_API TfTokenVector | GetImagingSubprims (UsdPrim const &prim, TfToken const &appliedInstanceName) |
virtual USDIMAGING_API TfToken | GetImagingSubprimType (UsdPrim const &prim, TfToken const &subprim, TfToken const &appliedInstanceName) |
Scene index support for PxrCameraAPI applied USD schema.
The attributes of the schema will be available under HdCameraSchema::GetNamespacedProperties().
Definition at line 25 of file pxrCameraAPIAdapter.h.
Definition at line 29 of file pxrCameraAPIAdapter.h.
|
overridevirtual |
Returns an HdContainerDataSourceHandle representing the API schema's contributions to the primary prim (empty subprim
value) or a specific subprim. The non-null results of the prim adapter and each applied API schema adapter are overlaid (in application order).
Ideally, data sources within this container are lazily evaluated to avoid doing work until some consumes the data.
Reimplemented from UsdImagingAPISchemaAdapter.
|
overridevirtual |
Given the names of USD properties which have changed, an adapter may provide a HdDataSourceLocatorSet describing which data sources should be flagged as dirty.
Reimplemented from UsdImagingAPISchemaAdapter.