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

#include <extComputationPrimvarSchema.h>

+ Inheritance diagram for HdExtComputationPrimvarSchema:

Classes

class  Builder
 

Public Member Functions

 HdExtComputationPrimvarSchema (HdContainerDataSourceHandle container)
 
HD_API HdTokenDataSourceHandle GetInterpolation ()
 
HD_API HdTokenDataSourceHandle GetRole ()
 
HD_API HdPathDataSourceHandle GetSourceComputation ()
 
HD_API HdTokenDataSourceHandle GetSourceComputationOutputName ()
 
HD_API HdTupleTypeDataSourceHandle GetValueType ()
 
- Public Member Functions inherited from HdSchema
 HdSchema (HdContainerDataSourceHandle container)
 
HD_API HdContainerDataSourceHandle GetContainer ()
 Returns the container data source that this schema is interpreting. More...
 
HD_API bool IsDefined () const
 
 operator bool () const
 

Static Public Member Functions

static HD_API
HdContainerDataSourceHandle 
BuildRetained (const HdTokenDataSourceHandle &interpolation, const HdTokenDataSourceHandle &role, const HdPathDataSourceHandle &sourceComputation, const HdTokenDataSourceHandle &sourceComputationOutputName, const HdTupleTypeDataSourceHandle &valueType)
 
static HdTokenDataSourceHandle BuildInterpolationDataSource (TfToken interpolation)
 
static HdTokenDataSourceHandle BuildRoleDataSource (TfToken role)
 

Additional Inherited Members

- Protected Member Functions inherited from HdSchema
template<typename T >
T::Handle _GetTypedDataSource (TfToken name)
 
- Protected Attributes inherited from HdSchema
HdContainerDataSourceHandle _container
 

Detailed Description

Definition at line 52 of file extComputationPrimvarSchema.h.

Constructor & Destructor Documentation

HdExtComputationPrimvarSchema::HdExtComputationPrimvarSchema ( HdContainerDataSourceHandle  container)
inline

Definition at line 55 of file extComputationPrimvarSchema.h.

Member Function Documentation

static HdTokenDataSourceHandle HdExtComputationPrimvarSchema::BuildInterpolationDataSource ( TfToken  interpolation)
inlinestatic

Definition at line 126 of file extComputationPrimvarSchema.h.

static HD_API HdContainerDataSourceHandle HdExtComputationPrimvarSchema::BuildRetained ( const HdTokenDataSourceHandle interpolation,
const HdTokenDataSourceHandle role,
const HdPathDataSourceHandle sourceComputation,
const HdTokenDataSourceHandle sourceComputationOutputName,
const HdTupleTypeDataSourceHandle valueType 
)
static

Builds a container data source which includes the provided child data sources. Parameters with nullptr values are excluded. This is a low-level interface. For cases in which it's desired to define the container with a sparse set of child fields, the Builder class is often more convenient and readable.

static HdTokenDataSourceHandle HdExtComputationPrimvarSchema::BuildRoleDataSource ( TfToken  role)
inlinestatic

Definition at line 131 of file extComputationPrimvarSchema.h.

HD_API HdTokenDataSourceHandle HdExtComputationPrimvarSchema::GetInterpolation ( )
HD_API HdTokenDataSourceHandle HdExtComputationPrimvarSchema::GetRole ( )
HD_API HdPathDataSourceHandle HdExtComputationPrimvarSchema::GetSourceComputation ( )
HD_API HdTokenDataSourceHandle HdExtComputationPrimvarSchema::GetSourceComputationOutputName ( )
HD_API HdTupleTypeDataSourceHandle HdExtComputationPrimvarSchema::GetValueType ( )

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