Home
last modified time | relevance | path

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

/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/vtr/
H A Drefinement.cpp535 _childVertexParentIndex.resize(_child->getNumVertices()); in populateVertexParentVectors()
551 _childVertexParentIndex[cVert] = pFace; in populateVertexParentFromParentFaces()
563 _childVertexParentIndex[cVert] = pFace; in populateVertexParentFromParentFaces()
576 _childVertexParentIndex[cVert] = pEdge; in populateVertexParentFromParentEdges()
588 _childVertexParentIndex[cVert] = pEdge; in populateVertexParentFromParentEdges()
601 _childVertexParentIndex[cVert] = pVert; in populateVertexParentFromParentVertices()
613 _childVertexParentIndex[cVert] = pVert; in populateVertexParentFromParentVertices()
775 _child->_vertTags[cVert] = _parent->_vertTags[_childVertexParentIndex[cVert]]; in populateVertexTagsFromParentVertices()
948 Index pVert = _childVertexParentIndex[cVert]; in subdivideVertexSharpness()
978 Index pEdge = _childVertexParentIndex[cVert]; in reclassifySemisharpVertices()
[all …]
H A Drefinement.h160 Index getChildVertexParentIndex(Index v) const { return _childVertexParentIndex[v]; } in getChildVertexParentIndex()
391 IndexVector _childVertexParentIndex; variable