HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UsdImagingDataSourceXformMatrix Class Reference

#include <dataSourcePrim.h>

+ Inheritance diagram for UsdImagingDataSourceXformMatrix:

Public Member Functions

 HD_DECLARE_DATASOURCE (UsdImagingDataSourceXformMatrix)
 
VtValue GetValue (HdSampledDataSource::Time shutterOffset) override
 
GfMatrix4d GetTypedValue (HdSampledDataSource::Time shutterOffset) override
 
bool GetContributingSampleTimesForInterval (HdSampledDataSource::Time startTime, HdSampledDataSource::Time endTime, std::vector< HdSampledDataSource::Time > *outSampleTimes) override
 
- Public Member Functions inherited from HdTypedSampledDataSource< T >
 HD_DECLARE_DATASOURCE_ABSTRACT (HdTypedSampledDataSource< T >)
 
- Public Member Functions inherited from HdSampledDataSource
 HD_DECLARE_DATASOURCE_ABSTRACT (HdSampledDataSource)
 
- Public Member Functions inherited from HdDataSourceBase
virtual HD_API ~HdDataSourceBase ()=0
 

Additional Inherited Members

- Public Types inherited from HdTypedSampledDataSource< T >
using Type = T
 
- Public Types inherited from HdSampledDataSource
using Time = float
 

Detailed Description

Data source representing a generic transform value accessor for a USD Xformable.

Definition at line 302 of file dataSourcePrim.h.

Member Function Documentation

bool UsdImagingDataSourceXformMatrix::GetContributingSampleTimesForInterval ( HdSampledDataSource::Time  startTime,
HdSampledDataSource::Time  endTime,
std::vector< HdSampledDataSource::Time > *  outSampleTimes 
)
overridevirtual

Fills the outSampleTimes with the times between startTime and endTime that have valid sample data and returns true.

Implements HdSampledDataSource.

GfMatrix4d UsdImagingDataSourceXformMatrix::GetTypedValue ( HdSampledDataSource::Time  shutterOffset)
overridevirtual

Returns GfMatrix4d at a given shutterOffset for the value of this xform.

Implements HdTypedSampledDataSource< T >.

VtValue UsdImagingDataSourceXformMatrix::GetValue ( HdSampledDataSource::Time  shutterOffset)
overridevirtual

Returns VtValue at a given shutterOffset for the value of this xform.

Implements HdSampledDataSource.

UsdImagingDataSourceXformMatrix::HD_DECLARE_DATASOURCE ( UsdImagingDataSourceXformMatrix  )

The documentation for this class was generated from the following file: