Home
last modified time | relevance | path

Searched refs:ItE (Results 1 – 20 of 20) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/DisplacementField/include/
H A DitkInvertDisplacementFieldImageFilter.hxx180 ImageRegionIterator<DisplacementFieldType> ItE( this->m_ComposedField, region ); in DynamicThreadedGenerateData() local
187 for( ItI.GoToBegin(), ItE.GoToBegin(), ItS.GoToBegin(); !ItI.IsAtEnd(); ++ItI, ++ItE, ++ItS ) in DynamicThreadedGenerateData()
189 VectorType update = ItE.Get(); in DynamicThreadedGenerateData()
221 for( ItE.GoToBegin(), ItS.GoToBegin(); !ItE.IsAtEnd(); ++ItE, ++ItS ) in DynamicThreadedGenerateData()
223 const VectorType & displacement = ItE.Get(); in DynamicThreadedGenerateData()
238 ItE.Set( -displacement ); in DynamicThreadedGenerateData()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_isoparametrization/
H A Ddiam_parametrization.h238 std::map<EdgeKey,InterpData>::iterator ItE=alphaMap->find(k); in operator() local
239 assert(ItE!=alphaMap->end()); in operator()
240 InterpData interp=(*ItE).second; in operator()
300 std::map<EdgeKey,InterpData>::iterator ItE=alphaMap->find(k); in operator() local
301 bool to_split=(ItE!=alphaMap->end()); in operator()
327 std::map<EdgeKey,InterpData>::iterator ItE=alphaMap.find(k); in InsertInterpData() local
328 if(ItE!=alphaMap.end()) in InsertInterpData()
330 if (fabs((*ItE).second.alpha-0.5)>fabs(Idata.alpha-0.5)) in InsertInterpData()
332 (*ItE).second.alpha=Idata.alpha; in InsertInterpData()
333 (*ItE).second.I=Idata.I; in InsertInterpData()
[all …]
/dports/security/gnupg/gnupg-2.3.3/tests/openpgp/samplemsgs/
H A Denc-1-key-2.asc14 ItE=
/dports/cad/opencascade/opencascade-7.6.0/src/ChFi3d/
H A DChFi3d_Builder_0.cxx4571 TopTools_ListIteratorOfListOfShape ItE,ItE1; in ChFi3d_ChercheBordsLibres() local
4573 for (ItE.Initialize(myVEMap(V1)); ItE.More()&&!bordlibre; ItE.Next()) { in ChFi3d_ChercheBordsLibres()
4575 const TopoDS_Edge& cur = TopoDS::Edge(ItE.Value()); in ChFi3d_ChercheBordsLibres()
4589 for (ItE.Initialize(myVEMap(V1)); ItE.More()&&!bordlibre; ItE.Next()) { in ChFi3d_ChercheBordsLibres()
4591 const TopoDS_Edge& cur = TopoDS::Edge(ItE.Value()); in ChFi3d_ChercheBordsLibres()
4614 TopTools_ListIteratorOfListOfShape ItE; in ChFi3d_NbNotDegeneratedEdges() local
4616 for (ItE.Initialize(VEMap(Vtx)); ItE.More(); ItE.Next()) { in ChFi3d_NbNotDegeneratedEdges()
4617 const TopoDS_Edge& cur = TopoDS::Edge(ItE.Value()); in ChFi3d_NbNotDegeneratedEdges()
4633 TopTools_ListIteratorOfListOfShape ItE; in ChFi3d_NbSharpEdges() local
4635 for (ItE.Initialize(VEMap(Vtx)); ItE.More(); ItE.Next()) { in ChFi3d_NbSharpEdges()
[all …]
H A DChFi3d_Builder_2.cxx515 TopTools_ListIteratorOfListOfShape ItE, ItF; in SearchFaceOnV() local
519 for(ItE.Initialize(VEMap(Pc.Vertex())); in SearchFaceOnV()
520 ItE.More() && (Num < 2); ItE.Next()) { in SearchFaceOnV()
521 E = TopoDS::Edge(ItE.Value()); in SearchFaceOnV()
1365 TopTools_ListIteratorOfListOfShape ItE, ItF; in SearchFace() local
1366 for(ItE.Initialize(myVEMap(Pc.Vertex())); in SearchFace()
1367 ItE.More() && (!FindFace); ItE.Next()) { in SearchFace()
1368 E = TopoDS::Edge(ItE.Value()); in SearchFace()
H A DChFi3d_Builder_C1.cxx3737 TopTools_ListIteratorOfListOfShape ItE; in MoreSurfdata() local
3739 for(ItE.Initialize(myVEMap(Vtx));ItE.More()&&!trouve;ItE.Next()) { in MoreSurfdata()
3740 arc1=TopoDS::Edge(ItE.Value()); in MoreSurfdata()
3744 for(ItE.Initialize(myVEMap(Vtx));ItE.More()&&!trouve;ItE.Next()) { in MoreSurfdata()
3745 arc2=TopoDS::Edge(ItE.Value()); in MoreSurfdata()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Analysis/
H A DMemorySSA.cpp467 ItE = upward_defs_end(); in checkClobberSanity() local
468 ItB != ItE; ++ItB) in checkClobberSanity()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DMemorySSA.cpp462 ItE = upward_defs_end(); in checkClobberSanity() local
463 ItB != ItE; ++ItB) in checkClobberSanity()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Analysis/
H A DMemorySSA.cpp462 ItE = upward_defs_end(); in checkClobberSanity() local
463 ItB != ItE; ++ItB) in checkClobberSanity()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DMemorySSA.cpp460 ItE = upward_defs_end(); in checkClobberSanity() local
461 ItB != ItE; ++ItB) in checkClobberSanity()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp462 ItE = upward_defs_end(); in checkClobberSanity() local
463 ItB != ItE; ++ItB) in checkClobberSanity()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DMemorySSA.cpp462 ItE = upward_defs_end(); in checkClobberSanity() local
463 ItB != ItE; ++ItB) in checkClobberSanity()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DMemorySSA.cpp460 ItE = upward_defs_end(); in checkClobberSanity() local
461 ItB != ItE; ++ItB) in checkClobberSanity()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DMemorySSA.cpp462 ItE = upward_defs_end(); in checkClobberSanity() local
463 ItB != ItE; ++ItB) in checkClobberSanity()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Analysis/
H A DMemorySSA.cpp485 ItE = upward_defs_end(); in checkClobberSanity() local
486 ItB != ItE; ++ItB) in checkClobberSanity()
/dports/math/vtk9/VTK-9.1.0/Documentation/Doxygen/
H A DPythonWrappers.md901 | unsigned short | 'uint16' | | 'H' | ItE |
/dports/textproc/p5-xmltv/xmltv-0.5.70/lib/
H A DXMLTV.pm.in485 the channel callback will get called more than once. ItE<39>s your
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/project-static/dist/
H A Dgraphiql.js.map4 …U,EAEV,IAEF,IAIJ,MAAO,IAGF,KAAA,QAAU,IAAc,KAAK,YAAY,MAAM,KAAK,OAAQ,KAAK,MA/ItE,KAAK,OAAS,EACd,KAAK…
/dports/security/hashcat-legacy/hashcat-legacy-2.00/salts/
H A Dbrute-vbulletin.salt378043 ItE
/dports/math/py-heyoka/heyoka.py-0.16.0/doc/notebooks/
H A DThe Maxwell-Boltzmann distribution.ipynb80816 "zPVWv4EjrE76i0HDRqnvD/FV/ItE+um4rzp26mx1Uqzw4MEDdWrXQrWqldHatWutzgEAAAAAAIAN\\\n",
321861 "Eg+evNbq7pmB/XrCOWEPprRWY/4JCUJtumHTtt1am4+ItE+lUsHc3AypO9QwkwF1FmXHtOVHUb9+\\\n",