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