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

#include <materialBindingSchema.h>

+ Inheritance diagram for HdMaterialBindingSchema:

Classes

class  Builder
 

Public Member Functions

 HdMaterialBindingSchema (HdContainerDataSourceHandle container)
 
HD_API HdPathDataSourceHandle GetPath ()
 
HD_API HdTokenDataSourceHandle GetBindingStrength ()
 
- 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 HdPathDataSourceHandle &path, const HdTokenDataSourceHandle &bindingStrength)
 

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 51 of file materialBindingSchema.h.

Constructor & Destructor Documentation

HdMaterialBindingSchema::HdMaterialBindingSchema ( HdContainerDataSourceHandle  container)
inline

Definition at line 54 of file materialBindingSchema.h.

Member Function Documentation

static HD_API HdContainerDataSourceHandle HdMaterialBindingSchema::BuildRetained ( const HdPathDataSourceHandle path,
const HdTokenDataSourceHandle bindingStrength 
)
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.

HD_API HdTokenDataSourceHandle HdMaterialBindingSchema::GetBindingStrength ( )
HD_API HdPathDataSourceHandle HdMaterialBindingSchema::GetPath ( )

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