Searched refs:FogBinderArray (Results 1 – 2 of 2) sorted by relevance
81 typedef ut::MoveArray<FogBinder> FogBinderArray; typedef178 FogBinderArray::iterator GetFogBegin() in GetFogBegin()187 FogBinderArray::const_iterator GetFogBegin() const in GetFogBegin()196 FogBinderArray::iterator GetFogEnd() in GetFogEnd()205 FogBinderArray::const_iterator GetFogEnd() const in GetFogEnd()293 FogBinderArray m_Fogs;
46 SceneEnvironmentSetting::FogBinderArray::const_iterator fogBinderEnd = setting.GetFogEnd(); in ApplyFrom()47 for (SceneEnvironmentSetting::FogBinderArray::const_iterator fogBinder = setting.GetFogBegin(); in ApplyFrom()