- 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.h
r1116 r1193 168 168 #endif 169 169 bool &editShort (void); 170 const bool &getShort (void) const;170 const bool getShort (void) const; 171 171 172 172 #ifdef OSG_1_GET_COMPAT … … 174 174 #endif 175 175 bool &editAlpha (void); 176 const bool &getAlpha (void) const;176 const bool getAlpha (void) const; 177 177 178 178 #ifdef OSG_1_GET_COMPAT … … 180 180 #endif 181 181 UInt32 &editTileSize (void); 182 const UInt32 &getTileSize (void) const;182 const UInt32 getTileSize (void) const; 183 183 184 184 #ifdef OSG_1_GET_COMPAT … … 186 186 #endif 187 187 bool &editPipelined (void); 188 const bool &getPipelined (void) const;188 const bool getPipelined (void) const; 189 189 190 190 /*! \} */ … … 202 202 /*! \name Ptr MField Set */ 203 203 /*! \{ */ 204 204 205 /*! \} */ 205 206 /*---------------------------------------------------------------------*/
