- Timestamp:
- 05/05/08 06:58:23 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Depreciated/State/OSGTextureChunkBase.inl
r1193 r1197 77 77 //! Get the value of the TextureChunk::_sfImage field. 78 78 inline 79 Image PtrTextureChunkBase::getImage(void) const79 Image * TextureChunkBase::getImage(void) const 80 80 { 81 81 return _sfImage.getValue(); … … 84 84 //! Set the value of the TextureChunk::_sfImage field. 85 85 inline 86 void TextureChunkBase::setImage( const ImagePtrvalue)86 void TextureChunkBase::setImage(Image * const value) 87 87 { 88 88 editSField(ImageFieldMask);
