Searched refs:vertexItr (Results 1 – 2 of 2) sorted by relevance
1148 std::vector<Vertex4Tex4>::iterator vertexItr = vertices.begin(); in createQuadMosaicCube() local1154 vertexItr->texCoord.xyz() = texCoordsCube[texCoordCubeIndices[quadNdx][vertexNdx]]; in createQuadMosaicCube()1155 vertexItr++; in createQuadMosaicCube()1165 std::vector<Vertex4Tex4>::iterator vertexItr = vertices.begin(); in createQuadMosaicCubeArray() local1171 vertexItr->texCoord.w() = (float)faceArrayIndices[quadNdx]; in createQuadMosaicCubeArray()1172 vertexItr++; in createQuadMosaicCubeArray()
375 typedef typename graph_traits< Graph >::vertex_iterator vertexItr; in iterative_bit_vector_dominator_tree() typedef389 vertexItr vi, viend; in iterative_bit_vector_dominator_tree()