Changeset 1193 for trunk/Source/System/Cluster/Window/BalancedMultiWindow/OSGBalancedMultiWindowBase.inl
- Timestamp:
- 05/05/08 06:39:01 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Cluster/Window/BalancedMultiWindow/OSGBalancedMultiWindowBase.inl
r835 r1193 86 86 //! Get the value of the BalancedMultiWindow::_sfBalance field. 87 87 inline 88 const bool &BalancedMultiWindowBase::getBalance(void) const88 const bool BalancedMultiWindowBase::getBalance(void) const 89 89 { 90 90 return _sfBalance.getValue(); … … 119 119 //! Get the value of the BalancedMultiWindow::_sfBestCut field. 120 120 inline 121 const bool &BalancedMultiWindowBase::getBestCut(void) const121 const bool BalancedMultiWindowBase::getBestCut(void) const 122 122 { 123 123 return _sfBestCut.getValue(); … … 152 152 //! Get the value of the BalancedMultiWindow::_sfShowBalancing field. 153 153 inline 154 const bool &BalancedMultiWindowBase::getShowBalancing(void) const154 const bool BalancedMultiWindowBase::getShowBalancing(void) const 155 155 { 156 156 return _sfShowBalancing.getValue(); … … 185 185 //! Get the value of the BalancedMultiWindow::_sfTileSize field. 186 186 inline 187 const UInt32 &BalancedMultiWindowBase::getTileSize(void) const187 const UInt32 BalancedMultiWindowBase::getTileSize(void) const 188 188 { 189 189 return _sfTileSize.getValue(); … … 218 218 //! Get the value of the BalancedMultiWindow::_sfShort field. 219 219 inline 220 const bool &BalancedMultiWindowBase::getShort(void) const220 const bool BalancedMultiWindowBase::getShort(void) const 221 221 { 222 222 return _sfShort.getValue();
