- Timestamp:
- 06/09/08 01:10:45 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Cluster/Window/SortLast/OSGPipelineComposerBase.h
r1197 r1288 139 139 140 140 141 #ifdef OSG_1_GET_COMPAT142 SFBool *getSFShort (void);143 #endif144 141 SFBool *editSFShort (void); 145 142 const SFBool *getSFShort (void) const; 146 143 147 #ifdef OSG_1_GET_COMPAT148 SFBool *getSFAlpha (void);149 #endif150 144 SFBool *editSFAlpha (void); 151 145 const SFBool *getSFAlpha (void) const; 152 146 153 #ifdef OSG_1_GET_COMPAT154 SFUInt32 *getSFTileSize (void);155 #endif156 147 SFUInt32 *editSFTileSize (void); 157 148 const SFUInt32 *getSFTileSize (void) const; 158 149 159 #ifdef OSG_1_GET_COMPAT160 SFBool *getSFPipelined (void);161 #endif162 150 SFBool *editSFPipelined (void); 163 151 const SFBool *getSFPipelined (void) const; 164 152 165 153 166 #ifdef OSG_1_GET_COMPAT167 bool &getShort (void);168 #endif169 154 bool &editShort (void); 170 const bool getShort (void) const; 171 172 #ifdef OSG_1_GET_COMPAT 173 bool &getAlpha (void); 174 #endif 155 bool getShort (void) const; 156 175 157 bool &editAlpha (void); 176 const bool getAlpha (void) const; 177 178 #ifdef OSG_1_GET_COMPAT 179 UInt32 &getTileSize (void); 180 #endif 158 bool getAlpha (void) const; 159 181 160 UInt32 &editTileSize (void); 182 const UInt32 getTileSize (void) const; 183 184 #ifdef OSG_1_GET_COMPAT 185 bool &getPipelined (void); 186 #endif 161 UInt32 getTileSize (void) const; 162 187 163 bool &editPipelined (void); 188 constbool getPipelined (void) const;164 bool getPipelined (void) const; 189 165 190 166 /*! \} */ … … 193 169 /*! \{ */ 194 170 195 void setShort (const bool &value);196 void setAlpha (const bool &value);197 void setTileSize (const UInt32 &value);198 void setPipelined (const bool &value);171 void setShort (const bool value); 172 void setAlpha (const bool value); 173 void setTileSize (const UInt32 value); 174 void setPipelined (const bool value); 199 175 200 176 /*! \} */
