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/Drawables/Geometry/Properties/OSGGeoMultiPropertyBase.inl

    r2 r54  
    108108} 
    109109 
     110#ifdef OSG_1_COMPAT 
     111inline 
     112UInt32 &GeoMultiPropertyBase::getOffset(void) 
     113{ 
     114    return this->editOffset(); 
     115} 
     116#endif 
     117 
    110118//! Set the value of the GeoMultiProperty::_sfOffset field. 
    111119inline 
     
    133141} 
    134142 
     143#ifdef OSG_1_COMPAT 
     144inline 
     145GLenum &GeoMultiPropertyBase::getIFormat(void) 
     146{ 
     147    return this->editIFormat(); 
     148} 
     149#endif 
     150 
    135151//! Set the value of the GeoMultiProperty::_sfIFormat field. 
    136152inline 
     
    158174} 
    159175 
     176#ifdef OSG_1_COMPAT 
     177inline 
     178UInt32 &GeoMultiPropertyBase::getIDimension(void) 
     179{ 
     180    return this->editIDimension(); 
     181} 
     182#endif 
     183 
    160184//! Set the value of the GeoMultiProperty::_sfIDimension field. 
    161185inline 
     
    183207} 
    184208 
     209#ifdef OSG_1_COMPAT 
     210inline 
     211UInt32 &GeoMultiPropertyBase::getISize(void) 
     212{ 
     213    return this->editISize(); 
     214} 
     215#endif 
     216 
    185217//! Set the value of the GeoMultiProperty::_sfISize field. 
    186218inline 
     
    208240} 
    209241 
     242#ifdef OSG_1_COMPAT 
     243inline 
     244bool &GeoMultiPropertyBase::getINormalize(void) 
     245{ 
     246    return this->editINormalize(); 
     247} 
     248#endif 
     249 
    210250//! Set the value of the GeoMultiProperty::_sfINormalize field. 
    211251inline 
     
    232272    return _sfIStride.getValue(); 
    233273} 
     274 
     275#ifdef OSG_1_COMPAT 
     276inline 
     277UInt32 &GeoMultiPropertyBase::getIStride(void) 
     278{ 
     279    return this->editIStride(); 
     280} 
     281#endif 
    234282 
    235283//! Set the value of the GeoMultiProperty::_sfIStride field. 
     
    328376OSG_END_NAMESPACE 
    329377 
    330 #define OSGGEOMULTIPROPERTYBASE_INLINE_CVSID "@(#)$Id: OSGGeoMultiPropertyBase.inl,v 1.1.2.5 2006/08/01 08:48:57 vossg Exp $" 
    331  
     378#define OSGGEOMULTIPROPERTYBASE_INLINE_CVSID "@(#)$Id: $" 
     379