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
46 HdDataSourceBaseHandle
Get(
const TfToken &name)
override;
72 HdDataSourceBaseHandle
Get(
const TfToken &name)
override;
101 HdDataSourceBaseHandle
Get(
const TfToken &name)
override;
129 HdDataSourceBaseHandle
Get(
const TfToken &name)
override;
146 PXR_NAMESPACE_CLOSE_SCOPE
148 #endif // PXR_USD_IMAGING_USD_IMAGING_DATA_SOURCE_MESH_H 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 list of names for which Get(...) is expected to return a non-null value.
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...
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.
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.
A prim data source representing UsdGeomMesh.
Encodes a mesh with optional subdivision properties and features.