Home
last modified time | relevance | path

Searched refs:_GetEdgeId (Results 1 – 2 of 2) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/imaging/hdx/
H A DpickTask.cpp620 hit->edgeIndex = _GetEdgeId(index); in _ResolveHit()
640 boost::hash_combine(hash, _GetEdgeId(index)); in _GetHash()
656 && (_GetEdgeId(index) == -1); in _IsValidHit()
H A DpickTask.h334 int _GetEdgeId(int index) const { in _GetEdgeId() function