|
HDK
|
#include "pxr/pxr.h"#include "pxr/imaging/hd/api.h"#include "pxr/imaging/hd/version.h"#include "pxr/imaging/hd/changeTracker.h"#include "pxr/imaging/hd/dirtyList.h"#include "pxr/imaging/hd/perfLog.h"#include "pxr/imaging/hd/primTypeIndex.h"#include "pxr/imaging/hd/resourceRegistry.h"#include "pxr/imaging/hd/sortedIds.h"#include "pxr/imaging/hd/tokens.h"#include "pxr/imaging/hd/sceneIndex.h"#include "pxr/imaging/hd/mergingSceneIndex.h"#include "pxr/imaging/hd/legacyPrimSceneIndex.h"#include "pxr/imaging/hd/legacyTaskFactory.h"#include "pxr/imaging/hd/noticeBatchingSceneIndex.h"#include "pxr/imaging/hf/perfLog.h"#include "pxr/usd/sdf/path.h"#include "pxr/base/gf/vec4i.h"#include "pxr/base/tf/hashmap.h"#include <tbb/enumerable_thread_specific.h>#include <vector>#include <unordered_map>#include <memory>
Include dependency graph for renderIndex.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | HdRenderIndex |
Typedefs | |
| using | HdDriverVector = std::vector< HdDriver * > |
| using | HdRprimCollectionVector = std::vector< HdRprimCollection > |
| using | HdTaskSharedPtr = std::shared_ptr< class HdTask > |
| using | HdResourceRegistrySharedPtr = std::shared_ptr< class HdResourceRegistry > |
| using | HdTaskSharedPtrVector = std::vector< HdTaskSharedPtr > |
| using | HdTaskContext = std::unordered_map< TfToken, VtValue, TfToken::HashFunctor > |
| using HdDriverVector = std::vector<HdDriver*> |
Definition at line 54 of file renderIndex.h.
| using HdResourceRegistrySharedPtr = std::shared_ptr<class HdResourceRegistry> |
Definition at line 57 of file renderIndex.h.
| using HdRprimCollectionVector = std::vector<HdRprimCollection> |
Definition at line 55 of file renderIndex.h.
| using HdTaskContext = std::unordered_map<TfToken, VtValue, TfToken::HashFunctor> |
Definition at line 61 of file renderIndex.h.
| using HdTaskSharedPtr = std::shared_ptr<class HdTask> |
Definition at line 56 of file renderIndex.h.
| using HdTaskSharedPtrVector = std::vector<HdTaskSharedPtr> |
Definition at line 58 of file renderIndex.h.