24 #ifndef PXR_USD_IMAGING_USD_IMAGING_DATA_SOURCE_BASISCURVES_H 25 #define PXR_USD_IMAGING_USD_IMAGING_DATA_SOURCE_BASISCURVES_H 27 #include "pxr/usdImaging/usdImaging/dataSourceGprim.h" 28 #include "pxr/usdImaging/usdImaging/dataSourceStageGlobals.h" 32 #include "pxr/imaging/hd/dataSource.h" 34 PXR_NAMESPACE_OPEN_SCOPE
47 HdDataSourceBaseHandle
Get(
const TfToken & name)
override;
75 HdDataSourceBaseHandle
Get(
const TfToken &name)
override;
103 HdDataSourceBaseHandle
Get(
const TfToken &name)
override;
120 PXR_NAMESPACE_CLOSE_SCOPE
122 #endif // PXR_USD_IMAGING_USD_IMAGING_DATA_SOURCE_BASISCURVES_H Data source representing a USD gprim.
A container data source representing basis curves topology information.
A container data source representing data unique to basis curves.
A datasource representing structured (named, hierarchical) data, for example a geometric primitive or...
HdDataSourceBaseHandle Get(const TfToken &name) override
Returns the child datasource of the given name.
Token for efficient comparison, assignment, and hashing of known strings.
HdDataSourceBaseHandle Get(const TfToken &name) override
Returns the child datasource of the given name.
TfTokenVector GetNames() override
Returns the list of names for which Get(...) is expected to return a non-null value.
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 ...
HdDataSourceBaseHandle Get(const TfToken &name) override
Returns the child datasource of the given name.
BasisCurves are a batched curve representation analogous to the classic RIB definition via Basis and ...
std::vector< TfToken > TfTokenVector
Convenience types.
A path value used to locate objects in layers or scenegraphs.
TfTokenVector GetNames() override
Returns the list of names for which Get(...) is expected to return a non-null value.
A prim data source representing a UsdGeomBasisCurves prim.
TfTokenVector GetNames() override
Returns the list of names for which Get(...) is expected to return a non-null value.