Show
Ignore:
Timestamp:
04/18/08 04:10:31 (6 months ago)
Author:
vossg
Message:

changed: pointer cleanup base rebuild

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Depreciated/State/OSGCubeTextureChunkBase.inl

    r1085 r1178  
    7777//! Get the value of the CubeTextureChunk::_sfPosZImage field. 
    7878inline 
    79 ImagePtrConst CubeTextureChunkBase::getPosZImage(void) const 
     79ImagePtr CubeTextureChunkBase::getPosZImage(void) const 
    8080{ 
    8181    return _sfPosZImage.getValue(); 
     
    8484//! Set the value of the CubeTextureChunk::_sfPosZImage field. 
    8585inline 
    86 void CubeTextureChunkBase::setPosZImage(ImagePtrConstArg value) 
     86void CubeTextureChunkBase::setPosZImage(const ImagePtr value) 
    8787{ 
    8888    editSField(PosZImageFieldMask); 
     
    9494//! Get the value of the CubeTextureChunk::_sfPosXImage field. 
    9595inline 
    96 ImagePtrConst CubeTextureChunkBase::getPosXImage(void) const 
     96ImagePtr CubeTextureChunkBase::getPosXImage(void) const 
    9797{ 
    9898    return _sfPosXImage.getValue(); 
     
    101101//! Set the value of the CubeTextureChunk::_sfPosXImage field. 
    102102inline 
    103 void CubeTextureChunkBase::setPosXImage(ImagePtrConstArg value) 
     103void CubeTextureChunkBase::setPosXImage(const ImagePtr value) 
    104104{ 
    105105    editSField(PosXImageFieldMask); 
     
    111111//! Get the value of the CubeTextureChunk::_sfNegXImage field. 
    112112inline 
    113 ImagePtrConst CubeTextureChunkBase::getNegXImage(void) const 
     113ImagePtr CubeTextureChunkBase::getNegXImage(void) const 
    114114{ 
    115115    return _sfNegXImage.getValue(); 
     
    118118//! Set the value of the CubeTextureChunk::_sfNegXImage field. 
    119119inline 
    120 void CubeTextureChunkBase::setNegXImage(ImagePtrConstArg value) 
     120void CubeTextureChunkBase::setNegXImage(const ImagePtr value) 
    121121{ 
    122122    editSField(NegXImageFieldMask); 
     
    128128//! Get the value of the CubeTextureChunk::_sfPosYImage field. 
    129129inline 
    130 ImagePtrConst CubeTextureChunkBase::getPosYImage(void) const 
     130ImagePtr CubeTextureChunkBase::getPosYImage(void) const 
    131131{ 
    132132    return _sfPosYImage.getValue(); 
     
    135135//! Set the value of the CubeTextureChunk::_sfPosYImage field. 
    136136inline 
    137 void CubeTextureChunkBase::setPosYImage(ImagePtrConstArg value) 
     137void CubeTextureChunkBase::setPosYImage(const ImagePtr value) 
    138138{ 
    139139    editSField(PosYImageFieldMask); 
     
    145145//! Get the value of the CubeTextureChunk::_sfNegYImage field. 
    146146inline 
    147 ImagePtrConst CubeTextureChunkBase::getNegYImage(void) const 
     147ImagePtr CubeTextureChunkBase::getNegYImage(void) const 
    148148{ 
    149149    return _sfNegYImage.getValue(); 
     
    152152//! Set the value of the CubeTextureChunk::_sfNegYImage field. 
    153153inline 
    154 void CubeTextureChunkBase::setNegYImage(ImagePtrConstArg value) 
     154void CubeTextureChunkBase::setNegYImage(const ImagePtr value) 
    155155{ 
    156156    editSField(NegYImageFieldMask);