Show
Ignore:
Timestamp:
05/05/08 06:58:23 (5 months ago)
Author:
vossg
Message:

changed: base rebuild interface clean up (removal ptr typedef / NullFC)

Files:

Legend:

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

    r1193 r1197  
    7777//! Get the value of the CubeTextureChunk::_sfPosZImage field. 
    7878inline 
    79 ImagePtr CubeTextureChunkBase::getPosZImage(void) const 
     79Image * CubeTextureChunkBase::getPosZImage(void) const 
    8080{ 
    8181    return _sfPosZImage.getValue(); 
     
    8484//! Set the value of the CubeTextureChunk::_sfPosZImage field. 
    8585inline 
    86 void CubeTextureChunkBase::setPosZImage(const ImagePtr value) 
     86void CubeTextureChunkBase::setPosZImage(Image * const value) 
    8787{ 
    8888    editSField(PosZImageFieldMask); 
     
    9393//! Get the value of the CubeTextureChunk::_sfPosXImage field. 
    9494inline 
    95 ImagePtr CubeTextureChunkBase::getPosXImage(void) const 
     95Image * CubeTextureChunkBase::getPosXImage(void) const 
    9696{ 
    9797    return _sfPosXImage.getValue(); 
     
    100100//! Set the value of the CubeTextureChunk::_sfPosXImage field. 
    101101inline 
    102 void CubeTextureChunkBase::setPosXImage(const ImagePtr value) 
     102void CubeTextureChunkBase::setPosXImage(Image * const value) 
    103103{ 
    104104    editSField(PosXImageFieldMask); 
     
    109109//! Get the value of the CubeTextureChunk::_sfNegXImage field. 
    110110inline 
    111 ImagePtr CubeTextureChunkBase::getNegXImage(void) const 
     111Image * CubeTextureChunkBase::getNegXImage(void) const 
    112112{ 
    113113    return _sfNegXImage.getValue(); 
     
    116116//! Set the value of the CubeTextureChunk::_sfNegXImage field. 
    117117inline 
    118 void CubeTextureChunkBase::setNegXImage(const ImagePtr value) 
     118void CubeTextureChunkBase::setNegXImage(Image * const value) 
    119119{ 
    120120    editSField(NegXImageFieldMask); 
     
    125125//! Get the value of the CubeTextureChunk::_sfPosYImage field. 
    126126inline 
    127 ImagePtr CubeTextureChunkBase::getPosYImage(void) const 
     127Image * CubeTextureChunkBase::getPosYImage(void) const 
    128128{ 
    129129    return _sfPosYImage.getValue(); 
     
    132132//! Set the value of the CubeTextureChunk::_sfPosYImage field. 
    133133inline 
    134 void CubeTextureChunkBase::setPosYImage(const ImagePtr value) 
     134void CubeTextureChunkBase::setPosYImage(Image * const value) 
    135135{ 
    136136    editSField(PosYImageFieldMask); 
     
    141141//! Get the value of the CubeTextureChunk::_sfNegYImage field. 
    142142inline 
    143 ImagePtr CubeTextureChunkBase::getNegYImage(void) const 
     143Image * CubeTextureChunkBase::getNegYImage(void) const 
    144144{ 
    145145    return _sfNegYImage.getValue(); 
     
    148148//! Set the value of the CubeTextureChunk::_sfNegYImage field. 
    149149inline 
    150 void CubeTextureChunkBase::setNegYImage(const ImagePtr value) 
     150void CubeTextureChunkBase::setNegYImage(Image * const value) 
    151151{ 
    152152    editSField(NegYImageFieldMask);