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

changed: base rebuild

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Cluster/Window/SortFirst/OSGSortFirstWindowBase.inl

    r835 r1193  
    8686//! Get the value of the SortFirstWindow::_sfCompression field. 
    8787inline 
    88 const std::string &SortFirstWindowBase::getCompression(void) const 
     88const std::string SortFirstWindowBase::getCompression(void) const 
    8989{ 
    9090    return _sfCompression.getValue(); 
     
    119119//! Get the value of the SortFirstWindow::_sfSubtileSize field. 
    120120inline 
    121 const UInt32 &SortFirstWindowBase::getSubtileSize(void) const 
     121const UInt32 SortFirstWindowBase::getSubtileSize(void) const 
    122122{ 
    123123    return _sfSubtileSize.getValue(); 
     
    152152//! Get the value of the SortFirstWindow::_sfCompose field. 
    153153inline 
    154 const bool &SortFirstWindowBase::getCompose(void) const 
     154const bool SortFirstWindowBase::getCompose(void) const 
    155155{ 
    156156    return _sfCompose.getValue(); 
     
    185185//! Get the value of the SortFirstWindow::_sfUseFaceDistribution field. 
    186186inline 
    187 const bool &SortFirstWindowBase::getUseFaceDistribution(void) const 
     187const bool SortFirstWindowBase::getUseFaceDistribution(void) const 
    188188{ 
    189189    return _sfUseFaceDistribution.getValue(); 
     
    209209//! Get the value of the \a index element the SortFirstWindow::_mfRegion field. 
    210210inline 
    211 const UInt32 &SortFirstWindowBase::getRegion(const UInt32 index) const 
     211const UInt32 SortFirstWindowBase::getRegion(const UInt32 index) const 
    212212{ 
    213213    return _mfRegion[index]; 
     
    222222} 
    223223 
    224 //! Get the SortFirstWindow::_mfRegion field. 
    225 inline 
    226 MFUInt32 &SortFirstWindowBase::editRegion(void) 
    227 { 
    228     editMField(RegionFieldMask, _mfRegion); 
    229  
    230     return _mfRegion; 
    231 } 
    232  
    233224#ifdef OSG_1_GET_COMPAT 
    234225inline 
     
    246237#endif 
    247238 
    248  
    249 //! Get the SortFirstWindow::_mfRegion field. 
    250 inline 
    251 const MFUInt32 &SortFirstWindowBase::getRegion(void) const 
    252 { 
    253     return _mfRegion; 
    254 } 
    255239 
    256240