7#ifndef PXR_USD_PCP_TARGET_INDEX_H
8#define PXR_USD_PCP_TARGET_INDEX_H
11#include "pxr/usd/pcp/api.h"
12#include "pxr/usd/pcp/errors.h"
14#include "pxr/usd/sdf/path.h"
16PXR_NAMESPACE_OPEN_SCOPE
31 PcpErrorVector localErrors;
32 bool hasTargetOpinions =
false;
53 PcpErrorVector *allErrors);
77PcpBuildFilteredTargetIndex(
82 const SdfSpecHandle &stopProperty,
83 const bool includeStopProperty,
86 SdfPathVector *deletedPaths,
87 PcpErrorVector *allErrors);
89PXR_NAMESPACE_CLOSE_SCOPE
PcpCache is the context required to make requests of the Pcp composition algorithm and cache the resu...
PcpPropertyIndex is an index of all sites in scene description that contribute opinions to a specific...
A site specifies a path in a layer stack of scene description.
Base class for all Sdf spec classes.
A PcpTargetIndex represents the results of indexing the target paths of a relationship or attribute.
SdfSpecType
An enum that specifies the type of an object.