7 #ifndef PXR_IMAGING_HDSI_UTILS_H 8 #define PXR_IMAGING_HDSI_UTILS_H 11 #include "pxr/imaging/hd/collectionPredicateLibrary.h" 12 #include "pxr/imaging/hdsi/api.h" 13 #include "pxr/usd/sdf/path.h" 18 PXR_NAMESPACE_OPEN_SCOPE
38 HdsiUtilsCompileCollection(
41 const HdSceneIndexBaseRefPtr &sceneIndex,
44 std::optional<HdCollectionExpressionEvaluator> *eval);
51 HdsiUtilsCompileCollection(
54 const HdSceneIndexBaseRefPtr &sceneIndex,
56 std::optional<HdCollectionExpressionEvaluator> *eval);
75 HdsiUtilsRemovePrunedChildren(
78 SdfPathVector *children);
91 HdsiUtilsGetBoundMaterial(
96 PXR_NAMESPACE_CLOSE_SCOPE
98 #endif //PXR_IMAGING_HDSI_UTILS_H Represents a library of predicate functions for use with SdfPredicateExpression.
Standard pointer typedefs.
#define TF_DECLARE_WEAK_AND_REF_PTRS(type)
Define standard weak, ref, and vector pointer types.
Objects of this class represent a logical expression syntax tree consisting of SdfPathPattern s,...
Small struct representing a 'prim' in the Hydra scene index.
Token for efficient comparison, assignment, and hashing of known strings.
The HdCollectionsSchema specifies a wrapper container for collection entries with the key being the c...
Abstract interface to scene data.
A path value used to locate objects in layers or scenegraphs.
Evaluates SdfPathExpressions with prims from a given HdSceneIndex.
TfToken class for efficient string referencing and hashing, plus conversions to and from stl string c...