HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
legacyTaskFactory.h File Reference
#include "pxr/pxr.h"
#include "pxr/imaging/hd/api.h"
#include "pxr/usd/sdf/path.h"
#include <memory>
+ Include dependency graph for legacyTaskFactory.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HdLegacyTaskFactory
 
class  HdLegacyTaskFactory_Impl< T >
 

Typedefs

using HdTaskSharedPtr = std::shared_ptr< class HdTask >
 
using HdLegacyTaskFactorySharedPtr = std::shared_ptr< class HdLegacyTaskFactory >
 

Functions

template<typename T >
HdLegacyTaskFactorySharedPtr HdMakeLegacyTaskFactory ()
 

Typedef Documentation

Definition at line 21 of file legacyTaskFactory.h.

using HdTaskSharedPtr = std::shared_ptr<class HdTask>

Definition at line 20 of file legacyTaskFactory.h.

Function Documentation

template<typename T >
HdLegacyTaskFactorySharedPtr HdMakeLegacyTaskFactory ( )

Given a subclass implementing HdTask, create a factory for that subclass.

Definition at line 52 of file legacyTaskFactory.h.