Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/V3d/
H A DV3d_Viewer.cxx110 …for (V3d_ListOfLight::Iterator anActiveLightIter (myActiveLights); anActiveLightIter.More(); anAct… in SetViewOn() local
112 theView->SetLightOn (anActiveLightIter.Value()); in SetViewOn()
389 …for (V3d_ListOfLight::Iterator anActiveLightIter (myActiveLights); anActiveLightIter.More(); anAct… in SetLightOff() local
393 anActiveViewIter.Value()->SetLightOff (anActiveLightIter.Value()); in SetLightOff()
H A DV3d_View.cxx371 …for (V3d_ListOfLight::Iterator anActiveLightIter (myActiveLights); anActiveLightIter.More(); anAct… in UpdateLights() local
373 aLights->Add (anActiveLightIter.Value()); in UpdateLights()
3091 for (V3d_ListOfLight::Iterator anActiveLightIter (myActiveLights); anActiveLightIter.More();) in SetLightOff() local
3093 if (!MyViewer->IsGlobalLight (anActiveLightIter.Value())) in SetLightOff()
3095 myActiveLights.Remove (anActiveLightIter); in SetLightOff()
3099 anActiveLightIter.Next(); in SetLightOff()