7#ifndef PXR_IMAGING_HDSI_UTILS_H
8#define PXR_IMAGING_HDSI_UTILS_H
11#include "pxr/imaging/hdsi/api.h"
12#include "pxr/usd/sdf/path.h"
17PXR_NAMESPACE_OPEN_SCOPE
34HdsiUtilsCompileCollection(
37 HdSceneIndexBaseRefPtr
const& sceneIndex,
39 std::optional<HdCollectionExpressionEvaluator> *eval);
58HdsiUtilsRemovePrunedChildren(
61 SdfPathVector *children);
65PXR_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.
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.
TfToken class for efficient string referencing and hashing, plus conversions to and from stl string c...