Searched refs:iteratorCoreSubmesh (Results 1 – 1 of 1) sorted by relevance
153 std::vector<CalCoreSubmesh *>::iterator iteratorCoreSubmesh = m_vectorCoreSubmesh.begin(); in addAsMorphTarget() local155 int subMorphTargetID = (*iteratorCoreSubmesh)->getCoreSubMorphTargetCount(); in addAsMorphTarget()156 while(iteratorCoreSubmesh != m_vectorCoreSubmesh.end()) in addAsMorphTarget()163 ++iteratorCoreSubmesh; in addAsMorphTarget()167 iteratorCoreSubmesh = m_vectorCoreSubmesh.begin(); in addAsMorphTarget()169 while(iteratorCoreSubmesh != m_vectorCoreSubmesh.end()) in addAsMorphTarget()184 (*iteratorCoreSubmesh)->addCoreSubMorphTarget(pCalCoreSubMorphTarget); in addAsMorphTarget()185 ++iteratorCoreSubmesh; in addAsMorphTarget()203 std::vector<CalCoreSubmesh *>::iterator iteratorCoreSubmesh; in scale() local204 …for(iteratorCoreSubmesh = m_vectorCoreSubmesh.begin(); iteratorCoreSubmesh != m_vectorCoreSubmesh.… in scale()[all …]