7 #ifndef PXR_USD_PCP_CACHE_H
8 #define PXR_USD_PCP_CACHE_H
29 #include <unordered_set>
37 class Pcp_Dependencies;
93 const std::string& fileFormatTarget = std::string(),
118 return layerStack == _layerStack;
153 using PayloadSet = std::unordered_set<SdfPath, SdfPath::Hash>;
206 const std::vector<std::string>& layersToUnmute,
208 std::vector<std::string>* newLayersMuted =
nullptr,
209 std::vector<std::string>* newLayersUnmuted =
224 bool IsLayerMuted(
const std::string& layerIdentifier)
const;
235 const std::string& layerIdentifier,
236 std::string* canonicalMutedLayerIdentifier
304 template <
class ChildrenPredicate,
class PayloadPredicate>
307 const ChildrenPredicate &childrenPred,
308 const PayloadPredicate &payloadPred) {
310 childrenPred, payloadPred);
315 template <
class ChildrenPredicate,
class PayloadPredicate>
318 const ChildrenPredicate &childrenPred,
319 const PayloadPredicate &payloadPred) {
320 _UntypedIndexingChildrenPredicate cp(&childrenPred);
321 _UntypedIndexingPayloadPredicate pp(&payloadPred);
322 _ComputePrimIndexesInParallel(paths, allErrors, cp, pp);
333 template <
class Callback>
338 _ForEachPrimIndex(fn);
368 const SdfSpecHandle &stopProperty,
369 bool includeStopProperty,
387 const SdfSpecHandle &stopProperty,
388 bool includeStopProperty,
414 const PcpLayerStackPtrVector&
420 template <
class Callback>
425 _ForEachLayerStack(fn);
448 bool filterForExistingCachesOnly)
const;
466 bool filterForExistingCachesOnly)
const;
478 const SdfLayerHandle&
layer,
479 SdfPath* allowedPathInLayer)
const;
527 const TfToken &attributeName)
const;
536 const SdfPath &primIndexPath)
const;
542 const PcpLayerStackPtr &layerStack)
const;
547 const std::unordered_set<std::string>&
550 const PcpLayerStackPtr &layerStack)
const;
618 struct _ParallelIndexer;
633 struct _UntypedIndexingChildrenPredicate {
634 _UntypedIndexingChildrenPredicate() : pred(nullptr),
invoke(nullptr) {}
635 template <
class Pred>
636 explicit _UntypedIndexingChildrenPredicate(
const Pred *pred)
637 : pred(pred),
invoke(_Invoke<Pred>) {}
641 return invoke(pred, index, childNamesToCompose);
644 template <
class Pred>
647 return (*static_cast<const Pred *>(pred))(
index, namesToCompose);
655 struct _UntypedIndexingPayloadPredicate {
656 template <
class Pred>
657 explicit _UntypedIndexingPayloadPredicate(
const Pred *pred)
658 : pred(pred),
invoke(_Invoke<Pred>) {}
660 inline bool operator()(
const SdfPath &
path)
const {
661 return invoke(pred, path);
664 template <
class Pred>
665 static bool _Invoke(
const void *pred,
const SdfPath &
path) {
666 return (*static_cast<const Pred *>(pred))(
path);
674 _ComputePrimIndexWithCompatibleInputs(
687 void _ComputePrimIndexesInParallel(
690 _UntypedIndexingChildrenPredicate childrenPred,
691 _UntypedIndexingPayloadPredicate payloadPred);
694 void _RemovePrimAndPropertyCaches(
const SdfPath& root,
708 void _ForEachPrimIndex(
712 void _ForEachLayerStack(
713 const TfFunctionRef<
void(
const PcpLayerStackPtr&)>& fn)
const;
732 const std::string _fileFormatTarget;
737 PcpLayerStackRefPtr _layerStack;
750 typedef Pcp_LayerStackRegistryRefPtr _LayerStackCache;
755 _LayerStackCache _layerStackCache;
756 _PrimIndexCache _primIndexCache;
757 _PropertyIndexCache _propertyIndexCache;
758 std::unique_ptr<Pcp_Dependencies> _primDependencies;
761 std::unique_ptr<_ParallelIndexer> _parallelIndexer;
766 #endif // PXR_USD_PCP_CACHE_H
PCP_API bool CanHaveOpinionForSite(const SdfPath &localPcpSitePath, const SdfLayerHandle &layer, SdfPath *allowedPathInLayer) const
std::vector< PcpDependency > PcpDependencyVector
void ComputePrimIndexesInParallel(const SdfPathVector &paths, PcpErrorVector *allErrors, const ChildrenPredicate &childrenPred, const PayloadPredicate &payloadPred)
PCP_API bool IsPayloadIncluded(const SdfPath &path) const
Return true if the payload is included for the given path.
PCP_API void Reload(PcpChanges *changes)
PCP_API bool IsLayerMuted(const std::string &layerIdentifier) const
PCP_API bool HasAnyDynamicFileFormatArgumentFieldDependencies() const
#define PXR_NAMESPACE_OPEN_SCOPE
PCP_API const PcpPropertyIndex & ComputePropertyIndex(const SdfPath &propPath, PcpErrorVector *allErrors)
GLsizei const GLchar *const * path
PCP_API const std::string & GetFileFormatTarget() const
Returns the file format target this cache is configured for.
PCP_API PcpDependencyVector FindSiteDependencies(const PcpLayerStackPtr &siteLayerStack, const SdfPath &sitePath, PcpDependencyFlags depMask, bool recurseOnSite, bool recurseOnIndex, bool filterForExistingCachesOnly) const
PCP_API SdfLayerHandleSet GetUsedRootLayers() const
Returns set of all root layers used by this cache.
std::set< SdfHandleTo< SdfLayer >::Handle > SdfLayerHandleSet
PCP_API bool IsUsd() const
Return true if the cache is configured in Usd mode.
PCP_API bool HasAnyDynamicFileFormatArgumentAttributeDependencies() const
PCP_API const std::vector< std::string > & GetMutedLayers() const
PCP_API const PcpPrimIndex & ComputePrimIndex(const SdfPath &primPath, PcpErrorVector *allErrors)
PCP_API std::vector< std::string > GetInvalidSublayerIdentifiers() const
PCP_API const PcpDynamicFileFormatDependencyData & GetDynamicFileFormatArgumentDependencyData(const SdfPath &primIndexPath) const
GLenum GLuint GLint GLint layer
PCP_API bool IsInvalidAssetPath(const std::string &resolvedAssetPath) const
friend const PcpPrimIndex & Pcp_ComputePrimIndexWithCompatibleInputs(PcpCache &cache, const SdfPath &path, const PcpPrimIndexInputs &inputs, PcpErrorVector *allErrors)
PCP_API const SdfPathVector & GetPrimsUsingExpressionVariablesFromLayerStack(const PcpLayerStackPtr &layerStack) const
PCP_API void ComputeAttributeConnectionPaths(const SdfPath &attributePath, SdfPathVector *paths, bool localOnly, const SdfSpecHandle &stopProperty, bool includeStopProperty, SdfPathVector *deletedPaths, PcpErrorVector *allErrors)
PCP_API const PcpPropertyIndex * FindPropertyIndex(const SdfPath &propPath) const
std::vector< class SdfPath > SdfPathVector
PCP_API size_t GetUsedLayersRevision() const
PCP_API void Apply(const PcpCacheChanges &changes, PcpLifeboat *lifeboat)
std::unordered_set< SdfPath, SdfPath::Hash > PayloadSet
Returns the payloads requested for inclusion.
PCP_API PcpLayerStackRefPtr ComputeLayerStack(const PcpLayerStackIdentifier &identifier, PcpErrorVector *allErrors)
PCP_API void RequestPayloads(const SdfPathSet &pathsToInclude, const SdfPathSet &pathsToExclude, PcpChanges *changes=NULL)
std::vector< TfToken > TfTokenVector
Convenience types.
PCP_API void ReloadReferences(PcpChanges *changes, const SdfPath &primPath)
friend class Pcp_Statistics
PCP_API const PcpLayerStackPtrVector & FindAllLayerStacksUsingLayer(const SdfLayerHandle &layer) const
Returns every computed & cached layer stack that includes layer.
PCP_API bool IsInvalidSublayerIdentifier(const std::string &identifier) const
SDF_DECLARE_HANDLES(SdfSpec)
PCP_API PcpLayerStackPtr GetLayerStack() const
PCP_API const std::unordered_set< std::string > & GetExpressionVariablesFromLayerStackUsedByPrim(const SdfPath &primIndexPath, const PcpLayerStackPtr &layerStack) const
PCP_API PcpLayerStackPtr FindLayerStack(const PcpLayerStackIdentifier &identifier) const
PCP_API const PcpPrimIndexInputs & GetPrimIndexInputs() const
std::vector< PcpErrorBasePtr > PcpErrorVector
PCP_API const PcpPrimIndex * FindPrimIndex(const SdfPath &primPath) const
PCP_API void SetVariantFallbacks(const PcpVariantFallbackMap &map, PcpChanges *changes=NULL)
std::set< class SdfPath > SdfPathSet
A set of SdfPaths.
PCP_API std::map< SdfPath, std::vector< std::string >, SdfPath::FastLessThan > GetInvalidAssetPaths() const
friend class Pcp_Dependencies
TF_DECLARE_WEAK_AND_REF_PTRS(PcpLayerStack)
void ForEachPrimIndex(const Callback &callback) const
PCP_API PcpVariantFallbackMap GetVariantFallbacks() const
PCP_API SdfLayerHandleSet GetUsedLayers() const
Returns set of all layers used by this cache.
bool HasRootLayerStack(PcpLayerStackRefPtr const &layerStack) const
#define PXR_NAMESPACE_CLOSE_SCOPE
PCP_API const PcpLayerStackIdentifier & GetLayerStackIdentifier() const
Get the identifier of the layerStack used for composition.
PCP_API bool IsPossibleDynamicFileFormatArgumentField(const TfToken &field) const
void ComputePrimIndexesInParallel(const SdfPath &path, PcpErrorVector *allErrors, const ChildrenPredicate &childrenPred, const PayloadPredicate &payloadPred)
PCP_API void RequestLayerMuting(const std::vector< std::string > &layersToMute, const std::vector< std::string > &layersToUnmute, PcpChanges *changes=nullptr, std::vector< std::string > *newLayersMuted=nullptr, std::vector< std::string > *newLayersUnmuted=nullptr)
void ForEachLayerStack(const Callback &callback) const
PCP_API void ComputeRelationshipTargetPaths(const SdfPath &relationshipPath, SdfPathVector *paths, bool localOnly, const SdfSpecHandle &stopProperty, bool includeStopProperty, SdfPathVector *deletedPaths, PcpErrorVector *allErrors)
PCP_API bool IsPossibleDynamicFileFormatArgumentAttribute(const TfToken &attributeName) const
PCP_API PayloadSet const & GetIncludedPayloads() const
Returns the payloads requested for inclusion.
unsigned int PcpDependencyFlags
A typedef for a bitmask of flags from PcpDependencyType.
PCP_API void PrintStatistics() const
Prints various statistics about the data stored in this cache.
std::map< std::string, std::vector< std::string > > PcpVariantFallbackMap
PCP_API bool UsesLayerStack(const PcpLayerStackPtr &layerStack) const
int invoke(const Func &taskFunc1, Rest...taskFuncN)