- Timestamp:
- 05/05/08 06:39:01 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Depreciated/State/OSGTextureChunkBase.h
r1178 r1193 342 342 /*! \{ */ 343 343 344 const SFUnrecImagePtr *getSFImage (void) const; 344 const SFUnrecImagePtr *getSFImage (void) const; 345 SFUnrecImagePtr *editSFImage (void); 345 346 346 347 #ifdef OSG_1_GET_COMPAT … … 675 676 #endif 676 677 GLenum &editInternalFormat (void); 677 const GLenum &getInternalFormat (void) const;678 const GLenum getInternalFormat (void) const; 678 679 679 680 #ifdef OSG_1_GET_COMPAT … … 681 682 #endif 682 683 GLenum &editExternalFormat (void); 683 const GLenum &getExternalFormat (void) const;684 const GLenum getExternalFormat (void) const; 684 685 685 686 #ifdef OSG_1_GET_COMPAT … … 687 688 #endif 688 689 bool &editScale (void); 689 const bool &getScale (void) const;690 const bool getScale (void) const; 690 691 691 692 #ifdef OSG_1_GET_COMPAT … … 693 694 #endif 694 695 UInt32 &editFrame (void); 695 const UInt32 &getFrame (void) const;696 const UInt32 getFrame (void) const; 696 697 697 698 #ifdef OSG_1_GET_COMPAT … … 699 700 #endif 700 701 GLenum &editMinFilter (void); 701 const GLenum &getMinFilter (void) const;702 const GLenum getMinFilter (void) const; 702 703 703 704 #ifdef OSG_1_GET_COMPAT … … 705 706 #endif 706 707 GLenum &editMagFilter (void); 707 const GLenum &getMagFilter (void) const;708 const GLenum getMagFilter (void) const; 708 709 709 710 #ifdef OSG_1_GET_COMPAT … … 711 712 #endif 712 713 GLenum &editWrapS (void); 713 const GLenum &getWrapS (void) const;714 const GLenum getWrapS (void) const; 714 715 715 716 #ifdef OSG_1_GET_COMPAT … … 717 718 #endif 718 719 GLenum &editWrapT (void); 719 const GLenum &getWrapT (void) const;720 const GLenum getWrapT (void) const; 720 721 721 722 #ifdef OSG_1_GET_COMPAT … … 723 724 #endif 724 725 GLenum &editWrapR (void); 725 const GLenum &getWrapR (void) const;726 const GLenum getWrapR (void) const; 726 727 727 728 #ifdef OSG_1_GET_COMPAT … … 729 730 #endif 730 731 GLenum &editEnvMode (void); 731 const GLenum &getEnvMode (void) const;732 const GLenum getEnvMode (void) const; 732 733 733 734 #ifdef OSG_1_GET_COMPAT … … 735 736 #endif 736 737 Color4f &editEnvColor (void); 737 const Color4f &getEnvColor (void) const;738 const Color4f getEnvColor (void) const; 738 739 739 740 #ifdef OSG_1_GET_COMPAT … … 741 742 #endif 742 743 GLenum &editEnvCombineRGB (void); 743 const GLenum &getEnvCombineRGB (void) const;744 const GLenum getEnvCombineRGB (void) const; 744 745 745 746 #ifdef OSG_1_GET_COMPAT … … 747 748 #endif 748 749 GLenum &editEnvCombineAlpha(void); 749 const GLenum &getEnvCombineAlpha (void) const;750 const GLenum getEnvCombineAlpha (void) const; 750 751 751 752 #ifdef OSG_1_GET_COMPAT … … 753 754 #endif 754 755 Real32 &editEnvScaleRGB (void); 755 const Real32 &getEnvScaleRGB (void) const;756 const Real32 getEnvScaleRGB (void) const; 756 757 757 758 #ifdef OSG_1_GET_COMPAT … … 759 760 #endif 760 761 Real32 &editEnvScaleAlpha (void); 761 const Real32 &getEnvScaleAlpha (void) const;762 const Real32 getEnvScaleAlpha (void) const; 762 763 763 764 #ifdef OSG_1_GET_COMPAT … … 765 766 #endif 766 767 GLenum &editEnvSource0RGB (void); 767 const GLenum &getEnvSource0RGB (void) const;768 const GLenum getEnvSource0RGB (void) const; 768 769 769 770 #ifdef OSG_1_GET_COMPAT … … 771 772 #endif 772 773 GLenum &editEnvSource1RGB (void); 773 const GLenum &getEnvSource1RGB (void) const;774 const GLenum getEnvSource1RGB (void) const; 774 775 775 776 #ifdef OSG_1_GET_COMPAT … … 777 778 #endif 778 779 GLenum &editEnvSource2RGB (void); 779 const GLenum &getEnvSource2RGB (void) const;780 const GLenum getEnvSource2RGB (void) const; 780 781 781 782 #ifdef OSG_1_GET_COMPAT … … 783 784 #endif 784 785 GLenum &editEnvSource0Alpha(void); 785 const GLenum &getEnvSource0Alpha (void) const;786 const GLenum getEnvSource0Alpha (void) const; 786 787 787 788 #ifdef OSG_1_GET_COMPAT … … 789 790 #endif 790 791 GLenum &editEnvSource1Alpha(void); 791 const GLenum &getEnvSource1Alpha (void) const;792 const GLenum getEnvSource1Alpha (void) const; 792 793 793 794 #ifdef OSG_1_GET_COMPAT … … 795 796 #endif 796 797 GLenum &editEnvSource2Alpha(void); 797 const GLenum &getEnvSource2Alpha (void) const;798 const GLenum getEnvSource2Alpha (void) const; 798 799 799 800 #ifdef OSG_1_GET_COMPAT … … 801 802 #endif 802 803 GLenum &editEnvOperand0RGB (void); 803 const GLenum &getEnvOperand0RGB (void) const;804 const GLenum getEnvOperand0RGB (void) const; 804 805 805 806 #ifdef OSG_1_GET_COMPAT … … 807 808 #endif 808 809 GLenum &editEnvOperand1RGB (void); 809 const GLenum &getEnvOperand1RGB (void) const;810 const GLenum getEnvOperand1RGB (void) const; 810 811 811 812 #ifdef OSG_1_GET_COMPAT … … 813 814 #endif 814 815 GLenum &editEnvOperand2RGB (void); 815 const GLenum &getEnvOperand2RGB (void) const;816 const GLenum getEnvOperand2RGB (void) const; 816 817 817 818 #ifdef OSG_1_GET_COMPAT … … 819 820 #endif 820 821 GLenum &editEnvOperand0Alpha(void); 821 const GLenum &getEnvOperand0Alpha (void) const;822 const GLenum getEnvOperand0Alpha (void) const; 822 823 823 824 #ifdef OSG_1_GET_COMPAT … … 825 826 #endif 826 827 GLenum &editEnvOperand1Alpha(void); 827 const GLenum &getEnvOperand1Alpha (void) const;828 const GLenum getEnvOperand1Alpha (void) const; 828 829 829 830 #ifdef OSG_1_GET_COMPAT … … 831 832 #endif 832 833 GLenum &editEnvOperand2Alpha(void); 833 const GLenum &getEnvOperand2Alpha (void) const;834 const GLenum getEnvOperand2Alpha (void) const; 834 835 835 836 #ifdef OSG_1_GET_COMPAT … … 837 838 #endif 838 839 GLenum &editGLId (void); 839 const GLenum &getGLId (void) const;840 const GLenum getGLId (void) const; 840 841 841 842 #ifdef OSG_1_GET_COMPAT … … 843 844 #endif 844 845 Int32 &editIgnoreGLForAspect(void); 845 const Int32 &getIgnoreGLForAspect (void) const;846 const Int32 getIgnoreGLForAspect (void) const; 846 847 847 848 #ifdef OSG_1_GET_COMPAT … … 849 850 #endif 850 851 bool &editPointSprite (void); 851 const bool &getPointSprite (void) const;852 const bool getPointSprite (void) const; 852 853 853 854 #ifdef OSG_1_GET_COMPAT … … 855 856 #endif 856 857 Real32 &editPriority (void); 857 const Real32 &getPriority (void) const;858 const Real32 getPriority (void) const; 858 859 859 860 #ifdef OSG_1_GET_COMPAT … … 861 862 #endif 862 863 GLenum &editShaderOperation(void); 863 const GLenum &getShaderOperation (void) const;864 const GLenum getShaderOperation (void) const; 864 865 865 866 #ifdef OSG_1_GET_COMPAT … … 867 868 #endif 868 869 GLenum &editShaderInput (void); 869 const GLenum &getShaderInput (void) const;870 const GLenum getShaderInput (void) const; 870 871 871 872 #ifdef OSG_1_GET_COMPAT … … 874 875 #endif 875 876 Real32 &editShaderOffsetMatrix(const UInt32 index); 876 const Real32 &getShaderOffsetMatrix (const UInt32 index) const; 877 MFReal32 &editShaderOffsetMatrix(void); 878 const MFReal32 &getShaderOffsetMatrix(void) const; 877 const Real32 getShaderOffsetMatrix (const UInt32 index) const; 879 878 880 879 #ifdef OSG_1_GET_COMPAT … … 882 881 #endif 883 882 Real32 &editShaderOffsetScale(void); 884 const Real32 &getShaderOffsetScale (void) const;883 const Real32 getShaderOffsetScale (void) const; 885 884 886 885 #ifdef OSG_1_GET_COMPAT … … 888 887 #endif 889 888 Real32 &editShaderOffsetBias(void); 890 const Real32 &getShaderOffsetBias (void) const;889 const Real32 getShaderOffsetBias (void) const; 891 890 892 891 #ifdef OSG_1_GET_COMPAT … … 894 893 #endif 895 894 GLenum &editShaderRGBADotProduct(void); 896 const GLenum &getShaderRGBADotProduct (void) const;895 const GLenum getShaderRGBADotProduct (void) const; 897 896 898 897 #ifdef OSG_1_GET_COMPAT … … 900 899 #endif 901 900 UInt8 &editShaderCullModes(void); 902 const UInt8 &getShaderCullModes (void) const;901 const UInt8 getShaderCullModes (void) const; 903 902 904 903 #ifdef OSG_1_GET_COMPAT … … 906 905 #endif 907 906 Vec3f &editShaderConstEye (void); 908 const Vec3f &getShaderConstEye (void) const;907 const Vec3f getShaderConstEye (void) const; 909 908 910 909 #ifdef OSG_1_GET_COMPAT … … 912 911 #endif 913 912 Real32 &editLodBias (void); 914 const Real32 &getLodBias (void) const;913 const Real32 getLodBias (void) const; 915 914 916 915 #ifdef OSG_1_GET_COMPAT … … 918 917 #endif 919 918 Int32 &editDirtyLeft (void); 920 const Int32 &getDirtyLeft (void) const;919 const Int32 getDirtyLeft (void) const; 921 920 922 921 #ifdef OSG_1_GET_COMPAT … … 924 923 #endif 925 924 Int32 &editDirtyMinX (void); 926 const Int32 &getDirtyMinX (void) const;925 const Int32 getDirtyMinX (void) const; 927 926 928 927 #ifdef OSG_1_GET_COMPAT … … 930 929 #endif 931 930 Int32 &editDirtyMaxX (void); 932 const Int32 &getDirtyMaxX (void) const;931 const Int32 getDirtyMaxX (void) const; 933 932 934 933 #ifdef OSG_1_GET_COMPAT … … 936 935 #endif 937 936 Int32 &editDirtyMinY (void); 938 const Int32 &getDirtyMinY (void) const;937 const Int32 getDirtyMinY (void) const; 939 938 940 939 #ifdef OSG_1_GET_COMPAT … … 942 941 #endif 943 942 Int32 &editDirtyMaxY (void); 944 const Int32 &getDirtyMaxY (void) const;943 const Int32 getDirtyMaxY (void) const; 945 944 946 945 #ifdef OSG_1_GET_COMPAT … … 948 947 #endif 949 948 Int32 &editDirtyMinZ (void); 950 const Int32 &getDirtyMinZ (void) const;949 const Int32 getDirtyMinZ (void) const; 951 950 952 951 #ifdef OSG_1_GET_COMPAT … … 954 953 #endif 955 954 Int32 &editDirtyMaxZ (void); 956 const Int32 &getDirtyMaxZ (void) const;955 const Int32 getDirtyMaxZ (void) const; 957 956 958 957 #ifdef OSG_1_GET_COMPAT … … 960 959 #endif 961 960 Real32 &editAnisotropy (void); 962 const Real32 &getAnisotropy (void) const;961 const Real32 getAnisotropy (void) const; 963 962 964 963 #ifdef OSG_1_GET_COMPAT … … 966 965 #endif 967 966 Color4f &editBorderColor (void); 968 const Color4f &getBorderColor (void) const;967 const Color4f getBorderColor (void) const; 969 968 970 969 #ifdef OSG_1_GET_COMPAT … … 972 971 #endif 973 972 GLenum &editCompareMode (void); 974 const GLenum &getCompareMode (void) const;973 const GLenum getCompareMode (void) const; 975 974 976 975 #ifdef OSG_1_GET_COMPAT … … 978 977 #endif 979 978 GLenum &editCompareFunc (void); 980 const GLenum &getCompareFunc (void) const;979 const GLenum getCompareFunc (void) const; 981 980 982 981 #ifdef OSG_1_GET_COMPAT … … 984 983 #endif 985 984 GLenum &editDepthMode (void); 986 const GLenum &getDepthMode (void) const;985 const GLenum getDepthMode (void) const; 987 986 988 987 #ifdef OSG_1_GET_COMPAT … … 990 989 #endif 991 990 UInt32 &editBorderWidth (void); 992 const UInt32 &getBorderWidth (void) const;991 const UInt32 getBorderWidth (void) const; 993 992 994 993 #ifdef OSG_1_GET_COMPAT … … 996 995 #endif 997 996 UInt32 &editNPOTMatrixScale(void); 998 const UInt32 &getNPOTMatrixScale (void) const;997 const UInt32 getNPOTMatrixScale (void) const; 999 998 1000 999 /*! \} */ … … 1067 1066 /*! \name Ptr MField Set */ 1068 1067 /*! \{ */ 1069 1070 1068 1071 1069 /*! \} */
