- Timestamp:
- 05/05/08 06:39:01 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Cluster/Window/SortLast/OSGBinarySwapComposerBase.h
r1116 r1193 158 158 #endif 159 159 bool &editShort (void); 160 const bool &getShort (void) const;160 const bool getShort (void) const; 161 161 162 162 #ifdef OSG_1_GET_COMPAT … … 164 164 #endif 165 165 bool &editAlpha (void); 166 const bool &getAlpha (void) const;166 const bool getAlpha (void) const; 167 167 168 168 #ifdef OSG_1_GET_COMPAT … … 170 170 #endif 171 171 UInt32 &editTileSize (void); 172 const UInt32 &getTileSize (void) const;172 const UInt32 getTileSize (void) const; 173 173 174 174 /*! \} */ … … 185 185 /*! \name Ptr MField Set */ 186 186 /*! \{ */ 187 187 188 /*! \} */ 188 189 /*---------------------------------------------------------------------*/
