Show
Ignore:
Timestamp:
05/05/08 06:39:01 (7 months ago)
Author:
vossg
Message:

changed: base rebuild

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/NodeCores/Drawables/Geometry/Properties/OSGGeoMultiPropertyBase.inl

    r1178 r1193  
    8989 
    9090    _sfContainer.setValue(value); 
    91  
    9291} 
    9392//! Get the value of the GeoMultiProperty::_sfOffset field. 
     
    103102//! Get the value of the GeoMultiProperty::_sfOffset field. 
    104103inline 
    105 const UInt32 &GeoMultiPropertyBase::getOffset(void) const 
     104const UInt32 GeoMultiPropertyBase::getOffset(void) const 
    106105{ 
    107106    return _sfOffset.getValue(); 
     
    136135//! Get the value of the GeoMultiProperty::_sfIFormat field. 
    137136inline 
    138 const GLenum &GeoMultiPropertyBase::getIFormat(void) const 
     137const GLenum GeoMultiPropertyBase::getIFormat(void) const 
    139138{ 
    140139    return _sfIFormat.getValue(); 
     
    169168//! Get the value of the GeoMultiProperty::_sfIDimension field. 
    170169inline 
    171 const UInt32 &GeoMultiPropertyBase::getIDimension(void) const 
     170const UInt32 GeoMultiPropertyBase::getIDimension(void) const 
    172171{ 
    173172    return _sfIDimension.getValue(); 
     
    202201//! Get the value of the GeoMultiProperty::_sfISize field. 
    203202inline 
    204 const UInt32 &GeoMultiPropertyBase::getISize(void) const 
     203const UInt32 GeoMultiPropertyBase::getISize(void) const 
    205204{ 
    206205    return _sfISize.getValue(); 
     
    235234//! Get the value of the GeoMultiProperty::_sfINormalize field. 
    236235inline 
    237 const bool &GeoMultiPropertyBase::getINormalize(void) const 
     236const bool GeoMultiPropertyBase::getINormalize(void) const 
    238237{ 
    239238    return _sfINormalize.getValue(); 
     
    268267//! Get the value of the GeoMultiProperty::_sfIStride field. 
    269268inline 
    270 const UInt32 &GeoMultiPropertyBase::getIStride(void) const 
     269const UInt32 GeoMultiPropertyBase::getIStride(void) const 
    271270{ 
    272271    return _sfIStride.getValue();