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

changed: base rebuild

Files:

Legend:

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

    r787 r1193  
    8686//! Get the value of the GeoMultiPropertyData::_sfGLId field. 
    8787inline 
    88 const UInt32 &GeoMultiPropertyDataBase::getGLId(void) const 
     88const UInt32 GeoMultiPropertyDataBase::getGLId(void) const 
    8989{ 
    9090    return _sfGLId.getValue(); 
     
    110110//! Get the value of the \a index element the GeoMultiPropertyData::_mfIData field. 
    111111inline 
    112 const UInt8 &GeoMultiPropertyDataBase::getIData(const UInt32 index) const 
     112const UInt8 GeoMultiPropertyDataBase::getIData(const UInt32 index) const 
    113113{ 
    114114    return _mfIData[index]; 
     
    121121 
    122122    return _mfIData[index]; 
    123 } 
    124  
    125 //! Get the GeoMultiPropertyData::_mfIData field. 
    126 inline 
    127 MFUInt8 &GeoMultiPropertyDataBase::editIData(void) 
    128 { 
    129     editMField(IDataFieldMask, _mfIData); 
    130  
    131     return _mfIData; 
    132123} 
    133124 
     
    147138#endif 
    148139 
    149  
    150 //! Get the GeoMultiPropertyData::_mfIData field. 
    151 inline 
    152 const MFUInt8 &GeoMultiPropertyDataBase::getIData(void) const 
    153 { 
    154     return _mfIData; 
    155 } 
    156140 
    157141