24 #ifndef PXR_IMAGING_HD_RPRIM_SHARED_DATA_H 25 #define PXR_IMAGING_HD_RPRIM_SHARED_DATA_H 28 #include "pxr/imaging/hd/api.h" 29 #include "pxr/imaging/hd/version.h" 30 #include "pxr/imaging/hd/bufferArrayRange.h" 31 #include "pxr/imaging/hd/tokens.h" 33 #include "pxr/usd/sdf/path.h" 39 PXR_NAMESPACE_OPEN_SCOPE
41 using TopologyToPrimvarVector =
42 std::vector<std::pair<VtIntArray, std::vector<TfToken>>>;
56 struct HdRprimSharedData {
57 HdRprimSharedData(
int barContainerSize)
58 : barContainer(barContainerSize)
65 HdRprimSharedData(
int barContainerSize,
67 : barContainer(barContainerSize)
93 TopologyToPrimvarVector fvarTopologyToPrimvarVector;
97 PXR_NAMESPACE_CLOSE_SCOPE
99 #endif // PXR_IMAGING_HD_RPRIM_SHARED_DATA_H
A resizable container of HdBufferArrayRanges.
A path value used to locate objects in layers or scenegraphs.
Defines all the types "TYPED" for which Vt creates a VtTYPEDArray typedef.
Basic type: arbitrarily oriented 3D bounding box.