- Timestamp:
- 05/05/08 06:39:01 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Cluster/Window/SortFirst/OSGSortFirstWindowBase.h
r1116 r1193 178 178 #endif 179 179 std::string &editCompression (void); 180 const std::string &getCompression (void) const;180 const std::string getCompression (void) const; 181 181 182 182 #ifdef OSG_1_GET_COMPAT … … 184 184 #endif 185 185 UInt32 &editSubtileSize (void); 186 const UInt32 &getSubtileSize (void) const;186 const UInt32 getSubtileSize (void) const; 187 187 188 188 #ifdef OSG_1_GET_COMPAT … … 190 190 #endif 191 191 bool &editCompose (void); 192 const bool &getCompose (void) const;192 const bool getCompose (void) const; 193 193 194 194 #ifdef OSG_1_GET_COMPAT … … 197 197 #endif 198 198 UInt32 &editRegion (const UInt32 index); 199 const UInt32 &getRegion (const UInt32 index) const; 200 MFUInt32 &editRegion (void); 201 const MFUInt32 &getRegion (void) const; 199 const UInt32 getRegion (const UInt32 index) const; 202 200 203 201 #ifdef OSG_1_GET_COMPAT … … 205 203 #endif 206 204 bool &editUseFaceDistribution(void); 207 const bool &getUseFaceDistribution (void) const;205 const bool getUseFaceDistribution (void) const; 208 206 209 207 /*! \} */ … … 221 219 /*! \name Ptr MField Set */ 222 220 /*! \{ */ 223 224 221 225 222 /*! \} */
