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/NodeCores/Drawables/Particles/OSGParticlesBase.h

    r1106 r1116  
    319319 
    320320 
    321     void pushToSizes                       (const Vec3f     &value   ); 
    322     void insertIntoSizes                   (      UInt32     uiIndex, 
    323                                             const Vec3f     &value   ); 
    324     void replaceInSizes                    (      UInt32     uiIndex, 
    325                                             const Vec3f     &value   ); 
    326     void replaceInSizes                    (const Vec3f     &pOldElem, 
    327                                             const Vec3f     &pNewElem); 
    328     void removeFromSizes                   (      UInt32     uiIndex ); 
    329     void removeFromSizes                   (const Vec3f     &value   ); 
    330     void clearSizes                        (      void               ); 
    331  
    332  
    333  
    334     void pushToIndices                     (const Int32     &value   ); 
    335     void insertIntoIndices                 (      UInt32     uiIndex, 
    336                                             const Int32     &value   ); 
    337     void replaceInIndices                  (      UInt32     uiIndex, 
    338                                             const Int32     &value   ); 
    339     void replaceInIndices                  (const Int32     &pOldElem, 
    340                                             const Int32     &pNewElem); 
    341     void removeFromIndices                 (      UInt32     uiIndex ); 
    342     void removeFromIndices                 (const Int32     &value   ); 
    343     void clearIndices                      (      void               ); 
    344  
    345  
    346  
    347     void pushToTextureZs                   (const Real32    &value   ); 
    348     void insertIntoTextureZs               (      UInt32     uiIndex, 
    349                                             const Real32    &value   ); 
    350     void replaceInTextureZs                (      UInt32     uiIndex, 
    351                                             const Real32    &value   ); 
    352     void replaceInTextureZs                (const Real32    &pOldElem, 
    353                                             const Real32    &pNewElem); 
    354     void removeFromTextureZs               (      UInt32     uiIndex ); 
    355     void removeFromTextureZs               (const Real32    &value   ); 
    356     void clearTextureZs                    (      void               ); 
     321 
     322 
    357323 
    358324 
     
    565531    /*! \name                Ptr MField Set                                */ 
    566532    /*! \{                                                                 */ 
    567  
    568  
    569  
    570  
    571  
    572     /*! \}                                                                 */ 
     533    /*! \}                                                                 */ 
     534    /*---------------------------------------------------------------------*/ 
    573535 
    574536    // prohibit default functions (move to 'public' if you need one)