Changeset 1193 for trunk/Source/System/Material/Base/OSGChunkMaterialBase.h
- Timestamp:
- 05/05/08 06:39:01 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Material/Base/OSGChunkMaterialBase.h
r1178 r1193 215 215 216 216 const MFUnrecStateChunkPtr *getMFChunks (void) const; 217 218 #ifdef OSG_1_GET_COMPAT 219 MFInt32 *getMFSlots (void); 220 #endif 217 MFUnrecStateChunkPtr *editMFChunks (void); 218 221 219 MFInt32 *editMFSlots (void); 222 220 const MFInt32 *getMFSlots (void) const; … … 224 222 225 223 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 232 225 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; 236 227 237 228 /*! \} */ … … 248 239 void pushToChunks (const StateChunkPtr value ); 249 240 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);256 241 void removeFromChunks (UInt32 uiIndex ); 257 242 void removeFromChunks(const StateChunkPtr value ); 258 243 void clearChunks (void ); 259 260 244 261 245
