8 #ifndef PXR_USD_IMAGING_USD_IMAGING_DATA_SOURCE_POINTS_H 9 #define PXR_USD_IMAGING_USD_IMAGING_DATA_SOURCE_POINTS_H 11 #include "pxr/usdImaging/usdImaging/dataSourceGprim.h" 12 #include "pxr/usdImaging/usdImaging/dataSourceStageGlobals.h" 14 #include "pxr/imaging/hd/dataSource.h" 16 PXR_NAMESPACE_OPEN_SCOPE
28 HdDataSourceBaseHandle
Get(
const TfToken &name)
override;
35 UsdImagingPropertyInvalidationType invalidationType);
46 PXR_NAMESPACE_CLOSE_SCOPE
48 #endif // PXR_USD_IMAGING_USD_IMAGING_DATA_SOURCE_POINTS_H Data source representing a USD gprim.
USDIMAGING_API HdDataSourceBaseHandle Get(const TfToken &name) override
Returns the child datasource of the given name.
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...
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.
A prim data source representing a UsdGeomPoints prim.