Show
Ignore:
Timestamp:
04/04/08 01:14:00 (8 months ago)
Author:
vossg
Message:

changed: base rebuild

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Image/ES/OSGImageBase.h

    r1101 r1116  
    474474 
    475475 
    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  
    489476    /*! \}                                                                 */ 
    490477    /*---------------------------------------------------------------------*/ 
     
    658645    /*! \name                Ptr MField Set                                */ 
    659646    /*! \{                                                                 */ 
    660  
    661  
    662  
    663  
    664647    /*! \}                                                                 */ 
    665648    /*---------------------------------------------------------------------*/ 
     
    710693 
    711694  private: 
     695    /*---------------------------------------------------------------------*/ 
    712696 
    713697    // prohibit default functions (move to 'public' if you need one)