7 #ifndef PXR_USD_IMAGING_USD_VOL_IMAGING_FIELD3D_ASSET_ADAPTER_H 8 #define PXR_USD_IMAGING_USD_VOL_IMAGING_FIELD3D_ASSET_ADAPTER_H 14 #include "pxr/usdImaging/usdVolImaging/api.h" 16 PXR_NAMESPACE_OPEN_SCOPE
48 HdContainerDataSourceHandle GetImagingSubprimData(
58 UsdImagingPropertyInvalidationType invalidationType)
override;
69 VtIntArray *outIndices)
const override;
76 PXR_NAMESPACE_CLOSE_SCOPE
78 #endif // PXR_USD_IMAGING_USD_VOL_IMAGING_FIELD3D_ASSET_ADAPTER_H Base class for all USD fields.
USDVOLIMAGING_API VtValue Get(UsdPrim const &prim, SdfPath const &cachePath, TfToken const &key, UsdTimeCode time, VtIntArray *outIndices) const override
Gets the value of the parameter named key for the given prim (which has the given cache path) and giv...
Token for efficient comparison, assignment, and hashing of known strings.
Adapter class for fields of type Field3DAsset.
Represent a time value, which may be either numeric, holding a double value, or a sentinel value UsdT...
This class is used as a context object with global stage information, that gets passed down to dataso...
Base class for all PrimAdapters.
Represents a set of data source locators closed under descendancy.
UsdPrim is the sole persistent scenegraph object on a UsdStage, and is the embodiment of a "Prim" as ...
std::vector< TfToken > TfTokenVector
Convenience types.
A path value used to locate objects in layers or scenegraphs.
USDVOLIMAGING_API TfToken GetPrimTypeToken() const override
Returns the token specifying the Hydra primitive type that is created by this adapter.
Provides a container which may hold any type, and provides introspection and iteration over array typ...