HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
sceneDelegate.h File Reference
#include "pxr/pxr.h"
#include "pxr/imaging/hd/api.h"
#include "pxr/imaging/hd/version.h"
#include "pxr/imaging/hd/aov.h"
#include "pxr/imaging/hd/basisCurvesTopology.h"
#include "pxr/imaging/hd/enums.h"
#include "pxr/imaging/hd/meshTopology.h"
#include "pxr/imaging/hd/renderIndex.h"
#include "pxr/imaging/hd/repr.h"
#include "pxr/imaging/hd/timeSampleArray.h"
#include "pxr/imaging/pxOsd/subdivTags.h"
#include "pxr/base/vt/array.h"
#include "pxr/base/vt/dictionary.h"
#include "pxr/base/vt/value.h"
#include "pxr/usd/sdf/assetPath.h"
#include "pxr/usd/sdf/path.h"
#include "pxr/base/gf/vec2i.h"
#include "pxr/base/tf/hash.h"
#include <memory>
#include <vector>
+ Include dependency graph for sceneDelegate.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HdSyncRequestVector
 
struct  HdDisplayStyle
 
struct  HdPrimvarDescriptor
 
struct  HdModelDrawMode
 
struct  HdExtComputationPrimvarDescriptor
 
struct  HdExtComputationInputDescriptor
 
struct  HdExtComputationOutputDescriptor
 
struct  HdVolumeFieldDescriptor
 
class  HdSceneDelegate
 

Typedefs

typedef std::shared_ptr
< SdfPathVector
HdIdVectorSharedPtr
 A shared pointer to a vector of id's. More...
 
typedef std::vector< std::pair
< SdfPath, int > > 
HdInstancerContext
 Instancer context: a pair of instancer paths and instance indices. More...
 
typedef std::vector
< HdPrimvarDescriptor
HdPrimvarDescriptorVector
 
typedef std::vector
< HdExtComputationPrimvarDescriptor
HdExtComputationPrimvarDescriptorVector
 
typedef std::vector
< HdExtComputationInputDescriptor
HdExtComputationInputDescriptorVector
 
typedef std::vector
< HdExtComputationOutputDescriptor
HdExtComputationOutputDescriptorVector
 
typedef std::vector
< HdVolumeFieldDescriptor
HdVolumeFieldDescriptorVector
 

Typedef Documentation

typedef std::shared_ptr<SdfPathVector> HdIdVectorSharedPtr

A shared pointer to a vector of id's.

Definition at line 55 of file sceneDelegate.h.

typedef std::vector<std::pair<SdfPath, int> > HdInstancerContext

Instancer context: a pair of instancer paths and instance indices.

Definition at line 61 of file sceneDelegate.h.

Definition at line 203 of file sceneDelegate.h.

Definition at line 402 of file sceneDelegate.h.