Searched refs:aObjPosIter (Results 1 – 2 of 2) sorted by relevance
198 for ( std::vector<Point*>::iterator aObjPosIter = maObjPositions.begin(); in OscillationDetected() local199 aObjPosIter != maObjPositions.end(); in OscillationDetected()200 ++aObjPosIter ) in OscillationDetected()202 if ( *(pNewObjPos) == *(*aObjPosIter) ) in OscillationDetected()
338 for ( std::vector<Point*>::iterator aObjPosIter = maObjPositions.begin(); in ChkOsz() local339 aObjPosIter != maObjPositions.end(); in ChkOsz()340 ++aObjPosIter ) in ChkOsz()342 if ( *(pNewObjPos) == *(*aObjPosIter) ) in ChkOsz()
Completed in 16 milliseconds