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/Light/Shadow/Base/OSGShadowMapEngineBase.inl

    r2 r54  
    108108} 
    109109 
     110#ifdef OSG_1_COMPAT 
     111inline 
     112Int32 &ShadowMapEngineBase::getWidth(void) 
     113{ 
     114    return this->editWidth(); 
     115} 
     116#endif 
     117 
    110118//! Set the value of the ShadowMapEngine::_sfWidth field. 
    111119inline 
     
    133141} 
    134142 
     143#ifdef OSG_1_COMPAT 
     144inline 
     145Int32 &ShadowMapEngineBase::getHeight(void) 
     146{ 
     147    return this->editHeight(); 
     148} 
     149#endif 
     150 
    135151//! Set the value of the ShadowMapEngine::_sfHeight field. 
    136152inline 
     
    158174} 
    159175 
     176#ifdef OSG_1_COMPAT 
     177inline 
     178Color4f &ShadowMapEngineBase::getShadowColor(void) 
     179{ 
     180    return this->editShadowColor(); 
     181} 
     182#endif 
     183 
    160184//! Set the value of the ShadowMapEngine::_sfShadowColor field. 
    161185inline 
     
    183207} 
    184208 
     209#ifdef OSG_1_COMPAT 
     210inline 
     211Real32 &ShadowMapEngineBase::getOffsetBias(void) 
     212{ 
     213    return this->editOffsetBias(); 
     214} 
     215#endif 
     216 
    185217//! Set the value of the ShadowMapEngine::_sfOffsetBias field. 
    186218inline 
     
    208240} 
    209241 
     242#ifdef OSG_1_COMPAT 
     243inline 
     244Real32 &ShadowMapEngineBase::getOffsetFactor(void) 
     245{ 
     246    return this->editOffsetFactor(); 
     247} 
     248#endif 
     249 
    210250//! Set the value of the ShadowMapEngine::_sfOffsetFactor field. 
    211251inline 
     
    232272    return _sfUpdateMode.getValue(); 
    233273} 
     274 
     275#ifdef OSG_1_COMPAT 
     276inline 
     277UInt32 &ShadowMapEngineBase::getUpdateMode(void) 
     278{ 
     279    return this->editUpdateMode(); 
     280} 
     281#endif 
    234282 
    235283//! Set the value of the ShadowMapEngine::_sfUpdateMode field. 
     
    314362OSG_END_NAMESPACE 
    315363 
    316 #define OSGSHADOWMAPENGINEBASE_INLINE_CVSID "@(#)$Id: OSGShadowMapEngineBase.inl,v 1.1.2.3 2006/08/01 08:48:58 vossg Exp $" 
    317  
     364#define OSGSHADOWMAPENGINEBASE_INLINE_CVSID "@(#)$Id: $" 
     365