Home
last modified time | relevance | path

Searched refs:_curveIndices (Results 1 – 4 of 4) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/imaging/hd/
H A DbasisCurvesTopology.cpp58 , _curveIndices() in HdBasisCurvesTopology()
72 , _curveIndices(src._curveIndices) in HdBasisCurvesTopology()
77 _numPoints = _ComputeNumPoints(_curveVertexCounts, _curveIndices); in HdBasisCurvesTopology()
90 , _curveIndices(curveIndices) in HdBasisCurvesTopology()
105 _numPoints = _ComputeNumPoints(_curveVertexCounts, _curveIndices); in HdBasisCurvesTopology()
123 _curveIndices == other._curveIndices && in operator ==()
145 hash = ArchHash64((const char*)_curveIndices.cdata(), in ComputeHash()
146 _curveIndices.size() * sizeof(int), hash); in ComputeHash()
H A DbasisCurvesTopology.h125 return _curveIndices; in GetCurveIndices()
145 bool HasIndices() const { return !_curveIndices.empty(); } in HasIndices()
170 VtIntArray _curveIndices; variable
H A DbasisCurvesTopologySchema.cpp153 _curveIndices = curveIndices; in SetCurveIndices()
186 _curveIndices, in Build()
H A DbasisCurvesTopologySchema.h119 HdIntArrayDataSourceHandle _curveIndices; variable