Searched refs:_vertChildVertIndex (Results 1 – 5 of 5) sorted by relevance
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/vtr/ |
H A D | triRefinement.cpp | 108 _vertChildVertIndex.resize(vertChildVertCount, initValue); in allocateParentChildIndices() 169 cFaceVerts[0] = _vertChildVertIndex[pFaceVerts[0]]; in populateFaceVerticesFromParentFaces() 177 cFaceVerts[1] = _vertChildVertIndex[pFaceVerts[1]]; in populateFaceVerticesFromParentFaces() 185 cFaceVerts[2] = _vertChildVertIndex[pFaceVerts[2]]; in populateFaceVerticesFromParentFaces() 335 cEdgeVerts[1] = _vertChildVertIndex[pEdgeVerts[0]]; in populateEdgeVerticesFromParentEdges() 341 cEdgeVerts[1] = _vertChildVertIndex[pEdgeVerts[1]]; in populateEdgeVerticesFromParentEdges() 610 Index cVert = _vertChildVertIndex[pVert]; in populateVertexFacesFromParentVertices() 795 Index cVert = _vertChildVertIndex[pVert]; in populateVertexEdgesFromParentVertices()
|
H A D | refinement.cpp | 261 … _childVertFromVertCount = sequenceFullIndexVector(_vertChildVertIndex, _firstChildVertFromVert); in populateParentChildIndices() 264 … _childVertFromVertCount = sequenceFullIndexVector(_vertChildVertIndex, _firstChildVertFromVert); in populateParentChildIndices() 293 … _childVertFromVertCount = sequenceSparseIndexVector(_vertChildVertIndex, _firstChildVertFromVert); in populateParentChildIndices() 296 … _childVertFromVertCount = sequenceSparseIndexVector(_vertChildVertIndex, _firstChildVertFromVert); in populateParentChildIndices() 338 printf(" Child vert: %d\n", _vertChildVertIndex[pVert]); in printParentToChildMapping() 607 Index cVert = _vertChildVertIndex[pVert]; in populateVertexParentFromParentVertices() 1175 markSparseIndexSelected(_vertChildVertIndex[pVert]); in markSparseVertexChildren()
|
H A D | quadRefinement.cpp | 91 _vertChildVertIndex.resize(vertChildVertCount, initValue); in allocateParentChildIndices() 150 Index cVertOfVert = _vertChildVertIndex[pFaceVerts[j]]; in populateFaceVerticesFromParentFaces() 332 cEdgeVerts[1] = _vertChildVertIndex[pEdgeVerts[j]]; in populateEdgeVerticesFromParentEdges() 651 int cVert = _vertChildVertIndex[pVert]; in populateVertexFacesFromParentVertices() 873 int cVert = _vertChildVertIndex[pVert]; in populateVertexEdgesFromParentVertices()
|
H A D | refinement.h | 146 Index getVertexChildVertex(Index v) const { return _vertChildVertIndex[v]; } in getVertexChildVertex() 384 IndexVector _vertChildVertIndex; variable
|
H A D | level.cpp | 521 … printf(" vert child-verts = %lu\n", (unsigned long)pRefinement->_vertChildVertIndex.size()); in print() 522 … for (int i = 0; printVertChildVerts && i < (int)pRefinement->_vertChildVertIndex.size(); ++i) { in print() 523 printf(" vert %4d child vert: %d\n", i, pRefinement->_vertChildVertIndex[i]); in print()
|