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/Misc/OSGComponentTransformBase.inl

    r2 r54  
    9191} 
    9292 
     93#ifdef OSG_1_COMPAT 
     94inline 
     95Vec3r &ComponentTransformBase::getCenter(void) 
     96{ 
     97    return this->editCenter(); 
     98} 
     99#endif 
     100 
    93101//! Set the value of the ComponentTransform::_sfCenter field. 
    94102inline 
     
    116124} 
    117125 
     126#ifdef OSG_1_COMPAT 
     127inline 
     128Quaternionr &ComponentTransformBase::getRotation(void) 
     129{ 
     130    return this->editRotation(); 
     131} 
     132#endif 
     133 
    118134//! Set the value of the ComponentTransform::_sfRotation field. 
    119135inline 
     
    141157} 
    142158 
     159#ifdef OSG_1_COMPAT 
     160inline 
     161Vec3r &ComponentTransformBase::getScale(void) 
     162{ 
     163    return this->editScale(); 
     164} 
     165#endif 
     166 
    143167//! Set the value of the ComponentTransform::_sfScale field. 
    144168inline 
     
    166190} 
    167191 
     192#ifdef OSG_1_COMPAT 
     193inline 
     194Quaternionr &ComponentTransformBase::getScaleOrientation(void) 
     195{ 
     196    return this->editScaleOrientation(); 
     197} 
     198#endif 
     199 
    168200//! Set the value of the ComponentTransform::_sfScaleOrientation field. 
    169201inline 
     
    190222    return _sfTranslation.getValue(); 
    191223} 
     224 
     225#ifdef OSG_1_COMPAT 
     226inline 
     227Vec3r &ComponentTransformBase::getTranslation(void) 
     228{ 
     229    return this->editTranslation(); 
     230} 
     231#endif 
    192232 
    193233//! Set the value of the ComponentTransform::_sfTranslation field.