Show
Ignore:
Timestamp:
12/29/06 10:28:00 (2 years ago)
Author:
cneumann
Message:

- regenerated all base files to include the full set

of access functions for non-ptr mfields.

Files:

Legend:

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

    r437 r459  
    530530 
    531531 
    532  
    533     void pushToPixel               (const UInt8& value   ); 
    534     void insertIntoPixel      (UInt32                uiIndex, 
    535                                              const UInt8& value   ); 
    536     void replaceInPixel   (UInt32                uiIndex, 
    537                                              const UInt8& value   ); 
    538     void replaceInPixel  (const UInt8& pOldElem, 
    539                                              const UInt8& pNewElem); 
    540     void removeFromPixel (UInt32                uiIndex ); 
    541     void removeFromPixel(const UInt8& value   ); 
    542     void clearPixel                 (void                          ); 
    543  
    544  
     532    void pushToPixel                       (const UInt8     &value   ); 
     533    void insertIntoPixel                   (      UInt32     uiIndex, 
     534                                            const UInt8     &value   ); 
     535    void replaceInPixel                    (      UInt32     uiIndex, 
     536                                            const UInt8     &value   ); 
     537    void replaceInPixel                    (const UInt8     &pOldElem, 
     538                                            const UInt8     &pNewElem); 
     539    void removeFromPixel                   (      UInt32     uiIndex ); 
     540    void removeFromPixel                   (const UInt8     &value   ); 
     541    void clearPixel                        (      void               ); 
    545542 
    546543