Home
last modified time | relevance | path

Searched refs:Pcp_SdSiteRef (Results 1 – 6 of 6) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/usd/pcp/
H A Dtypes.h133 struct Pcp_SdSiteRef : boost::totally_ordered<Pcp_SdSiteRef> { struct
134 Pcp_SdSiteRef(const SdfLayerRefPtr& layer_, const SdfPath& path_) : in Pcp_SdSiteRef() function
140 bool operator==(const Pcp_SdSiteRef& other) const
145 bool operator<(const Pcp_SdSiteRef& other) const
H A DprimIndex_Graph.h143 Pcp_SdSiteRef GetSiteRef(const Pcp_CompressedSdSite& site) const in GetSiteRef()
145 return Pcp_SdSiteRef(_GetNode(site.nodeIndex). in GetSiteRef()
H A Diterator.h138 Pcp_SdSiteRef _GetSiteRef() const;
179 Pcp_SdSiteRef _GetSiteRef() const in _GetSiteRef()
H A Diterator.cpp120 Pcp_SdSiteRef
H A DpropertyIndex.cpp361 const Pcp_SdSiteRef primSite = i.base()._GetSiteRef(); in GatherPropertySpecs()
H A DprimIndex.cpp308 Pcp_SdSiteRef site = i.base()._GetSiteRef(); in ComposeAuthoredVariantSelections()