- Timestamp:
- 04/18/08 04:10:31 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Depreciated/State/OSGCubeTextureChunkBase.inl
r1085 r1178 77 77 //! Get the value of the CubeTextureChunk::_sfPosZImage field. 78 78 inline 79 ImagePtr ConstCubeTextureChunkBase::getPosZImage(void) const79 ImagePtr CubeTextureChunkBase::getPosZImage(void) const 80 80 { 81 81 return _sfPosZImage.getValue(); … … 84 84 //! Set the value of the CubeTextureChunk::_sfPosZImage field. 85 85 inline 86 void CubeTextureChunkBase::setPosZImage( ImagePtrConstArgvalue)86 void CubeTextureChunkBase::setPosZImage(const ImagePtr value) 87 87 { 88 88 editSField(PosZImageFieldMask); … … 94 94 //! Get the value of the CubeTextureChunk::_sfPosXImage field. 95 95 inline 96 ImagePtr ConstCubeTextureChunkBase::getPosXImage(void) const96 ImagePtr CubeTextureChunkBase::getPosXImage(void) const 97 97 { 98 98 return _sfPosXImage.getValue(); … … 101 101 //! Set the value of the CubeTextureChunk::_sfPosXImage field. 102 102 inline 103 void CubeTextureChunkBase::setPosXImage( ImagePtrConstArgvalue)103 void CubeTextureChunkBase::setPosXImage(const ImagePtr value) 104 104 { 105 105 editSField(PosXImageFieldMask); … … 111 111 //! Get the value of the CubeTextureChunk::_sfNegXImage field. 112 112 inline 113 ImagePtr ConstCubeTextureChunkBase::getNegXImage(void) const113 ImagePtr CubeTextureChunkBase::getNegXImage(void) const 114 114 { 115 115 return _sfNegXImage.getValue(); … … 118 118 //! Set the value of the CubeTextureChunk::_sfNegXImage field. 119 119 inline 120 void CubeTextureChunkBase::setNegXImage( ImagePtrConstArgvalue)120 void CubeTextureChunkBase::setNegXImage(const ImagePtr value) 121 121 { 122 122 editSField(NegXImageFieldMask); … … 128 128 //! Get the value of the CubeTextureChunk::_sfPosYImage field. 129 129 inline 130 ImagePtr ConstCubeTextureChunkBase::getPosYImage(void) const130 ImagePtr CubeTextureChunkBase::getPosYImage(void) const 131 131 { 132 132 return _sfPosYImage.getValue(); … … 135 135 //! Set the value of the CubeTextureChunk::_sfPosYImage field. 136 136 inline 137 void CubeTextureChunkBase::setPosYImage( ImagePtrConstArgvalue)137 void CubeTextureChunkBase::setPosYImage(const ImagePtr value) 138 138 { 139 139 editSField(PosYImageFieldMask); … … 145 145 //! Get the value of the CubeTextureChunk::_sfNegYImage field. 146 146 inline 147 ImagePtr ConstCubeTextureChunkBase::getNegYImage(void) const147 ImagePtr CubeTextureChunkBase::getNegYImage(void) const 148 148 { 149 149 return _sfNegYImage.getValue(); … … 152 152 //! Set the value of the CubeTextureChunk::_sfNegYImage field. 153 153 inline 154 void CubeTextureChunkBase::setNegYImage( ImagePtrConstArgvalue)154 void CubeTextureChunkBase::setNegYImage(const ImagePtr value) 155 155 { 156 156 editSField(NegYImageFieldMask);
