Changeset 1193 for trunk/Source/System/Image/ES/OSGImageBase.h
- Timestamp:
- 05/05/08 06:39:01 (4 months ago)
- Files:
-
- trunk/Source/System/Image/ES/OSGImageBase.h (modified) (22 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Image/ES/OSGImageBase.h
r1116 r1193 326 326 #endif 327 327 Int32 &editDimension (void); 328 const Int32 &getDimension (void) const;328 const Int32 getDimension (void) const; 329 329 330 330 #ifdef OSG_1_GET_COMPAT … … 332 332 #endif 333 333 Int32 &editWidth (void); 334 const Int32 &getWidth (void) const;334 const Int32 getWidth (void) const; 335 335 336 336 #ifdef OSG_1_GET_COMPAT … … 338 338 #endif 339 339 Int32 &editHeight (void); 340 const Int32 &getHeight (void) const;340 const Int32 getHeight (void) const; 341 341 342 342 #ifdef OSG_1_GET_COMPAT … … 344 344 #endif 345 345 Int32 &editDepth (void); 346 const Int32 &getDepth (void) const;346 const Int32 getDepth (void) const; 347 347 348 348 #ifdef OSG_1_GET_COMPAT … … 350 350 #endif 351 351 Int32 &editBpp (void); 352 const Int32 &getBpp (void) const;352 const Int32 getBpp (void) const; 353 353 354 354 #ifdef OSG_1_GET_COMPAT … … 356 356 #endif 357 357 Int32 &editMipMapCount (void); 358 const Int32 &getMipMapCount (void) const;358 const Int32 getMipMapCount (void) const; 359 359 360 360 #ifdef OSG_1_GET_COMPAT … … 362 362 #endif 363 363 Int32 &editFrameCount (void); 364 const Int32 &getFrameCount (void) const;364 const Int32 getFrameCount (void) const; 365 365 366 366 #ifdef OSG_1_GET_COMPAT … … 368 368 #endif 369 369 Time &editFrameDelay (void); 370 const Time &getFrameDelay (void) const;370 const Time getFrameDelay (void) const; 371 371 372 372 #ifdef OSG_1_GET_COMPAT … … 374 374 #endif 375 375 UInt32 &editPixelFormat (void); 376 const UInt32 &getPixelFormat (void) const;376 const UInt32 getPixelFormat (void) const; 377 377 378 378 #ifdef OSG_1_GET_COMPAT … … 381 381 #endif 382 382 UInt8 &editPixel (const UInt32 index); 383 const UInt8 &getPixel (const UInt32 index) const; 384 MFUInt8 &editPixel (void); 385 const MFUInt8 &getPixel (void) const; 383 const UInt8 getPixel (const UInt32 index) const; 386 384 387 385 #ifdef OSG_1_GET_COMPAT … … 389 387 #endif 390 388 Int32 &editFrameSize (void); 391 const Int32 &getFrameSize (void) const;389 const Int32 getFrameSize (void) const; 392 390 393 391 #ifdef OSG_1_GET_COMPAT … … 395 393 #endif 396 394 std::string &editName (void); 397 const std::string &getName (void) const;395 const std::string getName (void) const; 398 396 399 397 #ifdef OSG_1_GET_COMPAT … … 401 399 #endif 402 400 Int32 &editDataType (void); 403 const Int32 &getDataType (void) const;401 const Int32 getDataType (void) const; 404 402 405 403 #ifdef OSG_1_GET_COMPAT … … 407 405 #endif 408 406 Int32 &editSideCount (void); 409 const Int32 &getSideCount (void) const;407 const Int32 getSideCount (void) const; 410 408 411 409 #ifdef OSG_1_GET_COMPAT … … 413 411 #endif 414 412 Int32 &editSideSize (void); 415 const Int32 &getSideSize (void) const;413 const Int32 getSideSize (void) const; 416 414 417 415 #ifdef OSG_1_GET_COMPAT … … 419 417 #endif 420 418 bool &editForceCompressedData(void); 421 const bool &getForceCompressedData (void) const;419 const bool getForceCompressedData (void) const; 422 420 423 421 #ifdef OSG_1_GET_COMPAT … … 425 423 #endif 426 424 bool &editForceAlphaChannel(void); 427 const bool &getForceAlphaChannel (void) const;425 const bool getForceAlphaChannel (void) const; 428 426 429 427 #ifdef OSG_1_GET_COMPAT … … 431 429 #endif 432 430 bool &editForceColorChannel(void); 433 const bool &getForceColorChannel (void) const;431 const bool getForceColorChannel (void) const; 434 432 435 433 #ifdef OSG_1_GET_COMPAT … … 437 435 #endif 438 436 bool &editForceAlphaBinary(void); 439 const bool &getForceAlphaBinary (void) const;437 const bool getForceAlphaBinary (void) const; 440 438 441 439 /*! \} */ … … 472 470 /*! \name Ptr MField Set */ 473 471 /*! \{ */ 474 475 472 476 473 /*! \} */ … … 621 618 622 619 623 #ifdef OSG_1_GET_COMPAT624 SFInt32 *getSFComponentSize (void);625 #endif626 620 SFInt32 *editSFComponentSize (void); 627 621 const SFInt32 *getSFComponentSize (void) const; 628 622 629 623 630 #ifdef OSG_1_GET_COMPAT631 Int32 &getComponentSize (void);632 #endif633 624 Int32 &editComponentSize (void); 634 const Int32 &getComponentSize (void) const;625 const Int32 getComponentSize (void) const; 635 626 636 627 /*! \} */ … … 645 636 /*! \name Ptr MField Set */ 646 637 /*! \{ */ 638 647 639 /*! \} */ 648 640 /*---------------------------------------------------------------------*/
