Home
last modified time | relevance | path

Searched defs:v_it (Results 1 – 25 of 122) sorted by relevance

12345

/dports/math/openmesh/OpenMesh-8.1/src/Unittests/
H A Dunittests_convert_meshes.cc149 for ( Mesh::VertexIter v_it = mesh_.vertices_begin() ; v_it != mesh_.vertices_end(); ++v_it ) { in TEST_F() local
162 Mesh::VertexIter v_it = p.vertices_begin(); in TEST_F() local
225 for ( Mesh::VertexIter v_it = mesh_.vertices_begin() ; v_it != mesh_.vertices_end(); ++v_it ) { in TEST_F() local
238 Mesh::VertexIter v_it = p.vertices_begin(); in TEST_F() local
273 for ( Mesh::EdgeIter v_it = mesh_.edges_begin() ; v_it != mesh_.edges_end(); ++v_it ) { in TEST_F() local
286 Mesh::EdgeIter v_it = p.edges_begin(); in TEST_F() local
H A Dunittests_property.cc86 for ( Mesh::VertexIter v_it = mesh_.vertices_begin() ; v_it != mesh_.vertices_end(); ++v_it ) { in TEST_F() local
92 Mesh::VertexIter v_it = mesh_.vertices_begin(); in TEST_F() local
176 for ( Mesh::VertexIter v_it = mesh_.vertices_begin() ; v_it != mesh_.vertices_end(); ++v_it ) { in TEST_F() local
182 Mesh::VertexIter v_it = mesh_.vertices_begin(); in TEST_F() local
264 for ( Mesh::VertexIter v_it = mesh_.vertices_begin() ; v_it != mesh_.vertices_end(); ++v_it ) { in TEST_F() local
269 Mesh::VertexIter v_it = mesh_.vertices_begin(); in TEST_F() local
482 for ( Mesh::VertexIter v_it = mesh_.vertices_begin() ; v_it != mesh_.vertices_end(); ++v_it ) { in TEST_F() local
487 Mesh::VertexIter v_it = mesh_.vertices_begin(); in TEST_F() local
H A Dunittests_trimesh_circulator_current_halfedge_handle_replacement.cc182 for (Mesh::VertexIter v_it = mesh_.vertices_begin(); v_it != mesh_.vertices_end(); ++v_it) { in TEST_F() local
186 for (Mesh::VertexIter v_it = mesh_.vertices_begin(); v_it != mesh_.vertices_end(); ++v_it) { in TEST_F() local
337 for (Mesh::VertexIter v_it = mesh_.vertices_begin(); v_it != mesh_.vertices_end(); ++v_it) { in TEST_F() local
341 for (Mesh::VertexIter v_it = mesh_.vertices_begin(); v_it != mesh_.vertices_end(); ++v_it) { in TEST_F() local
H A Dunittests_trimesh_iterators.cc69 Mesh::VertexIter v_it = mesh_.vertices_begin(); in TEST_F() local
127 Mesh::VertexIter v_it = Mesh::VertexIter(mesh_,mesh_.vertex_handle(2)); in TEST_F() local
189 for (Mesh::VertexIter v_it = mesh_.vertices_begin(); v_it != mesh_.vertices_end() ; ++ v_it) { in TEST_F() local
971 for (auto v_it = mesh_.vertices_begin(); v_it != mesh_.vertices_end(); ++v_it) in TEST_F() local
976 for (auto v_it = mesh_.vertices_sbegin(); v_it != mesh_.vertices_end(); ++v_it) in TEST_F() local
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Tools/Smoother/
H A DSmootherT_impl.hh124 typename Mesh::VertexIter v_it, v_end(mesh_.vertices_end()); in initialize() local
154 typename Mesh::VertexIter v_it, v_end(mesh_.vertices_end()); in set_active_vertices() local
252 typename Mesh::VertexIter v_it(mesh_.vertices_begin()), in set_relative_local_error() local
355 typename Mesh::VertexIter v_it(mesh_.vertices_begin()), in project_to_tangent_plane() local
385 typename Mesh::VertexIter v_it(mesh_.vertices_begin()), in local_error_check() local
419 typename Mesh::VertexIter v_it(mesh_.vertices_begin()), in move_points() local
H A DJacobiLaplaceSmootherT_impl.hh102 typename Mesh::VertexIter v_it, v_end(Base::mesh_.vertices_end()); in compute_new_positions_C0() local
140 typename Mesh::VertexIter v_it, v_end(Base::mesh_.vertices_end()); in compute_new_positions_C1() local
/dports/math/cgal/CGAL-5.3/include/CGAL/QP_solver/
H A DQP__filtered_base_impl.h54 C_auxiliary_iterator v_it; in init() local
165 Values_NT_iterator v_it = lambda_NT.begin(); in update_maxima() local
223 Values_NT_iterator v_it = x_B_O_NT.begin(); in update_maxima() local
259 Values_NT_iterator v_it; in update_maxima() local
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/
H A Dbwm_observable_mesh_circular.cxx8 std::map<int, bmsh3d_vertex* >::iterator v_it = vertices.begin(); in decrease_radius() local
28 std::map<int, bmsh3d_vertex* >::iterator v_it = vertices.begin(); in increase_radius() local
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Tools/Subdivider/Uniform/Composite/
H A DCompositeT_impl.hh99 typename MeshType::VertexIter v_it; in Tvv3() local
163 typename MeshType::VertexIter v_it; in Tvv4() local
218 typename MeshType::VertexIter v_it; in Tfv() local
541 typename MeshType::VertexIter v_it; in FV() local
568 typename MeshType::VertexIter v_it; in FVc() local
611 typename MeshType::VertexIter v_it; in FVc() local
839 typename MeshType::VertexIter v_it; in EV() local
899 typename MeshType::VertexIter v_it; in EVc() local
1000 typename MeshType::VertexIter v_it; in VV() local
1035 typename MeshType::VertexIter v_it; in VVc() local
[all …]
/dports/math/openmesh/OpenMesh-8.1/Doc/Examples/
H A Dcirculators.cc4 for (MyMesh::VertexIter v_it=mesh.vertices_sbegin(); v_it!=mesh.vertices_end(); ++v_it) variable
H A Diterators.cc4 for (MyMesh::VertexIter v_it=mesh.vertices_begin(); v_it!=mesh.vertices_end(); ++v_it) variable
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Examples/Tutorial05/
H A Dproperties.cc52 for (MyMesh::VertexIter v_it = mesh.vertices_begin(); in main() local
/dports/math/openmesh/OpenMesh-8.1/Doc/Tutorial/05-std_properties/
H A Dproperties.cc52 for (MyMesh::VertexIter v_it = mesh.vertices_begin(); in main() local
/dports/graphics/animorph/animorph-0.3/src/
H A Dutil.cpp128 for (vector<int>::const_iterator v_it = vertexNumbers.begin (); in calcCenteroid() local
151 for (vector<int>::const_iterator v_it = vertexNumbers.begin (); in calcAverageNormalLength() local
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bmsh3d/
H A Dbmsh3d_textured_mesh_mc.cxx27 std::map<int, bmsh3d_vertex* >::iterator v_it; in bmsh3d_textured_mesh_mc() local
89 auto v_it = vertices.begin(); in clone() local
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/CoMISo/NSolver/
H A DLeastSquaresProblem.cc129 NConstraintInterface::SVectorNC::InnerIterator v_it(gterm); in eval_gradient() local
159 NConstraintInterface::SVectorNC::InnerIterator v_it (gterm); in eval_hessian() local
H A DCPLEXSolverT.cc108 NConstraintInterface::SVectorNC::InnerIterator v_it(gc); in solve2() local
348 NConstraintInterface::SVectorNC::InnerIterator v_it(gc); in solve() local
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/Mesh/
H A DArrayKernelT_impl.hh204 KernelVertexIter v_it(vertices_begin()), v_end(vertices_end()); in garbage_collection() local
260 …typename std_API_Container_VHandlePointer::iterator v_it(vh_to_update.begin()), v_it_end(vh_to_upd… in garbage_collection() local
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Tools/Decimater/
H A DDecimaterT_impl.hh155 typename Mesh::VertexIter v_it, v_end(mesh_.vertices_end()); in decimate() local
262 typename Mesh::VertexIter v_it, v_end(mesh_.vertices_end()); in decimate_to_faces() local
H A DModProgMeshT_impl.hh91 v_it=Base::mesh().vertices_begin(), in write() local
/dports/math/openmesh/OpenMesh-8.1/Doc/Tutorial/06-attributes/
H A Dattributes.cc85 for (MyMesh::VertexIter v_it = mesh.vertices_begin(); in main() local
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Examples/Tutorial06/
H A Dattributes.cc85 for (MyMesh::VertexIter v_it = mesh.vertices_begin(); in main() local
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Examples/Tutorial03/
H A Dsmooth.cc38 MyMesh::VertexIter v_it, v_end(mesh.vertices_end()); in main() local
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Examples/Tutorial02/
H A Dsmooth.cc38 MyMesh::VertexIter v_it, v_end(mesh.vertices_end()); in main() local
/dports/math/openmesh/OpenMesh-8.1/Doc/Tutorial/02-iterators/
H A Dsmooth.cc38 MyMesh::VertexIter v_it, v_end(mesh.vertices_end()); in main() local

12345