Home
last modified time | relevance | path

Searched refs:vIt (Results 1 – 25 of 83) sorted by relevance

1234

/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DVertexCommand.cpp44 Model::VertexToBrushesMap::const_iterator vIt, vEnd; in extractVertexMap() local
47 for (vIt = vertices.begin(), vEnd = vertices.end(); vIt != vEnd; ++vIt) { in extractVertexMap()
48 const Vec3& position = vIt->first; in extractVertexMap()
49 const Model::BrushSet& vertexBrushes = vIt->second; in extractVertexMap()
63 Model::VertexToEdgesMap::const_iterator vIt, vEnd; in extractEdgeMap() local
64 for (vIt = edges.begin(), vEnd = edges.end(); vIt != vEnd; ++vIt) { in extractEdgeMap()
65 const Model::BrushEdgeSet& mappedEdges = vIt->second; in extractEdgeMap()
86 Model::VertexToFacesMap::const_iterator vIt, vEnd; in extractFaceMap() local
87 for (vIt = faces.begin(), vEnd = faces.end(); vIt != vEnd; ++vIt) { in extractFaceMap()
88 const Model::BrushFaceSet& mappedFaces = vIt->second; in extractFaceMap()
H A DVertexHandleManager.cpp250 for (vIt = brushVertices.begin(), vEnd = brushVertices.end(); vIt != vEnd; ++vIt) { in addBrush()
297 for (vIt = brushVertices.begin(), vEnd = brushVertices.end(); vIt != vEnd; ++vIt) { in removeBrush()
394 …for (vIt = m_selectedVertexHandles.begin(), vEnd = m_selectedVertexHandles.end(); vIt != vEnd; ++v… in deselectAllVertexHandles()
395 const Vec3& position = vIt->first; in deselectAllVertexHandles()
575 …for (vIt = m_unselectedVertexHandles.begin(), vEnd = m_unselectedVertexHandles.end(); vIt != vEnd;… in pick()
583 …for (vIt = m_selectedVertexHandles.begin(), vEnd = m_selectedVertexHandles.end(); vIt != vEnd; ++v… in pick()
584 const Vec3& position = vIt->first; in pick()
704 for (vIt = vertices.begin(), vEnd = vertices.end(); vIt != vEnd; ++vIt) { in findVertexHandlePositions()
780 …for (vIt = m_unselectedVertexHandles.begin(), vEnd = m_unselectedVertexHandles.end(); vIt != vEnd;… in validateRenderState()
781 const Vec3& position = vIt->first; in validateRenderState()
[all …]
H A DSnapBrushVerticesCommand.cpp47 Model::Brush::VertexList::const_iterator vIt, vEnd; in snap() local
52 for (vIt = vertices.begin(), vEnd = vertices.end(); vIt != vEnd; ++vIt) { in snap()
53 const Model::BrushVertex* vertex = *vIt; in snap()
/dports/graphics/dilay/dilay-1.9.0/lib/src/tool/trim-mesh/
H A Dsplit-mesh.cpp140 BorderVertices::iterator vIt = borderVertices.end (); in addPolylinesToBorder() local
144 if (vIt == borderVertices.end ()) in addPolylinesToBorder()
147 vIt = borderVertices.begin (); in addPolylinesToBorder()
153 *vIt, [&border, &borderVertices, &vIt, &foundNext](unsigned int a) { in addPolylinesToBorder()
160 if (traverseAlongEdge (border, *vIt, *bIt)) in addPolylinesToBorder()
162 border.addVertex (*vIt, border.mesh ().vertex (*vIt)); in addPolylinesToBorder()
163 borderVertices.erase (vIt); in addPolylinesToBorder()
164 vIt = bIt; in addPolylinesToBorder()
173 border.addVertex (*vIt, border.mesh ().vertex (*vIt)); in addPolylinesToBorder()
174 borderVertices.erase (vIt); in addPolylinesToBorder()
[all …]
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/onedgrid/
H A Donedgridindexsets.hh130 OneDGridList<OneDEntityImp<0> >::const_iterator vIt; in update() local
131 …for (vIt = grid_->vertices(level_).begin(); vIt != grid_->vertices(level_).end(); vIt = vIt->succ_) in update()
133 const_cast<OneDEntityImp<0>*>(vIt)->levelIndex_ = numVertices_++; in update()
277 const OneDEntityImp<0>* vIt; in update() local
278 for (vIt = grid_.vertices(i).begin(); vIt != grid_.vertices(i).end(); vIt = vIt->succ_) { in update()
281 if (vIt->isLeaf()) in update()
282 const_cast<OneDEntityImp<0>*>(vIt)->leafIndex_ = numVertices_++; in update()
284 const_cast<OneDEntityImp<0>*>(vIt)->leafIndex_ = vIt->son_->leafIndex_; in update()
/dports/devel/stxxl/stxxl-1.4.1/tests/containers/btree/
H A Dtest_btree_insert_erase.cpp98 stxxl::vector<int>::const_iterator vIt = Values.begin(); in main() local
100 for ( ; vIt != Values.end(); ++vIt) in main()
102 btree_type::iterator bIt = BTree.find(*vIt); in main()
105 STXXL_CHECK(BTree.erase((*vIt) + 1) == 0); in main()
107 STXXL_CHECK(BTree.erase(*vIt) == 1); in main()
109 STXXL_CHECK(BTree.find(*vIt) == BTree.end()); in main()
111 STXXL_CHECK(BTree.erase(*vIt) == 0); in main()
H A Dtest_btree_insert_find.cpp85 stxxl::vector<int>::const_iterator vIt = Values.begin(); in main() local
87 for ( ; vIt != Values.end(); ++vIt) in main()
89 btree_type::iterator bIt = BTree.find(*vIt); in main()
91 STXXL_CHECK(bIt->first == *vIt); in main()
H A Dtest_btree_insert_scan.cpp96 stxxl::vector<int>::const_iterator vIt = Values.begin(); in main() local
99 for ( ; vIt != Values.end(); ++vIt, ++bIt) in main()
101 STXXL_CHECK(*vIt == bIt->first); in main()
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/input/c/
H A Dfor-space.c7 for ( ; vIt != Values.end(); ++vIt) in f()
9 for ( ; vIt != Values.end(); ++vIt) in f()
/dports/math/dune-foamgrid/dune-foamgrid-43bfdb6181fae187fd803eca935a030d8d5ab0bc/dune/foamgrid/foamgrid/
H A Dfoamgrid.cc80 for (; vIt!=vEndIt; ++vIt) in globalRefine()
84 vIt->nSons_=0; in globalRefine()
1023 for(auto vIt = eIt->vertex_.begin(); vIt != eIt->vertex_.end(); ++vIt) in grow() local
1055 for(auto vIt = verticesToInsert_.begin(); vIt != verticesToInsert_.end(); ++vIt) in grow() local
1059 if(vIt->id_ == (*otherVIt)->id_ && vIt->level_ == (*otherVIt)->level_) in grow()
1067 if(minVertexLevel[&(*vIt)] > maxVertexLevel[&(*vIt)]) in grow()
1096 for(auto vIt = eIt->vertex_.begin(); vIt != eIt->vertex_.end(); ++vIt) in grow() local
1097 if((*vIt)->isNew_) in grow()
1105 for(auto vIt = eIt->vertex_.begin(); vIt != eIt->vertex_.end(); ++vIt) in grow() local
1127 (*vIt) = insertedMap[*vIt]; in grow()
[all …]
H A Dfoamgridindexsets.hh129 …e std::list<FoamGridEntityImp<0, dimgrid, dimworld, typename GridImp::ctype> >::const_iterator vIt; in update() local
130 for (vIt = std::get<0>(grid_->entityImps_[level_]).begin(); in update()
131 vIt != std::get<0>(grid_->entityImps_[level_]).end(); in update()
132 ++vIt) in update()
134 *const_cast<unsigned int*>(&(vIt->levelIndex_)) = numVertices_++; in update()
356 …typename GridImp::Traits::template Codim<dimgrid>::LevelIterator vIt = grid_.template lbegin<di… in update() local
359 for (; vIt!=vEndIt; ++vIt) { in update()
361 …nst FoamGridEntityImp<0, dimgrid, dimworld, typename GridImp::ctype>* target = vIt->impl().target_; in update()
365 if(vIt->type().isVertex() && dimgrid==2) in update()
/dports/misc/adios2/ADIOS2-2.7.1/source/utils/adios_iotest/
H A DprocessConfig.cpp621 auto vIt = grpIt->second.find(words[widx]); in processConfig() local
622 if (vIt == grpIt->second.end()) in processConfig()
631 cmd->variables.push_back(vIt->second); in processConfig()
720 if (vIt == grpIt->second.end()) in processConfig()
734 << vIt->second->name in processConfig()
740 cmd->variables.push_back(vIt->second); in processConfig()
813 auto vIt = grpIt->second.find(ovp->name); in processConfig() local
868 if (vIt == grpIt->second.end()) in processConfig()
879 std::cout << " " << vIt->second->name; in processConfig()
881 currentVarList->push_back(vIt->second); in processConfig()
[all …]
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Apps/Unsupported/IvViewer/
H A DSoOpenMeshNodeT_impl.hh317 typename Mesh::ConstVertexIter vIt(mesh_->vertices_begin()); in computeBBox() local
320 typename Mesh::Point min(mesh_->point(vIt)); in computeBBox()
321 typename Mesh::Point max(mesh_->point(vIt)); in computeBBox()
324 for (++vIt; vIt != vEnd; ++vIt) in computeBBox()
326 max.maximize(mesh_->point(vIt)); in computeBBox()
327 min.minimize(mesh_->point(vIt)); in computeBBox()
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/io/file/test/
H A Damirameshtest.cc74 YaspGrid<3>::Codim<3>::LeafIterator vIt = grid3d.leafbegin<3>(); in testWritingUniformData() local
77 for (; vIt!=vEndIt; ++vIt) in testWritingUniformData()
78 vertexdata3d[grid3d.leafIndexSet().index(*vIt)] = vIt->geometry().corner(0).two_norm(); in testWritingUniformData()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Assets/
H A DBsp29Model.cpp63 Face::VertexList::const_iterator vIt, vEnd; in transformedBounds() local
64 for (vIt = vertices.begin(), vEnd = vertices.end(); vIt != vEnd; ++vIt) in transformedBounds()
65 result.mergeWith(vIt->v1); in transformedBounds()
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/io/file/amiramesh/
H A Damirameshwriter.cc143 for(vIterator vIt = refinement.vBegin(refInterval); vIt != vEnd; ++vIt) in addGrid() local
144 vertices[vIt.index()]=(eIt->geometry().global(vIt.coords())); in addGrid()
580 typename GridView::template Codim<dim>::Iterator vIt = gridView.template begin<dim>(); in addUniformData() local
583 for (; vIt!=vEndIt; ++vIt) in addUniformData()
585 bbox[2*i] = std::min((double)bbox[2*i], vIt->geometry().corner(0)[i]); in addUniformData()
586 bbox[2*i+1] = std::max((double)bbox[2*i+1], vIt->geometry().corner(0)[i]); in addUniformData()
676 VertexIterator vIt = gridView.template begin<dim>(); in writeSurfaceGrid() local
681 for (; vIt!=vEndIt; ++vIt) { in writeSurfaceGrid()
682 typename GridView::IndexSet::IndexType idx = indexSet.index(*vIt); in writeSurfaceGrid()
683 coords[idx] = vIt->geometry().corner(0); in writeSurfaceGrid()
/dports/net-im/chatterino2/chatterino2-2.3.4/src/providers/twitch/
H A DTwitchBadges.cpp47 for (auto vIt = versions.begin(); vIt != versions.end(); in loadTwitchBadges() local
48 ++vIt) in loadTwitchBadges()
50 auto versionObj = vIt.value().toObject(); in loadTwitchBadges()
70 (*badgeSets)[key][vIt.key()] = in loadTwitchBadges()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/torch_glow/tests/unittests/
H A DGlowIValueTests.cpp200 auto vIt = mPtr->find(k); in TEST() local
201 ASSERT_TRUE(vIt != mPtr->end()); in TEST()
204 ASSIGN_VALUE_OR_FAIL_TEST(v, vIt->second.toInt()); in TEST()
226 auto vIt = mPtr->find(k); in TEST() local
227 ASSERT_TRUE(vIt != mPtr->end()); in TEST()
230 ASSIGN_VALUE_OR_FAIL_TEST(v, vIt->second.toInt()); in TEST()
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Apps/ProgViewer/
H A DProgViewerWidget.cc150 vIt(mesh_.vertices_begin()), in open_prog_mesh() local
155 bbMin = bbMax = mesh_.point(*vIt); in open_prog_mesh()
156 for (; vIt!=vEnd; ++vIt) in open_prog_mesh()
158 bbMin.minimize(mesh_.point(*vIt)); in open_prog_mesh()
159 bbMax.maximize(mesh_.point(*vIt)); in open_prog_mesh()
/dports/graphics/okular/okular-21.12.3/part/
H A Dthumbnaillist.cpp393 for (; vIt != vEnd; ++vIt) in notifyPageChanged()
394 if ((*vIt)->pageNumber() == pageNumber) { in notifyPageChanged()
395 (*vIt)->update(); in notifyPageChanged()
415 QVector<Okular::VisiblePageRect *>::const_iterator vIt = visibleRects.begin(); in notifyVisibleRectsChanged() local
416 for (; (vIt != vEnd) && !found; ++vIt) { in notifyVisibleRectsChanged()
417 if ((*tIt)->pageNumber() == (*vIt)->pageNumber) { in notifyVisibleRectsChanged()
418 (*tIt)->setVisibleRect((*vIt)->rect); in notifyVisibleRectsChanged()
432 for (; vIt != vEnd; ++vIt) in canUnloadPixmap()
433 if ((*vIt)->pageNumber() == pageNumber) in canUnloadPixmap()
444 for (; vIt != vEnd; ++vIt) { in updateWidgets()
[all …]
/dports/graphics/enblend/enblend-enfuse-4.2/src/
H A Dfunctoraccessor.hxx490 typename V::iterator vIt = value.begin();
492 while ( v1It != v1.end() && vIt != value.end()) {
493 *v1It = detail::RequiresExplicitCast<VALUETYPE>::cast(*vIt);
495 ++vIt;
499 while ( v2It != v1.end() && vIt != value.end()) {
500 *v2It = detail::RequiresExplicitCast<VALUETYPE>::cast(*vIt);
502 ++vIt;
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageStatistics/test/
H A DitkLabelStatisticsImageFilterTest.cxx94 for(auto vIt=filter->GetValidLabelValues().begin(); in itkLabelStatisticsImageFilterTest() local
95 vIt != filter->GetValidLabelValues().end(); in itkLabelStatisticsImageFilterTest()
96 ++vIt) in itkLabelStatisticsImageFilterTest()
98 if ( filter->HasLabel(*vIt) ) in itkLabelStatisticsImageFilterTest()
/dports/devel/poco/poco-1.10.1-all/Net/src/
H A DSocket.cpp443 std::vector<char*>::const_iterator vIt = vec.begin(); in makeBufVec() local
444 for (; it != end; ++it, ++vIt) in makeBufVec()
446 *it = makeBuffer(*vIt, strlen(*vIt)); in makeBufVec()
457 std::vector<std::string>::const_iterator vIt = vec.begin(); in makeBufVec() local
458 for (; it != end; ++it, ++vIt) in makeBufVec()
460 char* c = const_cast<char*>(vIt->data()); in makeBufVec()
461 *it = makeBuffer(reinterpret_cast<void*>(c), vIt->size()); in makeBufVec()
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Apps/Unsupported/Streaming/Client/
H A DMeshViewerWidgetT_impl.hh100 typename Mesh::ConstVertexIter vIt(mesh_.vertices_begin()); in open_mesh() local
108 bbMin = bbMax = OpenMesh::vector_cast<Vec3f>(mesh_.point(vIt)); in open_mesh()
110 for (size_t count=0; vIt!=vEnd; ++vIt, ++count) in open_mesh()
112 bbMin.minimize( OpenMesh::vector_cast<Vec3f>(mesh_.point(vIt))); in open_mesh()
113 bbMax.maximize( OpenMesh::vector_cast<Vec3f>(mesh_.point(vIt))); in open_mesh()
122 mesh_.set_color( vIt, c ); in open_mesh()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/Statistics/test/
H A DitkScalarImageToTextureFeaturesFilterTest.cxx271 TextureFilterType::OffsetVector::ConstIterator vIt; in itkScalarImageToTextureFeaturesFilterTest() local
274 for (vIt = offsets->Begin(), vIt2 = offsets2->Begin(); vIt != offsets->End(); ++vIt,++vIt2) in itkScalarImageToTextureFeaturesFilterTest()
276 if ( vIt.Value() != vIt2.Value() ) in itkScalarImageToTextureFeaturesFilterTest()

1234