24 #ifndef PXR_USD_IMAGING_USD_VOL_IMAGING_FIELD3D_ASSET_ADAPTER_H 25 #define PXR_USD_IMAGING_USD_VOL_IMAGING_FIELD3D_ASSET_ADAPTER_H 31 #include "pxr/usdImaging/usdVolImaging/api.h" 33 PXR_NAMESPACE_OPEN_SCOPE
65 HdContainerDataSourceHandle GetImagingSubprimData(
79 VtIntArray *outIndices)
const override;
86 PXR_NAMESPACE_CLOSE_SCOPE
88 #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.
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...