Home
last modified time | relevance | path

Searched refs:cvIter (Results 1 – 3 of 3) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DGEntity.cpp243 auto cvIter = correspondingVertices.begin(); in copyMasterCoordinates() local
245 for(; cvIter != correspondingVertices.end(); ++cvIter) { in copyMasterCoordinates()
246 MVertex *tv = cvIter->first; in copyMasterCoordinates()
247 MVertex *sv = cvIter->second; in copyMasterCoordinates()
258 cvIter = correspondingHighOrderVertices.begin(); in copyMasterCoordinates()
260 for(; cvIter != correspondingHighOrderVertices.end(); ++cvIter) { in copyMasterCoordinates()
261 MVertex *tv = cvIter->first; in copyMasterCoordinates()
262 MVertex *sv = cvIter->second; in copyMasterCoordinates()
H A DGModel.cpp2741 auto cvIter = corrVtcs.find(oldTgt); in removeDuplicateMeshVertices() local
2742 if(cvIter != corrVtcs.end()) { in removeDuplicateMeshVertices()
2743 MVertex *src = cvIter->second; in removeDuplicateMeshVertices()
2744 corrVtcs.erase(cvIter); in removeDuplicateMeshVertices()
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FormatSupport/
H A DRIFF.cpp808 chunkVectIter cvIter; in removeValue() local
809 for (cvIter = cv->begin(); cvIter != cv->end(); ++cvIter ) in removeValue()
811 if ( (*cvIter)->id == id_ ) in removeValue()
814 …XMP_Validate( cvIter != cv->end(), "property not found in children vector", kXMPErr_InternalFailur… in removeValue()
815 cv->erase( cvIter ); in removeValue()