Changeset 54 for trunk/Source/System/Image/ES/OSGImageBase.cpp
- Timestamp:
- 09/06/06 00:48:55 (2 years ago)
- Files:
-
- trunk/Source/System/Image/ES/OSGImageBase.cpp (modified) (20 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Image/ES/OSGImageBase.cpp
r2 r54 633 633 } 634 634 635 #ifdef OSG_1_COMPAT 636 SFInt32 *ImageBase::getSFDimension(void) 637 { 638 return this->editSFDimension(); 639 } 640 #endif 641 635 642 SFInt32 *ImageBase::editSFWidth(void) 636 643 { … … 645 652 } 646 653 654 #ifdef OSG_1_COMPAT 655 SFInt32 *ImageBase::getSFWidth(void) 656 { 657 return this->editSFWidth(); 658 } 659 #endif 660 647 661 SFInt32 *ImageBase::editSFHeight(void) 648 662 { … … 657 671 } 658 672 673 #ifdef OSG_1_COMPAT 674 SFInt32 *ImageBase::getSFHeight(void) 675 { 676 return this->editSFHeight(); 677 } 678 #endif 679 659 680 SFInt32 *ImageBase::editSFDepth(void) 660 681 { … … 669 690 } 670 691 692 #ifdef OSG_1_COMPAT 693 SFInt32 *ImageBase::getSFDepth(void) 694 { 695 return this->editSFDepth(); 696 } 697 #endif 698 671 699 SFInt32 *ImageBase::editSFBpp(void) 672 700 { … … 681 709 } 682 710 711 #ifdef OSG_1_COMPAT 712 SFInt32 *ImageBase::getSFBpp(void) 713 { 714 return this->editSFBpp(); 715 } 716 #endif 717 683 718 SFInt32 *ImageBase::editSFMipMapCount(void) 684 719 { … … 693 728 } 694 729 730 #ifdef OSG_1_COMPAT 731 SFInt32 *ImageBase::getSFMipMapCount(void) 732 { 733 return this->editSFMipMapCount(); 734 } 735 #endif 736 695 737 SFInt32 *ImageBase::editSFFrameCount(void) 696 738 { … … 705 747 } 706 748 749 #ifdef OSG_1_COMPAT 750 SFInt32 *ImageBase::getSFFrameCount(void) 751 { 752 return this->editSFFrameCount(); 753 } 754 #endif 755 707 756 SFTime *ImageBase::editSFFrameDelay(void) 708 757 { … … 717 766 } 718 767 768 #ifdef OSG_1_COMPAT 769 SFTime *ImageBase::getSFFrameDelay(void) 770 { 771 return this->editSFFrameDelay(); 772 } 773 #endif 774 719 775 SFUInt32 *ImageBase::editSFPixelFormat(void) 720 776 { … … 729 785 } 730 786 787 #ifdef OSG_1_COMPAT 788 SFUInt32 *ImageBase::getSFPixelFormat(void) 789 { 790 return this->editSFPixelFormat(); 791 } 792 #endif 793 731 794 MFUInt8 *ImageBase::editMFPixel(void) 732 795 { … … 741 804 } 742 805 806 #ifdef OSG_1_COMPAT 807 MFUInt8 *ImageBase::getMFPixel(void) 808 { 809 return this->editMFPixel(); 810 } 811 #endif 812 743 813 SFInt32 *ImageBase::editSFFrameSize(void) 744 814 { … … 753 823 } 754 824 825 #ifdef OSG_1_COMPAT 826 SFInt32 *ImageBase::getSFFrameSize(void) 827 { 828 return this->editSFFrameSize(); 829 } 830 #endif 831 755 832 SFString *ImageBase::editSFName(void) 756 833 { … … 765 842 } 766 843 844 #ifdef OSG_1_COMPAT 845 SFString *ImageBase::getSFName(void) 846 { 847 return this->editSFName(); 848 } 849 #endif 850 767 851 SFInt32 *ImageBase::editSFDataType(void) 768 852 { … … 777 861 } 778 862 863 #ifdef OSG_1_COMPAT 864 SFInt32 *ImageBase::getSFDataType(void) 865 { 866 return this->editSFDataType(); 867 } 868 #endif 869 779 870 SFInt32 *ImageBase::editSFComponentSize(void) 780 871 { … … 789 880 } 790 881 882 #ifdef OSG_1_COMPAT 883 SFInt32 *ImageBase::getSFComponentSize(void) 884 { 885 return this->editSFComponentSize(); 886 } 887 #endif 888 791 889 SFInt32 *ImageBase::editSFSideCount(void) 792 890 { … … 801 899 } 802 900 901 #ifdef OSG_1_COMPAT 902 SFInt32 *ImageBase::getSFSideCount(void) 903 { 904 return this->editSFSideCount(); 905 } 906 #endif 907 803 908 SFInt32 *ImageBase::editSFSideSize(void) 804 909 { … … 813 918 } 814 919 920 #ifdef OSG_1_COMPAT 921 SFInt32 *ImageBase::getSFSideSize(void) 922 { 923 return this->editSFSideSize(); 924 } 925 #endif 926 815 927 SFBool *ImageBase::editSFForceCompressedData(void) 816 928 { … … 825 937 } 826 938 939 #ifdef OSG_1_COMPAT 940 SFBool *ImageBase::getSFForceCompressedData(void) 941 { 942 return this->editSFForceCompressedData(); 943 } 944 #endif 945 827 946 SFBool *ImageBase::editSFForceAlphaChannel(void) 828 947 { … … 837 956 } 838 957 958 #ifdef OSG_1_COMPAT 959 SFBool *ImageBase::getSFForceAlphaChannel(void) 960 { 961 return this->editSFForceAlphaChannel(); 962 } 963 #endif 964 839 965 SFBool *ImageBase::editSFForceColorChannel(void) 840 966 { … … 849 975 } 850 976 977 #ifdef OSG_1_COMPAT 978 SFBool *ImageBase::getSFForceColorChannel(void) 979 { 980 return this->editSFForceColorChannel(); 981 } 982 #endif 983 851 984 SFBool *ImageBase::editSFForceAlphaBinary(void) 852 985 { … … 860 993 return &_sfForceAlphaBinary; 861 994 } 995 996 #ifdef OSG_1_COMPAT 997 SFBool *ImageBase::getSFForceAlphaBinary(void) 998 { 999 return this->editSFForceAlphaBinary(); 1000 } 1001 #endif 862 1002 863 1003
