Show
Ignore:
Timestamp:
09/06/06 00:48:55 (2 years ago)
Author:
vossg
Message:

fixed : missing symbols (compat mode)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/NodeCores/Groups/Base/OSGLightBase.inl

    r2 r54  
    9191} 
    9292 
     93#ifdef OSG_1_COMPAT 
     94inline 
     95Color4r &LightBase::getAmbient(void) 
     96{ 
     97    return this->editAmbient(); 
     98} 
     99#endif 
     100 
    93101//! Set the value of the Light::_sfAmbient field. 
    94102inline 
     
    116124} 
    117125 
     126#ifdef OSG_1_COMPAT 
     127inline 
     128Color4r &LightBase::getDiffuse(void) 
     129{ 
     130    return this->editDiffuse(); 
     131} 
     132#endif 
     133 
    118134//! Set the value of the Light::_sfDiffuse field. 
    119135inline 
     
    141157} 
    142158 
     159#ifdef OSG_1_COMPAT 
     160inline 
     161Color4r &LightBase::getSpecular(void) 
     162{ 
     163    return this->editSpecular(); 
     164} 
     165#endif 
     166 
    143167//! Set the value of the Light::_sfSpecular field. 
    144168inline 
     
    183207} 
    184208 
     209#ifdef OSG_1_COMPAT 
     210inline 
     211bool &LightBase::getOn(void) 
     212{ 
     213    return this->editOn(); 
     214} 
     215#endif 
     216 
    185217//! Set the value of the Light::_sfOn field. 
    186218inline 
     
    208240} 
    209241 
     242#ifdef OSG_1_COMPAT 
     243inline 
     244Real &LightBase::getConstantAttenuation(void) 
     245{ 
     246    return this->editConstantAttenuation(); 
     247} 
     248#endif 
     249 
    210250//! Set the value of the Light::_sfConstantAttenuation field. 
    211251inline 
     
    233273} 
    234274 
     275#ifdef OSG_1_COMPAT 
     276inline 
     277Real &LightBase::getLinearAttenuation(void) 
     278{ 
     279    return this->editLinearAttenuation(); 
     280} 
     281#endif 
     282 
    235283//! Set the value of the Light::_sfLinearAttenuation field. 
    236284inline 
     
    257305    return _sfQuadraticAttenuation.getValue(); 
    258306} 
     307 
     308#ifdef OSG_1_COMPAT 
     309inline 
     310Real &LightBase::getQuadraticAttenuation(void) 
     311{ 
     312    return this->editQuadraticAttenuation(); 
     313} 
     314#endif 
    259315 
    260316//! Set the value of the Light::_sfQuadraticAttenuation field.