24 #ifndef PXR_USD_IMAGING_USD_IMAGING_DATA_SOURCE_MESH_H 25 #define PXR_USD_IMAGING_USD_IMAGING_DATA_SOURCE_MESH_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;
74 HdDataSourceBaseHandle
Get(
const TfToken &name)
override;
104 HdDataSourceBaseHandle
Get(
const TfToken &name)
override;
133 HdDataSourceBaseHandle
Get(
const TfToken &name)
override;
144 PXR_NAMESPACE_CLOSE_SCOPE
146 #endif // PXR_USD_IMAGING_USD_IMAGING_DATA_SOURCE_MESH_H bool Has(const TfToken &name) override
Returns true if the container has a child datasource of the given name, in which case Get(name) is ex...
A container data source representing data unique to meshes.
Data source representing a USD gprim.
TfTokenVector GetNames() override
Returns the list of names for which Get(...) is expected to return a non-null value.
A datasource representing structured (named, hierarchical) data, for example a geometric primitive or...
Token for efficient comparison, assignment, and hashing of known strings.
HdDataSourceBaseHandle Get(const TfToken &name) override
Returns the data source representing name, if valid.
HdDataSourceBaseHandle Get(const TfToken &name) override
Returns the child datasource of the given name.
TfTokenVector GetNames() override
Returns the names for which this data source can return meaningful results.
bool Has(const TfToken &name) override
Returns whether or not this data source can return a meaningful data source for name.
TfTokenVector GetNames() override
Returns the list of names for which Get(...) is expected to return a non-null value.
A container data source representing mesh topology.
This class is used as a context object with global stage information, that gets passed down to dataso...
UsdPrim is the sole persistent scenegraph object on a UsdStage, and is the embodiment of a "Prim" as ...
std::vector< TfToken > TfTokenVector
Convenience types.
HdDataSourceBaseHandle Get(const TfToken &name) override
Returns the child datasource of the given name.
A path value used to locate objects in layers or scenegraphs.
bool Has(const TfToken &name) override
Returns true if the container has a child datasource of the given name, in which case Get(name) is ex...
A prim data source representing UsdGeomMesh.
Encodes a mesh with optional subdivision properties and features.