Searched refs:pAxesSet (Results 1 – 1 of 1) sorted by relevance
356 AxesSetModel* pAxesSet = 0; in convertFromModel() local357 …tVector::iterator aASIt = aAxesSets.begin(), aASEnd = aAxesSets.end(); !pAxesSet && (aASIt != aASE… in convertFromModel()359 pAxesSet = aASIt->get(); in convertFromModel()362 if( !pAxesSet ) in convertFromModel()364 pAxesSet = &aAxesSets.create(); in convertFromModel()368 pAxesSet->maAxes[ API_X_AXIS ] = aAxisMap.get( rAxisIds[ 0 ] ); in convertFromModel()370 pAxesSet->maAxes[ API_Y_AXIS ] = aAxisMap.get( rAxisIds[ 1 ] ); in convertFromModel()372 pAxesSet->maAxes[ API_Z_AXIS ] = aAxisMap.get( rAxisIds[ 2 ] ); in convertFromModel()376 pAxesSet->maTypeGroups.push_back( xTypeGroup ); in convertFromModel()
Completed in 14 milliseconds