Changeset 1193 for trunk/Source/System/Image/WS/OSGImageBase.h
- Timestamp:
- 05/05/08 06:39:01 (2 months ago)
- Files:
-
- trunk/Source/System/Image/WS/OSGImageBase.h (modified) (25 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Image/WS/OSGImageBase.h
r1156 r1193 356 356 #endif 357 357 Int32 &editDimension (void); 358 const Int32 &getDimension (void) const;358 const Int32 getDimension (void) const; 359 359 360 360 #ifdef OSG_1_GET_COMPAT … … 362 362 #endif 363 363 Int32 &editWidth (void); 364 const Int32 &getWidth (void) const;364 const Int32 getWidth (void) const; 365 365 366 366 #ifdef OSG_1_GET_COMPAT … … 368 368 #endif 369 369 Int32 &editHeight (void); 370 const Int32 &getHeight (void) const;370 const Int32 getHeight (void) const; 371 371 372 372 #ifdef OSG_1_GET_COMPAT … … 374 374 #endif 375 375 Int32 &editDepth (void); 376 const Int32 &getDepth (void) const;376 const Int32 getDepth (void) const; 377 377 378 378 #ifdef OSG_1_GET_COMPAT … … 380 380 #endif 381 381 Int32 &editBpp (void); 382 const Int32 &getBpp (void) const;382 const Int32 getBpp (void) const; 383 383 384 384 #ifdef OSG_1_GET_COMPAT … … 386 386 #endif 387 387 Int32 &editMipMapCount (void); 388 const Int32 &getMipMapCount (void) const;388 const Int32 getMipMapCount (void) const; 389 389 390 390 #ifdef OSG_1_GET_COMPAT … … 392 392 #endif 393 393 Int32 &editFrameCount (void); 394 const Int32 &getFrameCount (void) const;394 const Int32 getFrameCount (void) const; 395 395 396 396 #ifdef OSG_1_GET_COMPAT … … 398 398 #endif 399 399 Time &editFrameDelay (void); 400 const Time &getFrameDelay (void) const;400 const Time getFrameDelay (void) const; 401 401 402 402 #ifdef OSG_1_GET_COMPAT … … 404 404 #endif 405 405 UInt32 &editPixelFormat (void); 406 const UInt32 &getPixelFormat (void) const;406 const UInt32 getPixelFormat (void) const; 407 407 408 408 #ifdef OSG_1_GET_COMPAT … … 411 411 #endif 412 412 UInt8 &editPixel (const UInt32 index); 413 const UInt8 &getPixel (const UInt32 index) const; 414 MFUInt8 &editPixel (void); 415 const MFUInt8 &getPixel (void) const; 413 const UInt8 getPixel (const UInt32 index) const; 416 414 417 415 #ifdef OSG_1_GET_COMPAT … … 419 417 #endif 420 418 Int32 &editFrameSize (void); 421 const Int32 &getFrameSize (void) const;419 const Int32 getFrameSize (void) const; 422 420 423 421 #ifdef OSG_1_GET_COMPAT … … 425 423 #endif 426 424 std::string &editName (void); 427 const std::string &getName (void) const;425 const std::string getName (void) const; 428 426 429 427 #ifdef OSG_1_GET_COMPAT … … 431 429 #endif 432 430 Int32 &editDataType (void); 433 const Int32 &getDataType (void) const;431 const Int32 getDataType (void) const; 434 432 435 433 #ifdef OSG_1_GET_COMPAT … … 437 435 #endif 438 436 Int32 &editSideCount (void); 439 const Int32 &getSideCount (void) const;437 const Int32 getSideCount (void) const; 440 438 441 439 #ifdef OSG_1_GET_COMPAT … … 443 441 #endif 444 442 Int32 &editSideSize (void); 445 const Int32 &getSideSize (void) const;443 const Int32 getSideSize (void) const; 446 444 447 445 #ifdef OSG_1_GET_COMPAT … … 449 447 #endif 450 448 bool &editForceCompressedData(void); 451 const bool &getForceCompressedData (void) const;449 const bool getForceCompressedData (void) const; 452 450 453 451 #ifdef OSG_1_GET_COMPAT … … 455 453 #endif 456 454 bool &editForceAlphaChannel(void); 457 const bool &getForceAlphaChannel (void) const;455 const bool getForceAlphaChannel (void) const; 458 456 459 457 #ifdef OSG_1_GET_COMPAT … … 461 459 #endif 462 460 bool &editForceColorChannel(void); 463 const bool &getForceColorChannel (void) const;461 const bool getForceColorChannel (void) const; 464 462 465 463 #ifdef OSG_1_GET_COMPAT … … 467 465 #endif 468 466 bool &editForceAlphaBinary(void); 469 const bool &getForceAlphaBinary (void) const;467 const bool getForceAlphaBinary (void) const; 470 468 471 469 #ifdef OSG_1_GET_COMPAT … … 473 471 #endif 474 472 Real32 &editResX (void); 475 const Real32 &getResX (void) const;473 const Real32 getResX (void) const; 476 474 477 475 #ifdef OSG_1_GET_COMPAT … … 479 477 #endif 480 478 Real32 &editResY (void); 481 const Real32 &getResY (void) const;479 const Real32 getResY (void) const; 482 480 483 481 #ifdef OSG_1_GET_COMPAT … … 485 483 #endif 486 484 UInt16 &editResUnit (void); 487 const UInt16 &getResUnit (void) const;485 const UInt16 getResUnit (void) const; 488 486 489 487 /*! \} */ … … 523 521 /*! \name Ptr MField Set */ 524 522 /*! \{ */ 525 526 523 527 524 /*! \} */ … … 692 689 693 690 694 #ifdef OSG_1_GET_COMPAT695 SFInt32 *getSFComponentSize (void);696 #endif697 691 SFInt32 *editSFComponentSize (void); 698 692 const SFInt32 *getSFComponentSize (void) const; 699 693 700 694 701 #ifdef OSG_1_GET_COMPAT702 Int32 &getComponentSize (void);703 #endif704 695 Int32 &editComponentSize (void); 705 const Int32 &getComponentSize (void) const;696 const Int32 getComponentSize (void) const; 706 697 707 698 /*! \} */ … … 716 707 /*! \name Ptr MField Set */ 717 708 /*! \{ */ 709 718 710 /*! \} */ 719 711 /*---------------------------------------------------------------------*/
