Home
last modified time | relevance | path

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

/dports/graphics/cal3d/cal3d-20060720/src/cal3d/
H A Dcoremesh.cpp153 std::vector<CalCoreSubmesh *>::iterator iteratorCoreSubmesh = m_vectorCoreSubmesh.begin(); in addAsMorphTarget() local
155 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() local
204 …for(iteratorCoreSubmesh = m_vectorCoreSubmesh.begin(); iteratorCoreSubmesh != m_vectorCoreSubmesh.… in scale()
[all …]