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/Material/Base/OSGChunkMaterialBase.h

    r439 r459  
    219219 
    220220 
    221  
    222     void pushToSlots               (const Int32& value   ); 
    223     void insertIntoSlots      (UInt32                uiIndex, 
    224                                              const Int32& value   ); 
    225     void replaceInSlots   (UInt32                uiIndex, 
    226                                              const Int32& value   ); 
    227     void replaceInSlots  (const Int32& pOldElem, 
    228                                              const Int32& pNewElem); 
    229     void removeFromSlots (UInt32                uiIndex ); 
    230     void removeFromSlots(const Int32& value   ); 
    231     void clearSlots                 (void                          ); 
    232  
    233  
     221    void pushToSlots                       (const Int32     &value   ); 
     222    void insertIntoSlots                   (      UInt32     uiIndex, 
     223                                            const Int32     &value   ); 
     224    void replaceInSlots                    (      UInt32     uiIndex, 
     225                                            const Int32     &value   ); 
     226    void replaceInSlots                    (const Int32     &pOldElem, 
     227                                            const Int32     &pNewElem); 
     228    void removeFromSlots                   (      UInt32     uiIndex ); 
     229    void removeFromSlots                   (const Int32     &value   ); 
     230    void clearSlots                        (      void               ); 
    234231 
    235232