HDK
|
#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>
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 std::vector<HdExtComputationInputDescriptor> HdExtComputationInputDescriptorVector |
Definition at line 352 of file sceneDelegate.h.
typedef std::vector<HdExtComputationOutputDescriptor> HdExtComputationOutputDescriptorVector |
Definition at line 381 of file sceneDelegate.h.
typedef std::vector<HdExtComputationPrimvarDescriptor> HdExtComputationPrimvarDescriptorVector |
Definition at line 317 of file sceneDelegate.h.
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.
typedef std::vector<HdPrimvarDescriptor> HdPrimvarDescriptorVector |
Definition at line 203 of file sceneDelegate.h.
typedef std::vector<HdVolumeFieldDescriptor> HdVolumeFieldDescriptorVector |
Definition at line 402 of file sceneDelegate.h.