|
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>
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 std::vector<HdExtComputationInputDescriptor> HdExtComputationInputDescriptorVector |
Definition at line 348 of file sceneDelegate.h.
| typedef std::vector<HdExtComputationOutputDescriptor> HdExtComputationOutputDescriptorVector |
Definition at line 377 of file sceneDelegate.h.
| typedef std::vector<HdExtComputationPrimvarDescriptor> HdExtComputationPrimvarDescriptorVector |
Definition at line 313 of file sceneDelegate.h.
| typedef std::shared_ptr<SdfPathVector> HdIdVectorSharedPtr |
A shared pointer to a vector of id's.
Definition at line 38 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 44 of file sceneDelegate.h.
| typedef std::vector<HdPrimvarDescriptor> HdPrimvarDescriptorVector |
Definition at line 198 of file sceneDelegate.h.
| typedef std::vector<HdVolumeFieldDescriptor> HdVolumeFieldDescriptorVector |
Definition at line 398 of file sceneDelegate.h.