- Timestamp:
- 05/05/08 06:39:01 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Cluster/Window/SortLast/OSGPipelineComposerBase.inl
r835 r1193 86 86 //! Get the value of the PipelineComposer::_sfShort field. 87 87 inline 88 const bool &PipelineComposerBase::getShort(void) const88 const bool PipelineComposerBase::getShort(void) const 89 89 { 90 90 return _sfShort.getValue(); … … 119 119 //! Get the value of the PipelineComposer::_sfAlpha field. 120 120 inline 121 const bool &PipelineComposerBase::getAlpha(void) const121 const bool PipelineComposerBase::getAlpha(void) const 122 122 { 123 123 return _sfAlpha.getValue(); … … 152 152 //! Get the value of the PipelineComposer::_sfTileSize field. 153 153 inline 154 const UInt32 &PipelineComposerBase::getTileSize(void) const154 const UInt32 PipelineComposerBase::getTileSize(void) const 155 155 { 156 156 return _sfTileSize.getValue(); … … 185 185 //! Get the value of the PipelineComposer::_sfPipelined field. 186 186 inline 187 const bool &PipelineComposerBase::getPipelined(void) const187 const bool PipelineComposerBase::getPipelined(void) const 188 188 { 189 189 return _sfPipelined.getValue();
