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/Depreciated/State/OSGTextureChunkBase.h

    r439 r459  
    10751075 
    10761076 
    1077     void pushToShaderOffsetMatrix           (const Real32& value   ); 
    1078     void insertIntoShaderOffsetMatrix      (UInt32                uiIndex, 
    1079                                              const Real32& value   ); 
    1080     void replaceInShaderOffsetMatrix  (UInt32                uiIndex, 
    1081                                              const Real32& value   ); 
    1082     void replaceInShaderOffsetMatrix (const Real32& pOldElem, 
    1083                                              const Real32& pNewElem); 
    1084     void removeFromShaderOffsetMatrix (UInt32                uiIndex ); 
    1085     void removeFromShaderOffsetMatrix(const Real32& value   ); 
    1086     void clearShaderOffsetMatrix            (void                          ); 
    1087  
    1088  
     1077    void pushToShaderOffsetMatrix          (const Real32    &value   ); 
     1078    void insertIntoShaderOffsetMatrix      (      UInt32     uiIndex, 
     1079                                            const Real32    &value   ); 
     1080    void replaceInShaderOffsetMatrix       (      UInt32     uiIndex, 
     1081                                            const Real32    &value   ); 
     1082    void replaceInShaderOffsetMatrix       (const Real32    &pOldElem, 
     1083                                            const Real32    &pNewElem); 
     1084    void removeFromShaderOffsetMatrix      (      UInt32     uiIndex ); 
     1085    void removeFromShaderOffsetMatrix      (const Real32    &value   ); 
     1086    void clearShaderOffsetMatrix           (      void               ); 
    10891087 
    10901088