Changeset 1116 for trunk/Source/System/Image/ES/OSGImageBase.h
- Timestamp:
- 04/04/08 01:14:00 (8 months ago)
- Files:
-
- trunk/Source/System/Image/ES/OSGImageBase.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Image/ES/OSGImageBase.h
r1101 r1116 474 474 475 475 476 477 void pushToPixel (const UInt8 &value );478 void insertIntoPixel ( UInt32 uiIndex,479 const UInt8 &value );480 void replaceInPixel ( UInt32 uiIndex,481 const UInt8 &value );482 void replaceInPixel (const UInt8 &pOldElem,483 const UInt8 &pNewElem);484 void removeFromPixel ( UInt32 uiIndex );485 void removeFromPixel (const UInt8 &value );486 void clearPixel ( void );487 488 489 476 /*! \} */ 490 477 /*---------------------------------------------------------------------*/ … … 658 645 /*! \name Ptr MField Set */ 659 646 /*! \{ */ 660 661 662 663 664 647 /*! \} */ 665 648 /*---------------------------------------------------------------------*/ … … 710 693 711 694 private: 695 /*---------------------------------------------------------------------*/ 712 696 713 697 // prohibit default functions (move to 'public' if you need one)
