Searched refs:PcpLifeboat (Results 1 – 10 of 10) sorted by relevance
/dports/misc/usd/USD-21.11/pxr/usd/pcp/ |
H A D | changes.h | 141 class PcpLifeboat { 143 PcpLifeboat(); 144 ~PcpLifeboat(); 157 void Swap(PcpLifeboat& other); 303 const PcpLifeboat& GetLifeboat() const; 414 mutable PcpLifeboat _lifeboat;
|
H A D | cache.h | 56 class PcpLifeboat; variable 590 void Apply(const PcpCacheChanges& changes, PcpLifeboat* lifeboat); 707 void _RemovePrimCache(const SdfPath& primPath, PcpLifeboat* lifeboat); 709 PcpLifeboat* lifeboat); 710 void _RemovePropertyCache(const SdfPath& root, PcpLifeboat* lifeboat); 711 void _RemovePropertyCaches(const SdfPath& root, PcpLifeboat* lifeboat);
|
H A D | dependencies.h | 48 class PcpLifeboat; variable 86 void Remove(const PcpPrimIndex &primIndex, PcpLifeboat *lifeboat); 90 void RemoveAll(PcpLifeboat* lifeboat);
|
H A D | layerStack.h | 53 class PcpLifeboat; variable 192 void Apply(const PcpLayerStackChanges& changes, PcpLifeboat* lifeboat);
|
H A D | changes.cpp | 81 PcpLifeboat::PcpLifeboat() in PcpLifeboat() function in PcpLifeboat 86 PcpLifeboat::~PcpLifeboat() in ~PcpLifeboat() 92 PcpLifeboat::Retain(const SdfLayerRefPtr& layer) in Retain() 98 PcpLifeboat::Retain(const PcpLayerStackRefPtr& layerStack) in Retain() 104 PcpLifeboat::GetLayerStacks() const in GetLayerStacks() 110 PcpLifeboat::Swap(PcpLifeboat& other) in Swap() 1620 const PcpLifeboat&
|
H A D | namespaceEdits.h | 42 class PcpLifeboat; variable
|
H A D | dependencies.cpp | 155 Pcp_Dependencies::Remove(const PcpPrimIndex &primIndex, PcpLifeboat *lifeboat) in Remove() 273 Pcp_Dependencies::RemoveAll(PcpLifeboat* lifeboat) in RemoveAll()
|
H A D | cache.cpp | 891 PcpCache::Apply(const PcpCacheChanges& changes, PcpLifeboat* lifeboat) in Apply() 1144 PcpCache::_RemovePrimCache(const SdfPath& primPath, PcpLifeboat* lifeboat) in _RemovePrimCache() 1156 PcpLifeboat* lifeboat) in _RemovePrimAndPropertyCaches() 1172 PcpCache::_RemovePropertyCache(const SdfPath& root, PcpLifeboat* lifeboat) in _RemovePropertyCache() 1182 PcpCache::_RemovePropertyCaches(const SdfPath& root, PcpLifeboat* lifeboat) in _RemovePropertyCaches()
|
H A D | overview.dox | 187 the cached computations that yielded them are invalidated, PcpLifeboat 192 PcpLifeboat, so clients should rarely need to interact with one directly.
|
H A D | layerStack.cpp | 438 PcpLayerStack::Apply(const PcpLayerStackChanges& changes, PcpLifeboat* lifeboat) in Apply()
|