HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
legacyTaskSchema.h File Reference
+ Include dependency graph for legacyTaskSchema.h:

Go to the source code of this file.

Classes

class  HdLegacyTaskSchema
 
class  HdLegacyTaskSchema::Builder
 

Macros

#define HD_LEGACY_TASK_SCHEMA_TOKENS
 

Typedefs

using HdRprimCollectionDataSource = HdTypedSampledDataSource< HdRprimCollection >
 
using HdRprimCollectionDataSourceHandle = HdRprimCollectionDataSource::Handle
 
using HdTokenVectorDataSource = HdTypedSampledDataSource< TfTokenVector >
 
using HdTokenVectorDataSourceHandle = HdTokenVectorDataSource::Handle
 
using HdLegacyTaskFactorySharedPtr = std::shared_ptr< class HdLegacyTaskFactory >
 
using HdLegacyTaskFactoryDataSource = HdTypedSampledDataSource< HdLegacyTaskFactorySharedPtr >
 
using HdLegacyTaskFactoryDataSourceHandle = HdLegacyTaskFactoryDataSource::Handle
 

Functions

 TF_DECLARE_PUBLIC_TOKENS (HdLegacyTaskSchemaTokens, HD_API, HD_LEGACY_TASK_SCHEMA_TOKENS)
 

Macro Definition Documentation

#define HD_LEGACY_TASK_SCHEMA_TOKENS
Value:
(task) \
(factory) \
(parameters) \
(collection) \
(renderTags) \

Definition at line 50 of file legacyTaskSchema.h.

Typedef Documentation

using HdLegacyTaskFactoryDataSourceHandle = HdLegacyTaskFactoryDataSource::Handle

Definition at line 45 of file legacyTaskSchema.h.

Definition at line 41 of file legacyTaskSchema.h.

using HdRprimCollectionDataSourceHandle = HdRprimCollectionDataSource::Handle

Definition at line 36 of file legacyTaskSchema.h.

using HdTokenVectorDataSourceHandle = HdTokenVectorDataSource::Handle

Definition at line 39 of file legacyTaskSchema.h.

Function Documentation

TF_DECLARE_PUBLIC_TOKENS ( HdLegacyTaskSchemaTokens  ,
HD_API  ,
HD_LEGACY_TASK_SCHEMA_TOKENS   
)