24 #ifndef PXR_IMAGING_HD_RENDER_INDEX_H
25 #define PXR_IMAGING_HD_RENDER_INDEX_H
50 #include <tbb/enumerable_thread_specific.h>
53 #include <unordered_map>
220 return _rprimMap.find(
id) != _rprimMap.
end();
272 return _instancerMap.find(
id) != _instancerMap.
end();
284 template <
typename T>
293 return _taskMap.find(
id) != _taskMap.end();
366 const HdSceneIndexBaseRefPtr &inputScene,
367 SdfPath const& scenePathPrefix,
368 bool needsPrefixing =
true);
372 const HdSceneIndexBaseRefPtr &inputScene);
439 void _CompactPrimIds();
442 void _AllocatePrimId(
HdRprim* prim);
452 template <
typename T>
453 static inline const TfToken & _GetTypeId();
475 void _InsertRprim(
TfToken const& typeId,
478 void _InsertSprim(
TfToken const& typeId,
481 void _InsertBprim(
TfToken const& typeId,
487 void _RemoveRprim(
SdfPath const&
id);
490 void _RemoveInstancer(
SdfPath const&
id);
492 void _RemoveRprimSubtree(
const SdfPath &root,
494 void _RemoveInstancerSubtree(
const SdfPath &root,
496 void _RemoveExtComputationSubtree(
const SdfPath &root,
498 void _RemoveTaskSubtree(
const SdfPath &root,
510 HdLegacyPrimSceneIndexRefPtr _emulationSceneIndex;
511 HdNoticeBatchingSceneIndexRefPtr _emulationNoticeBatchingSceneIndex;
512 unsigned int _noticeBatchingDepth;
514 std::unique_ptr<class HdSceneIndexAdapterSceneDelegate> _siSd;
516 HdMergingSceneIndexRefPtr _mergingSceneIndex;
517 HdSceneIndexBaseRefPtr _terminalSceneIndex;
524 typedef std::unordered_map<SdfPath, _TaskInfo, SdfPath::Hash> _TaskMap;
526 typedef std::vector<SdfPath> _RprimPrimIDVector;
534 _RprimPrimIDVector _rprimPrimIdMap;
538 _SprimIndex _sprimIndex;
539 _BprimIndex _bprimIndex;
544 _InstancerMap _instancerMap;
561 void _InitPrimTypes();
564 bool _CreateFallbackPrims();
567 void _DestroyFallbackPrims();
569 typedef tbb::enumerable_thread_specific<HdDrawItemPtrVector>
570 _ConcurrentDrawItems;
576 _ConcurrentDrawItems*
result);
581 static void _ConfigureReprs();
592 template <
typename T>
600 _TrackDelegateTask(delegate,
id, task);
605 #endif //PXR_IMAGING_HD_RENDER_INDEX_H
HD_API void InsertBprim(TfToken const &typeId, HdSceneDelegate *delegate, SdfPath const &bprimId)
Insert a bprim into index.
void InsertTask(HdSceneDelegate *delegate, SdfPath const &id)
Inserts a new task into the render index with an identifier of id.
TfToken UpdateRenderTag(SdfPath const &id, HdDirtyBits bits)
Like GetRenderTag, but updates the render tag if dirty.
HD_API void RemoveInstancer(SdfPath const &id)
Remove an instancer from index.
std::shared_ptr< class HdResourceRegistry > HdResourceRegistrySharedPtr
HD_API void InsertSprim(TfToken const &typeId, HdSceneDelegate *delegate, SdfPath const &sprimId)
Insert a sprim into index.
std::vector< HdDrawItem const * > HdDrawItemPtrVector
GLsizei const GLchar *const * string
HD_API void Clear()
Clear all r (render), s (state) and b (buffer) prims.
HD_API HdSprim * GetSprim(TfToken const &typeId, SdfPath const &id) const
Returns whether the sprim type is supported by this render index.
#define HF_MALLOC_TAG_FUNCTION()
HD_API HdRenderDelegate * GetRenderDelegate() const
HD_API void RemoveSubtree(const SdfPath &root, HdSceneDelegate *sceneDelegate)
HD_API void InsertSceneIndex(const HdSceneIndexBaseRefPtr &inputScene, SdfPath const &scenePathPrefix, bool needsPrefixing=true)
HD_API SdfPathVector GetRprimSubtree(SdfPath const &root)
Returns the subtree rooted under the given path.
bool HasTask(SdfPath const &id)
Returns true if a task exists in the index with the given id.
HD_API HdDrawItemPtrVector GetDrawItems(HdRprimCollection const &collection, TfTokenVector const &renderTags)
Returns a list of relevant draw items that match the criteria specified.
Functor to use for hash maps from tokens to other things.
HD_API SdfPathVector GetBprimSubtree(TfToken const &typeId, SdfPath const &root)
HD_API bool IsSprimTypeSupported(TfToken const &typeId) const
Returns whether the sprim type is supported by this render index.
**But if you need a result
std::vector< HdTaskSharedPtr > HdTaskSharedPtrVector
HD_API HdRprim const * GetRprim(SdfPath const &id) const
Returns the rprim of id.
HdChangeTracker const & GetChangeTracker() const
HD_API TfToken GetRenderTag(SdfPath const &id) const
Returns the render tag for the given rprim.
bool HasRprim(SdfPath const &id)
Returns true if rprim id exists in index.
static HD_API bool IsSceneIndexEmulationEnabled()
HD_API SdfPathVector GetSprimSubtree(TfToken const &typeId, SdfPath const &root)
HD_API HdSceneIndexBaseRefPtr GetTerminalSceneIndex() const
std::vector< HdDriver * > HdDriverVector
HD_API HdResourceRegistrySharedPtr GetResourceRegistry() const
HD_API void SyncAll(HdTaskSharedPtrVector *tasks, HdTaskContext *taskContext)
HD_API void RemoveSceneIndex(const HdSceneIndexBaseRefPtr &inputScene)
HD_API void RemoveBprim(TfToken const &typeId, SdfPath const &id)
Returns whether the bprim type is supported by this render index.
HD_API void InsertInstancer(HdSceneDelegate *delegate, SdfPath const &id)
Insert an instancer into index.
#define HD_TRACE_FUNCTION()
HD_API void SceneIndexEmulationNoticeBatchBegin()
std::vector< TfToken > TfTokenVector
Convenience types.
HD_API void EnqueueCollectionToSync(HdRprimCollection const &collection)
std::vector< class SdfPath > SdfPathVector
A vector of SdfPaths.
HD_API HdSprim * GetFallbackSprim(TfToken const &typeId) const
Returns the fullback prim for the Sprim of the given type.
HD_API HdBprim * GetBprim(TfToken const &typeId, SdfPath const &id) const
Returns whether the bprim type is supported by this render index.
std::unordered_map< TfToken, VtValue, TfToken::HashFunctor > HdTaskContext
std::vector< HdRprimCollection > HdRprimCollectionVector
HD_API std::string GetInstanceName() const
HD_API bool GetSceneDelegateAndInstancerIds(SdfPath const &id, SdfPath *sceneDelegateId, SdfPath *instancerId) const
HdChangeTracker & GetChangeTracker()
PXR_NAMESPACE_CLOSE_SCOPE PXR_NAMESPACE_OPEN_SCOPE
static HD_API HdRenderIndex * New(HdRenderDelegate *renderDelegate, HdDriverVector const &drivers, const std::string &instanceName=std::string())
HD_API const SdfPathVector & GetRprimIds()
#define PXR_NAMESPACE_CLOSE_SCOPE
HD_API SdfPath GetRprimPathFromPrimId(int primId) const
HD_API bool IsRprimTypeSupported(TfToken const &typeId) const
Returns whether the rprim type is supported by this render index.
HD_API void RemoveSprim(TfToken const &typeId, SdfPath const &id)
Returns whether the sprim type is supported by this render index.
HD_API HdDriverVector const & GetDrivers() const
HD_API HdInstancer * GetInstancer(SdfPath const &id) const
Returns the instancer of id.
HD_API bool IsBprimTypeSupported(TfToken const &typeId) const
Returns whether the bprim type is supported by this render index.
HD_API const SdfPathVector & GetIds()
Sorts the ids if needed and returns the sorted list of ids.
HD_API void RemoveTask(SdfPath const &id)
Removes the given task from the RenderIndex.
HD_API void RemoveRprim(SdfPath const &id)
Remove a rprim from index.
HD_API void SceneIndexEmulationNoticeBatchEnd()
std::shared_ptr< class HdTask > HdTaskSharedPtr
HD_API void InsertRprim(TfToken const &typeId, HdSceneDelegate *sceneDelegate, SdfPath const &rprimId)
Insert a rprim into index.
HD_API HdBprim * GetFallbackBprim(TfToken const &typeId) const
Returns the fallback prim for the Bprim of the given type.
HD_API HdSceneDelegate * GetSceneDelegateForRprim(SdfPath const &id) const
Returns the scene delegate for the given rprim.
HD_API HdTaskSharedPtr const & GetTask(SdfPath const &id) const
Returns the task for the given id.
bool HasInstancer(SdfPath const &id)
Returns true if instancer id exists in index.
PcpNodeRef_ChildrenIterator begin(const PcpNodeRef::child_const_range &r)
Support for range-based for loops for PcpNodeRef children ranges.