- Timestamp:
- 05/05/08 06:39:01 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Material/Base/OSGChunkMaterialBase.inl
r1178 r1193 82 82 } 83 83 84 //! Get the ChunkMaterial::_mfChunks field.85 inline86 const MFUnrecStateChunkPtr &ChunkMaterialBase::getChunks(void) const87 {88 return _mfChunks;89 }90 91 84 //! Get the value of the \a index element the ChunkMaterial::_mfSlots field. 92 85 inline 93 const Int32 &ChunkMaterialBase::getSlots(const UInt32 index) const86 const Int32 ChunkMaterialBase::getSlots(const UInt32 index) const 94 87 { 95 88 return _mfSlots[index]; … … 102 95 103 96 return _mfSlots[index]; 104 }105 106 //! Get the ChunkMaterial::_mfSlots field.107 inline108 MFInt32 &ChunkMaterialBase::editSlots(void)109 {110 editMField(SlotsFieldMask, _mfSlots);111 112 return _mfSlots;113 97 } 114 98 … … 128 112 #endif 129 113 130 131 //! Get the ChunkMaterial::_mfSlots field.132 inline133 const MFInt32 &ChunkMaterialBase::getSlots(void) const134 {135 return _mfSlots;136 }137 114 138 115
