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

changed: base rebuild

Files:

Legend:

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

    r1178 r1193  
    8282} 
    8383 
    84 //! Get the ChunkMaterial::_mfChunks field. 
    85 inline 
    86 const MFUnrecStateChunkPtr &ChunkMaterialBase::getChunks(void) const 
    87 { 
    88     return _mfChunks; 
    89 } 
    90  
    9184//! Get the value of the \a index element the ChunkMaterial::_mfSlots field. 
    9285inline 
    93 const Int32 &ChunkMaterialBase::getSlots(const UInt32 index) const 
     86const Int32 ChunkMaterialBase::getSlots(const UInt32 index) const 
    9487{ 
    9588    return _mfSlots[index]; 
     
    10295 
    10396    return _mfSlots[index]; 
    104 } 
    105  
    106 //! Get the ChunkMaterial::_mfSlots field. 
    107 inline 
    108 MFInt32 &ChunkMaterialBase::editSlots(void) 
    109 { 
    110     editMField(SlotsFieldMask, _mfSlots); 
    111  
    112     return _mfSlots; 
    11397} 
    11498 
     
    128112#endif 
    129113 
    130  
    131 //! Get the ChunkMaterial::_mfSlots field. 
    132 inline 
    133 const MFInt32 &ChunkMaterialBase::getSlots(void) const 
    134 { 
    135     return _mfSlots; 
    136 } 
    137114 
    138115