| 135 | | /*! \name FieldContainer Get */ |
|---|
| 136 | | /*! \{ */ |
|---|
| 137 | | |
|---|
| 138 | | virtual FieldContainerType &getType (void); |
|---|
| 139 | | virtual const FieldContainerType &getType (void) const; |
|---|
| 140 | | |
|---|
| 141 | | virtual UInt32 getContainerSize(void) const; |
|---|
| 142 | | |
|---|
| 143 | | /*! \} */ |
|---|
| 144 | | /*---------------------------------------------------------------------*/ |
|---|
| 145 | | /*! \name Field Get */ |
|---|
| 146 | | /*! \{ */ |
|---|
| 147 | | |
|---|
| 148 | | const SFImagePtr *getSFPosZImage (void) const; |
|---|
| 149 | | const SFImagePtr *getSFPosXImage (void) const; |
|---|
| 150 | | const SFImagePtr *getSFNegXImage (void) const; |
|---|
| 151 | | const SFImagePtr *getSFPosYImage (void) const; |
|---|
| 152 | | const SFImagePtr *getSFNegYImage (void) const; |
|---|
| 153 | | |
|---|
| 154 | | #ifdef OSG_1_GET_COMPAT |
|---|
| 155 | | SFBool *getSFIsReflectionMap (void); |
|---|
| 156 | | #endif |
|---|
| 157 | | SFBool *editSFIsReflectionMap(void); |
|---|
| 158 | | const SFBool *getSFIsReflectionMap (void) const; |
|---|
| 159 | | |
|---|
| 160 | | |
|---|
| 161 | | ImagePtrConst getPosZImage (void) const; |
|---|
| 162 | | |
|---|
| 163 | | ImagePtrConst getPosXImage (void) const; |
|---|
| 164 | | |
|---|
| 165 | | ImagePtrConst getNegXImage (void) const; |
|---|
| 166 | | |
|---|
| 167 | | ImagePtrConst getPosYImage (void) const; |
|---|
| 168 | | |
|---|
| 169 | | ImagePtrConst getNegYImage (void) const; |
|---|
| 170 | | |
|---|
| 171 | | #ifdef OSG_1_GET_COMPAT |
|---|
| 172 | | bool &getIsReflectionMap (void); |
|---|
| 173 | | #endif |
|---|
| 174 | | bool &editIsReflectionMap(void); |
|---|
| 175 | | const bool &getIsReflectionMap (void) const; |
|---|
| 176 | | |
|---|
| 177 | | /*! \} */ |
|---|
| 178 | | /*---------------------------------------------------------------------*/ |
|---|
| 179 | | /*! \name Field Set */ |
|---|
| 180 | | /*! \{ */ |
|---|
| 181 | | |
|---|
| 182 | | void setPosZImage (ImagePtrConstArg value); |
|---|
| 183 | | void setPosXImage (ImagePtrConstArg value); |
|---|
| 184 | | void setNegXImage (ImagePtrConstArg value); |
|---|
| 185 | | void setPosYImage (ImagePtrConstArg value); |
|---|
| 186 | | void setNegYImage (ImagePtrConstArg value); |
|---|
| 187 | | void setIsReflectionMap(const bool &value); |
|---|
| 188 | | |
|---|
| 189 | | /*! \} */ |
|---|
| 190 | | /*---------------------------------------------------------------------*/ |
|---|
| 191 | | /*! \name Ptr Field Set */ |
|---|
| 192 | | /*! \{ */ |
|---|
| 193 | | |
|---|
| 194 | | /*! \} */ |
|---|
| 195 | | /*---------------------------------------------------------------------*/ |
|---|
| 196 | | /*! \name Ptr MField Set */ |
|---|
| 197 | | /*! \{ */ |
|---|
| 198 | | |
|---|
| 199 | | /*! \} */ |
|---|
| 200 | | /*---------------------------------------------------------------------*/ |
|---|
| 201 | | /*! \name Binary Access */ |
|---|
| | 156 | /*! \name FieldContainer Get */ |
|---|
| | 157 | /*! \{ */ |
|---|
| | 158 | |
|---|
| | 159 | virtual FieldContainerType &getType (void); |
|---|
| | 160 | virtual FieldContainerType const &getType (void) const; |
|---|
| | 161 | |
|---|
| | 162 | virtual UInt32 getContainerSize(void) const; |
|---|
| | 163 | |
|---|
| | 164 | /*! \} */ |
|---|
| | 165 | /*---------------------------------------------------------------------*/ |
|---|
| | 166 | /*! \name Field SFPosZImage */ |
|---|
| | 167 | /*! \{ */ |
|---|
| | 168 | |
|---|
| | 169 | SFImageInternalPtr *editSFPosZImage(void); |
|---|
| | 170 | SFImageInternalPtr const *getSFPosZImage (void) const; |
|---|
| | 171 | #ifdef OSG_1_GET_COMPAT |
|---|
| | 172 | SFImageInternalPtr *getSFPosZImage (void); |
|---|
| | 173 | #endif |
|---|
| | 174 | SFImageInternalPtr::reference editPosZImage(void); |
|---|
| | 175 | SFImageInternalPtr::const_reference getPosZImage (void) const; |
|---|
| | 176 | #ifdef OSG_1_GET_COMPAT |
|---|
| | 177 | SFImageInternalPtr::reference getPosZImage (void); |
|---|
| | 178 | #endif |
|---|
| | 179 | void setPosZImage(SFImageInternalPtr::ArgumentType value); |
|---|
| | 180 | |
|---|
| | 181 | /*! \} */ |
|---|
| | 182 | /*---------------------------------------------------------------------*/ |
|---|
| | 183 | /*! \name Field SFPosXImage */ |
|---|
| | 184 | /*! \{ */ |
|---|
| | 185 | |
|---|
| | 186 | SFImageInternalPtr *editSFPosXImage(void); |
|---|
| | 187 | SFImageInternalPtr const *getSFPosXImage (void) const; |
|---|
| | 188 | #ifdef OSG_1_GET_COMPAT |
|---|
| | 189 | SFImageInternalPtr *getSFPosXImage (void); |
|---|
| | 190 | #endif |
|---|
| | 191 | SFImageInternalPtr::reference editPosXImage(void); |
|---|
| | 192 | SFImageInternalPtr::const_reference getPosXImage (void) const; |
|---|
| | 193 | #ifdef OSG_1_GET_COMPAT |
|---|
| | 194 | SFImageInternalPtr::reference getPosXImage (void); |
|---|
| | 195 | #endif |
|---|
| | 196 | void setPosXImage(SFImageInternalPtr::ArgumentType value); |
|---|
| | 197 | |
|---|
| | 198 | /*! \} */ |
|---|
| | 199 | /*---------------------------------------------------------------------*/ |
|---|
| | 200 | /*! \name Field SFNegXImage */ |
|---|
| | 201 | /*! \{ */ |
|---|
| | 202 | |
|---|
| | 203 | SFImageInternalPtr *editSFNegXImage(void); |
|---|
| | 204 | SFImageInternalPtr const *getSFNegXImage (void) const; |
|---|
| | 205 | #ifdef OSG_1_GET_COMPAT |
|---|
| | 206 | SFImageInternalPtr *getSFNegXImage (void); |
|---|
| | 207 | #endif |
|---|
| | 208 | SFImageInternalPtr::reference editNegXImage(void); |
|---|
| | 209 | SFImageInternalPtr::const_reference getNegXImage (void) const; |
|---|
| | 210 | #ifdef OSG_1_GET_COMPAT |
|---|
| | 211 | SFImageInternalPtr::reference getNegXImage (void); |
|---|
| | 212 | #endif |
|---|
| | 213 | void setNegXImage(SFImageInternalPtr::ArgumentType value); |
|---|
| | 214 | |
|---|
| | 215 | /*! \} */ |
|---|
| | 216 | /*---------------------------------------------------------------------*/ |
|---|
| | 217 | /*! \name Field SFPosYImage */ |
|---|
| | 218 | /*! \{ */ |
|---|
| | 219 | |
|---|
| | 220 | SFImageInternalPtr *editSFPosYImage(void); |
|---|
| | 221 | SFImageInternalPtr const *getSFPosYImage (void) const; |
|---|
| | 222 | #ifdef OSG_1_GET_COMPAT |
|---|
| | 223 | SFImageInternalPtr *getSFPosYImage (void); |
|---|
| | 224 | #endif |
|---|
| | 225 | SFImageInternalPtr::reference editPosYImage(void); |
|---|
| | 226 | SFImageInternalPtr::const_reference getPosYImage (void) const; |
|---|
| | 227 | #ifdef OSG_1_GET_COMPAT |
|---|
| | 228 | SFImageInternalPtr::reference getPosYImage (void); |
|---|
| | 229 | #endif |
|---|
| | 230 | void setPosYImage(SFImageInternalPtr::ArgumentType value); |
|---|
| | 231 | |
|---|
| | 232 | /*! \} */ |
|---|
| | 233 | /*---------------------------------------------------------------------*/ |
|---|
| | 234 | /*! \name Field SFNegYImage */ |
|---|
| | 235 | /*! \{ */ |
|---|
| | 236 | |
|---|
| | 237 | SFImageInternalPtr *editSFNegYImage(void); |
|---|
| | 238 | SFImageInternalPtr const *getSFNegYImage (void) const; |
|---|
| | 239 | #ifdef OSG_1_GET_COMPAT |
|---|
| | 240 | SFImageInternalPtr *getSFNegYImage (void); |
|---|
| | 241 | #endif |
|---|
| | 242 | SFImageInternalPtr::reference editNegYImage(void); |
|---|
| | 243 | SFImageInternalPtr::const_reference getNegYImage (void) const; |
|---|
| | 244 | #ifdef OSG_1_GET_COMPAT |
|---|
| | 245 | SFImageInternalPtr::reference getNegYImage (void); |
|---|
| | 246 | #endif |
|---|
| | 247 | void setNegYImage(SFImageInternalPtr::ArgumentType value); |
|---|
| | 248 | |
|---|
| | 249 | /*! \} */ |
|---|
| | 250 | /*---------------------------------------------------------------------*/ |
|---|
| | 251 | /*! \name Field SFIsReflectionMap */ |
|---|
| | 252 | /*! \{ */ |
|---|
| | 253 | |
|---|
| | 254 | SFBool *editSFIsReflectionMap(void); |
|---|
| | 255 | SFBool const *getSFIsReflectionMap (void) const; |
|---|
| | 256 | #ifdef OSG_1_GET_COMPAT |
|---|
| | 257 | SFBool *getSFIsReflectionMap (void); |
|---|
| | 258 | #endif |
|---|
| | 259 | SFBool::reference editIsReflectionMap(void); |
|---|
| | 260 | SFBool::const_reference getIsReflectionMap (void) const; |
|---|
| | 261 | #ifdef OSG_1_GET_COMPAT |
|---|
| | 262 | SFBool::reference getIsReflectionMap (void); |
|---|
| | 263 | #endif |
|---|
| | 264 | void setIsReflectionMap(SFBool::ArgumentType value); |
|---|
| | 265 | |
|---|
| | 266 | /*! \} */ |
|---|
| | 267 | |
|---|
| | 268 | /*---------------------------------------------------------------------*/ |
|---|
| | 269 | /*! \name Binary Access */ |
|---|
| 293 | | virtual void execSyncV( FieldContainer &oFrom, |
|---|
| 294 | | ConstFieldMaskArg whichField, |
|---|
| 295 | | AspectOffsetStore &oOffsets, |
|---|
| 296 | | ConstFieldMaskArg syncMode , |
|---|
| 297 | | const UInt32 uiSyncInfo); |
|---|
| 298 | | |
|---|
| 299 | | void execSync ( CubeTextureChunkBase *pFrom, |
|---|
| 300 | | ConstFieldMaskArg whichField, |
|---|
| 301 | | AspectOffsetStore &oOffsets, |
|---|
| 302 | | ConstFieldMaskArg syncMode , |
|---|
| 303 | | const UInt32 uiSyncInfo); |
|---|
| 304 | | #endif |
|---|
| 305 | | |
|---|
| 306 | | /*! \} */ |
|---|
| 307 | | /*---------------------------------------------------------------------*/ |
|---|
| 308 | | /*! \name Edit */ |
|---|
| 309 | | /*! \{ */ |
|---|
| 310 | | |
|---|
| 311 | | /*! \} */ |
|---|
| 312 | | /*---------------------------------------------------------------------*/ |
|---|
| 313 | | /*! \name Aspect Create */ |
|---|
| | 359 | virtual void execSyncV(FieldContainer &oFrom, |
|---|
| | 360 | ConstFieldMaskArg whichField, |
|---|
| | 361 | AspectOffsetStore &oOffsets, |
|---|
| | 362 | ConstFieldMaskArg syncMode, |
|---|
| | 363 | UInt32 const uiSyncInfo); |
|---|
| | 364 | |
|---|
| | 365 | void execSync (CubeTextureChunkBase *pFrom, |
|---|
| | 366 | ConstFieldMaskArg whichField, |
|---|
| | 367 | AspectOffsetStore &oOffsets, |
|---|
| | 368 | ConstFieldMaskArg syncMode, |
|---|
| | 369 | UInt32 const uiSyncInfo); |
|---|
| | 370 | #endif |
|---|
| | 371 | |
|---|
| | 372 | /*! \} */ |
|---|
| | 373 | /*---------------------------------------------------------------------*/ |
|---|
| | 374 | /*! \name Aspect Create */ |
|---|