Home
last modified time | relevance | path

Searched refs:InsertChildSubgraph (Results 1 – 5 of 5) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/usd/pcp/
H A Dnode.cpp57 PcpNodeRef::InsertChildSubgraph( in InsertChildSubgraph() function in PcpNodeRef
61 return _graph->InsertChildSubgraph(*this, subgraph, arc, error); in InsertChildSubgraph()
H A DprimIndex_Graph.h122 PcpNodeRef InsertChildSubgraph(
H A Dnode.h141 PcpNodeRef InsertChildSubgraph(
H A DprimIndex_Graph.cpp540 PcpPrimIndex_Graph::InsertChildSubgraph( in InsertChildSubgraph() function in PcpPrimIndex_Graph
H A DprimIndex.cpp369 PcpNodeRef newNode = parent.InsertChildSubgraph( in Append()