![]() |
|
Common implementation for data sources that produce exec-computed values. More...
#include <computedDataSource.h>
Public Types | |
| using | Time = HdSampledDataSource::Time |
Public Member Functions | |
| USDEXECIMAGING_API | UsdExecImaging_ComputedDataSourceImpl (UsdExecImagingRequestAccessorSharedPtr requestAccessor, UsdExecImagingValueKey valueKey) |
| USDEXECIMAGING_API VtValue | GetValue (Time shutterOffset) const |
| USDEXECIMAGING_API bool | GetContributingSampleTimesForInterval (Time startTime, Time endTime, std::vector< Time > *outSampleTimes) const |
Common implementation for data sources that produce exec-computed values.
This class is pseudo-private. Clients should not instantiate it directly. This class is declared in a public header, because it is requred by the template class UsdExecImagingComputedTypedSampledDataSource.
Definition at line 32 of file computedDataSource.h.
| using Time = HdSampledDataSource::Time |
Definition at line 35 of file computedDataSource.h.