Show
Ignore:
Timestamp:
09/06/06 00:48:55 (2 years ago)
Author:
vossg
Message:

fixed : missing symbols (compat mode)

Files:

Legend:

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

    r2 r54  
    633633} 
    634634 
     635#ifdef OSG_1_COMPAT 
     636SFInt32 *ImageBase::getSFDimension(void) 
     637{ 
     638    return this->editSFDimension(); 
     639} 
     640#endif 
     641 
    635642SFInt32 *ImageBase::editSFWidth(void) 
    636643{ 
     
    645652} 
    646653 
     654#ifdef OSG_1_COMPAT 
     655SFInt32 *ImageBase::getSFWidth(void) 
     656{ 
     657    return this->editSFWidth(); 
     658} 
     659#endif 
     660 
    647661SFInt32 *ImageBase::editSFHeight(void) 
    648662{ 
     
    657671} 
    658672 
     673#ifdef OSG_1_COMPAT 
     674SFInt32 *ImageBase::getSFHeight(void) 
     675{ 
     676    return this->editSFHeight(); 
     677} 
     678#endif 
     679 
    659680SFInt32 *ImageBase::editSFDepth(void) 
    660681{ 
     
    669690} 
    670691 
     692#ifdef OSG_1_COMPAT 
     693SFInt32 *ImageBase::getSFDepth(void) 
     694{ 
     695    return this->editSFDepth(); 
     696} 
     697#endif 
     698 
    671699SFInt32 *ImageBase::editSFBpp(void) 
    672700{ 
     
    681709} 
    682710 
     711#ifdef OSG_1_COMPAT 
     712SFInt32 *ImageBase::getSFBpp(void) 
     713{ 
     714    return this->editSFBpp(); 
     715} 
     716#endif 
     717 
    683718SFInt32 *ImageBase::editSFMipMapCount(void) 
    684719{ 
     
    693728} 
    694729 
     730#ifdef OSG_1_COMPAT 
     731SFInt32 *ImageBase::getSFMipMapCount(void) 
     732{ 
     733    return this->editSFMipMapCount(); 
     734} 
     735#endif 
     736 
    695737SFInt32 *ImageBase::editSFFrameCount(void) 
    696738{ 
     
    705747} 
    706748 
     749#ifdef OSG_1_COMPAT 
     750SFInt32 *ImageBase::getSFFrameCount(void) 
     751{ 
     752    return this->editSFFrameCount(); 
     753} 
     754#endif 
     755 
    707756SFTime *ImageBase::editSFFrameDelay(void) 
    708757{ 
     
    717766} 
    718767 
     768#ifdef OSG_1_COMPAT 
     769SFTime *ImageBase::getSFFrameDelay(void) 
     770{ 
     771    return this->editSFFrameDelay(); 
     772} 
     773#endif 
     774 
    719775SFUInt32 *ImageBase::editSFPixelFormat(void) 
    720776{ 
     
    729785} 
    730786 
     787#ifdef OSG_1_COMPAT 
     788SFUInt32 *ImageBase::getSFPixelFormat(void) 
     789{ 
     790    return this->editSFPixelFormat(); 
     791} 
     792#endif 
     793 
    731794MFUInt8 *ImageBase::editMFPixel(void) 
    732795{ 
     
    741804} 
    742805 
     806#ifdef OSG_1_COMPAT 
     807MFUInt8 *ImageBase::getMFPixel(void) 
     808{ 
     809    return this->editMFPixel(); 
     810} 
     811#endif 
     812 
    743813SFInt32 *ImageBase::editSFFrameSize(void) 
    744814{ 
     
    753823} 
    754824 
     825#ifdef OSG_1_COMPAT 
     826SFInt32 *ImageBase::getSFFrameSize(void) 
     827{ 
     828    return this->editSFFrameSize(); 
     829} 
     830#endif 
     831 
    755832SFString *ImageBase::editSFName(void) 
    756833{ 
     
    765842} 
    766843 
     844#ifdef OSG_1_COMPAT 
     845SFString *ImageBase::getSFName(void) 
     846{ 
     847    return this->editSFName(); 
     848} 
     849#endif 
     850 
    767851SFInt32 *ImageBase::editSFDataType(void) 
    768852{ 
     
    777861} 
    778862 
     863#ifdef OSG_1_COMPAT 
     864SFInt32 *ImageBase::getSFDataType(void) 
     865{ 
     866    return this->editSFDataType(); 
     867} 
     868#endif 
     869 
    779870SFInt32 *ImageBase::editSFComponentSize(void) 
    780871{ 
     
    789880} 
    790881 
     882#ifdef OSG_1_COMPAT 
     883SFInt32 *ImageBase::getSFComponentSize(void) 
     884{ 
     885    return this->editSFComponentSize(); 
     886} 
     887#endif 
     888 
    791889SFInt32 *ImageBase::editSFSideCount(void) 
    792890{ 
     
    801899} 
    802900 
     901#ifdef OSG_1_COMPAT 
     902SFInt32 *ImageBase::getSFSideCount(void) 
     903{ 
     904    return this->editSFSideCount(); 
     905} 
     906#endif 
     907 
    803908SFInt32 *ImageBase::editSFSideSize(void) 
    804909{ 
     
    813918} 
    814919 
     920#ifdef OSG_1_COMPAT 
     921SFInt32 *ImageBase::getSFSideSize(void) 
     922{ 
     923    return this->editSFSideSize(); 
     924} 
     925#endif 
     926 
    815927SFBool *ImageBase::editSFForceCompressedData(void) 
    816928{ 
     
    825937} 
    826938 
     939#ifdef OSG_1_COMPAT 
     940SFBool *ImageBase::getSFForceCompressedData(void) 
     941{ 
     942    return this->editSFForceCompressedData(); 
     943} 
     944#endif 
     945 
    827946SFBool *ImageBase::editSFForceAlphaChannel(void) 
    828947{ 
     
    837956} 
    838957 
     958#ifdef OSG_1_COMPAT 
     959SFBool *ImageBase::getSFForceAlphaChannel(void) 
     960{ 
     961    return this->editSFForceAlphaChannel(); 
     962} 
     963#endif 
     964 
    839965SFBool *ImageBase::editSFForceColorChannel(void) 
    840966{ 
     
    849975} 
    850976 
     977#ifdef OSG_1_COMPAT 
     978SFBool *ImageBase::getSFForceColorChannel(void) 
     979{ 
     980    return this->editSFForceColorChannel(); 
     981} 
     982#endif 
     983 
    851984SFBool *ImageBase::editSFForceAlphaBinary(void) 
    852985{ 
     
    860993    return &_sfForceAlphaBinary; 
    861994} 
     995 
     996#ifdef OSG_1_COMPAT 
     997SFBool *ImageBase::getSFForceAlphaBinary(void) 
     998{ 
     999    return this->editSFForceAlphaBinary(); 
     1000} 
     1001#endif 
    8621002 
    8631003