Searched refs:_childVertexParentIndex (Results 1 – 2 of 2) sorted by relevance
535 _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 …]
160 Index getChildVertexParentIndex(Index v) const { return _childVertexParentIndex[v]; } in getChildVertexParentIndex()391 IndexVector _childVertexParentIndex; variable