Home
last modified time | relevance | path

Searched refs:_nodeSitePaths (Results 1 – 3 of 3) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/usd/pcp/
H A DprimIndex_Graph.cpp141 , _nodeSitePaths(rhs._nodeSitePaths) in PcpPrimIndex_Graph()
199 && _nodeSitePaths[i] == site.path) { in GetNodeUsingSite()
357 SdfPathVector& oldSitePaths = _nodeSitePaths; in _ApplyNodeIndexMapping()
468 _nodeSitePaths.swap(nodeSitePathsAfterMapping); in _ApplyNodeIndexMapping()
482 TF_FOR_ALL(it, _nodeSitePaths) { in AppendChildNameToAllSites()
644 _nodeSitePaths.push_back(site.path); in _CreateNode()
672 _nodeSitePaths.insert( in _CreateNodesForSubgraph()
673 _nodeSitePaths.end(), in _CreateNodesForSubgraph()
674 subgraph._nodeSitePaths.begin(), subgraph._nodeSitePaths.end()); in _CreateNodesForSubgraph()
H A DprimIndex_Graph.h139 _nodeSitePaths[site.nodeIndex]); in GetSdSite()
147 _nodeSitePaths[site.nodeIndex]); in GetSiteRef()
415 std::vector<SdfPath> _nodeSitePaths; variable
H A Dnode.cpp159 TF_VERIFY(_nodeIdx < _graph->_nodeSitePaths.size()); in GetPath()
160 return _graph->_nodeSitePaths[_nodeIdx]; in GetPath()