Show
Ignore:
Timestamp:
05/05/08 06:39:01 (5 months ago)
Author:
vossg
Message:

changed: base rebuild

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Material/Base/OSGChunkMaterialBase.h

    r1178 r1193  
    215215 
    216216            const MFUnrecStateChunkPtr *getMFChunks          (void) const; 
    217  
    218 #ifdef OSG_1_GET_COMPAT 
    219                   MFInt32             *getMFSlots           (void); 
    220 #endif 
     217                  MFUnrecStateChunkPtr *editMFChunks         (void); 
     218 
    221219                  MFInt32             *editMFSlots          (void); 
    222220            const MFInt32             *getMFSlots           (void) const; 
     
    224222 
    225223                  StateChunkPtr getChunks         (const UInt32 index) const; 
    226             const MFUnrecStateChunkPtr &getChunks          (void) const; 
    227  
    228 #ifdef OSG_1_GET_COMPAT 
    229                   Int32               &getSlots           (const UInt32 index); 
    230                   MFInt32             &getSlots          (void); 
    231 #endif 
     224 
    232225                  Int32               &editSlots          (const UInt32 index); 
    233             const Int32               &getSlots           (const UInt32 index) const; 
    234                   MFInt32             &editSlots          (void); 
    235             const MFInt32             &getSlots           (void) const; 
     226            const Int32                getSlots           (const UInt32 index) const; 
    236227 
    237228    /*! \}                                                                 */ 
     
    248239    void pushToChunks              (const StateChunkPtr value   ); 
    249240    void assignChunks              (const MFUnrecStateChunkPtr &value); 
    250     void insertIntoChunks      (      UInt32        uiIndex, 
    251                                              const StateChunkPtr value   ); 
    252     void replaceInChunks  (      UInt32         uiIndex, 
    253                                              const StateChunkPtr value   ); 
    254     void replaceInChunks (const StateChunkPtr pOldElem, 
    255                                              const StateChunkPtr pNewElem); 
    256241    void removeFromChunks (UInt32                uiIndex ); 
    257242    void removeFromChunks(const StateChunkPtr value   ); 
    258243    void clearChunks                (void                          ); 
    259  
    260244 
    261245