Loading...
Searching...
No Matches
utils.h
1//
2// Copyright 2024 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://openusd.org/license.
6//
7#ifndef PXR_IMAGING_HDSI_UTILS_H
8#define PXR_IMAGING_HDSI_UTILS_H
9
10#include "pxr/pxr.h"
11#include "pxr/imaging/hdsi/api.h"
12#include "pxr/usd/sdf/path.h"
13
14PXR_NAMESPACE_OPEN_SCOPE
15
17
22
26HDSI_API
27bool
28HdsiUtilsIsPruned(
29 const SdfPath &primPath,
31
33HDSI_API
34void
35HdsiUtilsRemovePrunedChildren(
36 const SdfPath &parentPath,
38 SdfPathVector *children);
39
41
42PXR_NAMESPACE_CLOSE_SCOPE
43
44#endif //PXR_IMAGING_HDSI_UTILS_H
Evaluates SdfPathExpressions with prims from a given HdSceneIndex.
A path value used to locate objects in layers or scenegraphs.
Definition: path.h:274