24 #ifndef PXR_USD_IMAGING_USD_IMAGING_DATA_SOURCE_RELATIONSHIP_H 25 #define PXR_USD_IMAGING_USD_IMAGING_DATA_SOURCE_RELATIONSHIP_H 27 #include "pxr/usd/usd/relationship.h" 28 #include "pxr/usdImaging/usdImaging/dataSourceStageGlobals.h" 29 #include "pxr/imaging/hd/dataSource.h" 30 #include "pxr/imaging/hd/dataSourceTypeDefs.h" 32 PXR_NAMESPACE_OPEN_SCOPE
50 HdSampledDataSource::Time shutterOffset)
override;
54 HdSampledDataSource::Time startTime,
55 HdSampledDataSource::Time endTime,
56 std::vector<HdSampledDataSource::Time> *outSampleTimes)
override;
75 PXR_NAMESPACE_CLOSE_SCOPE
77 #endif // PXR_USD_IMAGING_USD_IMAGING_DATA_SOURCE_RELATIONSHIP_H This class is used as a context object with global stage information, that gets passed down to dataso...
VtArray< SdfPath > GetTypedValue(HdSampledDataSource::Time shutterOffset) override
Returns the extracted path array value of the attribute.
A data source that represents a USD relationship.
A datasource representing a concretely-typed sampled value.
Represents an arbitrary dimensional rectangular container class.
A UsdRelationship creates dependencies between scenegraph objects by allowing a prim to target other ...
bool GetContributingSampleTimesForInterval(HdSampledDataSource::Time startTime, HdSampledDataSource::Time endTime, std::vector< HdSampledDataSource::Time > *outSampleTimes) override
Returns false indicating USD relationhips cannot vary with time.
Provides a container which may hold any type, and provides introspection and iteration over array typ...
VtValue GetValue(HdSampledDataSource::Time shutterOffset) override
Returns the extracted path array value of the attribute, as a VtValue.