Show
Ignore:
Timestamp:
05/05/08 06:39:01 (7 months ago)
Author:
vossg
Message:

changed: base rebuild

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Image/WS/OSGImageBase.inl

    r787 r1193  
    8686//! Get the value of the Image::_sfDimension field. 
    8787inline 
    88 const Int32 &ImageBase::getDimension(void) const 
     88const Int32 ImageBase::getDimension(void) const 
    8989{ 
    9090    return _sfDimension.getValue(); 
     
    119119//! Get the value of the Image::_sfWidth field. 
    120120inline 
    121 const Int32 &ImageBase::getWidth(void) const 
     121const Int32 ImageBase::getWidth(void) const 
    122122{ 
    123123    return _sfWidth.getValue(); 
     
    152152//! Get the value of the Image::_sfHeight field. 
    153153inline 
    154 const Int32 &ImageBase::getHeight(void) const 
     154const Int32 ImageBase::getHeight(void) const 
    155155{ 
    156156    return _sfHeight.getValue(); 
     
    185185//! Get the value of the Image::_sfDepth field. 
    186186inline 
    187 const Int32 &ImageBase::getDepth(void) const 
     187const Int32 ImageBase::getDepth(void) const 
    188188{ 
    189189    return _sfDepth.getValue(); 
     
    218218//! Get the value of the Image::_sfBpp field. 
    219219inline 
    220 const Int32 &ImageBase::getBpp(void) const 
     220const Int32 ImageBase::getBpp(void) const 
    221221{ 
    222222    return _sfBpp.getValue(); 
     
    251251//! Get the value of the Image::_sfMipMapCount field. 
    252252inline 
    253 const Int32 &ImageBase::getMipMapCount(void) const 
     253const Int32 ImageBase::getMipMapCount(void) const 
    254254{ 
    255255    return _sfMipMapCount.getValue(); 
     
    284284//! Get the value of the Image::_sfFrameCount field. 
    285285inline 
    286 const Int32 &ImageBase::getFrameCount(void) const 
     286const Int32 ImageBase::getFrameCount(void) const 
    287287{ 
    288288    return _sfFrameCount.getValue(); 
     
    317317//! Get the value of the Image::_sfFrameDelay field. 
    318318inline 
    319 const Time &ImageBase::getFrameDelay(void) const 
     319const Time ImageBase::getFrameDelay(void) const 
    320320{ 
    321321    return _sfFrameDelay.getValue(); 
     
    350350//! Get the value of the Image::_sfPixelFormat field. 
    351351inline 
    352 const UInt32 &ImageBase::getPixelFormat(void) const 
     352const UInt32 ImageBase::getPixelFormat(void) const 
    353353{ 
    354354    return _sfPixelFormat.getValue(); 
     
    383383//! Get the value of the Image::_sfFrameSize field. 
    384384inline 
    385 const Int32 &ImageBase::getFrameSize(void) const 
     385const Int32 ImageBase::getFrameSize(void) const 
    386386{ 
    387387    return _sfFrameSize.getValue(); 
     
    416416//! Get the value of the Image::_sfName field. 
    417417inline 
    418 const std::string &ImageBase::getName(void) const 
     418const std::string ImageBase::getName(void) const 
    419419{ 
    420420    return _sfName.getValue(); 
     
    449449//! Get the value of the Image::_sfDataType field. 
    450450inline 
    451 const Int32 &ImageBase::getDataType(void) const 
     451const Int32 ImageBase::getDataType(void) const 
    452452{ 
    453453    return _sfDataType.getValue(); 
     
    482482//! Get the value of the Image::_sfComponentSize field. 
    483483inline 
    484 const Int32 &ImageBase::getComponentSize(void) const 
     484const Int32 ImageBase::getComponentSize(void) const 
    485485{ 
    486486    return _sfComponentSize.getValue(); 
     
    515515//! Get the value of the Image::_sfSideCount field. 
    516516inline 
    517 const Int32 &ImageBase::getSideCount(void) const 
     517const Int32 ImageBase::getSideCount(void) const 
    518518{ 
    519519    return _sfSideCount.getValue(); 
     
    548548//! Get the value of the Image::_sfSideSize field. 
    549549inline 
    550 const Int32 &ImageBase::getSideSize(void) const 
     550const Int32 ImageBase::getSideSize(void) const 
    551551{ 
    552552    return _sfSideSize.getValue(); 
     
    581581//! Get the value of the Image::_sfForceCompressedData field. 
    582582inline 
    583 const bool &ImageBase::getForceCompressedData(void) const 
     583const bool ImageBase::getForceCompressedData(void) const 
    584584{ 
    585585    return _sfForceCompressedData.getValue(); 
     
    614614//! Get the value of the Image::_sfForceAlphaChannel field. 
    615615inline 
    616 const bool &ImageBase::getForceAlphaChannel(void) const 
     616const bool ImageBase::getForceAlphaChannel(void) const 
    617617{ 
    618618    return _sfForceAlphaChannel.getValue(); 
     
    647647//! Get the value of the Image::_sfForceColorChannel field. 
    648648inline 
    649 const bool &ImageBase::getForceColorChannel(void) const 
     649const bool ImageBase::getForceColorChannel(void) const 
    650650{ 
    651651    return _sfForceColorChannel.getValue(); 
     
    680680//! Get the value of the Image::_sfForceAlphaBinary field. 
    681681inline 
    682 const bool &ImageBase::getForceAlphaBinary(void) const 
     682const bool ImageBase::getForceAlphaBinary(void) const 
    683683{ 
    684684    return _sfForceAlphaBinary.getValue(); 
     
    713713//! Get the value of the Image::_sfResX field. 
    714714inline 
    715 const Real32 &ImageBase::getResX(void) const 
     715const Real32 ImageBase::getResX(void) const 
    716716{ 
    717717    return _sfResX.getValue(); 
     
    746746//! Get the value of the Image::_sfResY field. 
    747747inline 
    748 const Real32 &ImageBase::getResY(void) const 
     748const Real32 ImageBase::getResY(void) const 
    749749{ 
    750750    return _sfResY.getValue(); 
     
    779779//! Get the value of the Image::_sfResUnit field. 
    780780inline 
    781 const UInt16 &ImageBase::getResUnit(void) const 
     781const UInt16 ImageBase::getResUnit(void) const 
    782782{ 
    783783    return _sfResUnit.getValue(); 
     
    803803//! Get the value of the \a index element the Image::_mfPixel field. 
    804804inline 
    805 const UInt8 &ImageBase::getPixel(const UInt32 index) const 
     805const UInt8 ImageBase::getPixel(const UInt32 index) const 
    806806{ 
    807807    return _mfPixel[index]; 
     
    816816} 
    817817 
    818 //! Get the Image::_mfPixel field. 
    819 inline 
    820 MFUInt8 &ImageBase::editPixel(void) 
    821 { 
    822     editMField(PixelFieldMask, _mfPixel); 
    823  
    824     return _mfPixel; 
    825 } 
    826  
    827818#ifdef OSG_1_GET_COMPAT 
    828819inline 
     
    840831#endif 
    841832 
    842  
    843 //! Get the Image::_mfPixel field. 
    844 inline 
    845 const MFUInt8 &ImageBase::getPixel(void) const 
    846 { 
    847     return _mfPixel; 
    848 } 
    849833 
    850834