X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkTextureObject.java;h=50d87aa0d82f41380bcccb9d0b9039d7fa9f7588;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=e29e5384ac07af53fab5b5880ddcf14a2152fdfc;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkTextureObject.java b/vtk/src/vtk/vtkTextureObject.java index e29e5384..50d87aa0 100644 --- a/vtk/src/vtk/vtkTextureObject.java +++ b/vtk/src/vtk/vtkTextureObject.java @@ -1,275 +1,439 @@ -// java wrapper for vtkTextureObject object -// - -package vtk; -import vtk.*; - -public class vtkTextureObject extends vtkObject -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - private native int IsA_1(String id0); - public int IsA(String id0) - { return IsA_1(id0); } - - private native void SetContext_2(vtkRenderWindow id0); - public void SetContext(vtkRenderWindow id0) - { SetContext_2(id0); } - - private native long GetContext_3(); - public vtkRenderWindow GetContext() { - long temp = GetContext_3(); - - if (temp == 0) return null; - return (vtkRenderWindow)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int GetWidth_4(); - public int GetWidth() - { return GetWidth_4(); } - - private native int GetHeight_5(); - public int GetHeight() - { return GetHeight_5(); } - - private native int GetDepth_6(); - public int GetDepth() - { return GetDepth_6(); } - - private native int GetComponents_7(); - public int GetComponents() - { return GetComponents_7(); } - - private native int GetNumberOfDimensions_8(); - public int GetNumberOfDimensions() - { return GetNumberOfDimensions_8(); } - - private native int GetTarget_9(); - public int GetTarget() - { return GetTarget_9(); } - - private native int GetHandle_10(); - public int GetHandle() - { return GetHandle_10(); } - - private native void Bind_11(); - public void Bind() - { Bind_11(); } - - private native void UnBind_12(); - public void UnBind() - { UnBind_12(); } - - private native boolean IsBound_13(); - public boolean IsBound() - { return IsBound_13(); } - - private native void SendParameters_14(); - public void SendParameters() - { SendParameters_14(); } - - private native boolean Create1D_15(int id0,vtkPixelBufferObject id1,boolean id2); - public boolean Create1D(int id0,vtkPixelBufferObject id1,boolean id2) - { return Create1D_15(id0,id1,id2); } - - private native boolean Create2D_16(int id0,int id1,int id2,vtkPixelBufferObject id3,boolean id4); - public boolean Create2D(int id0,int id1,int id2,vtkPixelBufferObject id3,boolean id4) - { return Create2D_16(id0,id1,id2,id3,id4); } - - private native boolean CreateDepth_17(int id0,int id1,int id2,vtkPixelBufferObject id3); - public boolean CreateDepth(int id0,int id1,int id2,vtkPixelBufferObject id3) - { return CreateDepth_17(id0,id1,id2,id3); } - - private native boolean AllocateDepth_18(int id0,int id1,int id2); - public boolean AllocateDepth(int id0,int id1,int id2) - { return AllocateDepth_18(id0,id1,id2); } - - private native boolean Allocate1D_19(int id0,int id1,int id2); - public boolean Allocate1D(int id0,int id1,int id2) - { return Allocate1D_19(id0,id1,id2); } - - private native boolean Allocate2D_20(int id0,int id1,int id2,int id3); - public boolean Allocate2D(int id0,int id1,int id2,int id3) - { return Allocate2D_20(id0,id1,id2,id3); } - - private native boolean Allocate3D_21(int id0,int id1,int id2,int id3,int id4); - public boolean Allocate3D(int id0,int id1,int id2,int id3,int id4) - { return Allocate3D_21(id0,id1,id2,id3,id4); } - - private native boolean Create3D_22(int id0,int id1,int id2,int id3,vtkPixelBufferObject id4,boolean id5); - public boolean Create3D(int id0,int id1,int id2,int id3,vtkPixelBufferObject id4,boolean id5) - { return Create3D_22(id0,id1,id2,id3,id4,id5); } - - private native boolean Create2D_23(int id0,int id1,int id2,int id3,boolean id4); - public boolean Create2D(int id0,int id1,int id2,int id3,boolean id4) - { return Create2D_23(id0,id1,id2,id3,id4); } - - private native boolean Create3D_24(int id0,int id1,int id2,int id3,int id4,boolean id5); - public boolean Create3D(int id0,int id1,int id2,int id3,int id4,boolean id5) - { return Create3D_24(id0,id1,id2,id3,id4,id5); } - - private native long Download_25(); - public vtkPixelBufferObject Download() { - long temp = Download_25(); - - if (temp == 0) return null; - return (vtkPixelBufferObject)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int GetDataType_26(); - public int GetDataType() - { return GetDataType_26(); } - - private native int GetInternalFormat_27(int id0,int id1,boolean id2); - public int GetInternalFormat(int id0,int id1,boolean id2) - { return GetInternalFormat_27(id0,id1,id2); } - - private native int GetFormat_28(int id0,int id1,boolean id2); - public int GetFormat(int id0,int id1,boolean id2) - { return GetFormat_28(id0,id1,id2); } - - private native int GetWrapS_29(); - public int GetWrapS() - { return GetWrapS_29(); } - - private native void SetWrapS_30(int id0); - public void SetWrapS(int id0) - { SetWrapS_30(id0); } - - private native int GetWrapT_31(); - public int GetWrapT() - { return GetWrapT_31(); } - - private native void SetWrapT_32(int id0); - public void SetWrapT(int id0) - { SetWrapT_32(id0); } - - private native int GetWrapR_33(); - public int GetWrapR() - { return GetWrapR_33(); } - - private native void SetWrapR_34(int id0); - public void SetWrapR(int id0) - { SetWrapR_34(id0); } - - private native int GetMinificationFilter_35(); - public int GetMinificationFilter() - { return GetMinificationFilter_35(); } - - private native void SetMinificationFilter_36(int id0); - public void SetMinificationFilter(int id0) - { SetMinificationFilter_36(id0); } - - private native boolean GetLinearMagnification_37(); - public boolean GetLinearMagnification() - { return GetLinearMagnification_37(); } - - private native void SetLinearMagnification_38(boolean id0); - public void SetLinearMagnification(boolean id0) - { SetLinearMagnification_38(id0); } - - private native void SetBorderColor_39(double id0,double id1,double id2,double id3); - public void SetBorderColor(double id0,double id1,double id2,double id3) - { SetBorderColor_39(id0,id1,id2,id3); } - - private native void SetBorderColor_40(double id0[]); - public void SetBorderColor(double id0[]) - { SetBorderColor_40(id0); } - - private native double[] GetBorderColor_41(); - public double[] GetBorderColor() - { return GetBorderColor_41(); } - - private native void SetPriority_42(double id0); - public void SetPriority(double id0) - { SetPriority_42(id0); } - - private native double GetPriority_43(); - public double GetPriority() - { return GetPriority_43(); } - - private native void SetMinLOD_44(double id0); - public void SetMinLOD(double id0) - { SetMinLOD_44(id0); } - - private native double GetMinLOD_45(); - public double GetMinLOD() - { return GetMinLOD_45(); } - - private native void SetMaxLOD_46(double id0); - public void SetMaxLOD(double id0) - { SetMaxLOD_46(id0); } - - private native double GetMaxLOD_47(); - public double GetMaxLOD() - { return GetMaxLOD_47(); } - - private native void SetBaseLevel_48(int id0); - public void SetBaseLevel(int id0) - { SetBaseLevel_48(id0); } - - private native int GetBaseLevel_49(); - public int GetBaseLevel() - { return GetBaseLevel_49(); } - - private native void SetMaxLevel_50(int id0); - public void SetMaxLevel(int id0) - { SetMaxLevel_50(id0); } - - private native int GetMaxLevel_51(); - public int GetMaxLevel() - { return GetMaxLevel_51(); } - - private native boolean GetDepthTextureCompare_52(); - public boolean GetDepthTextureCompare() - { return GetDepthTextureCompare_52(); } - - private native void SetDepthTextureCompare_53(boolean id0); - public void SetDepthTextureCompare(boolean id0) - { SetDepthTextureCompare_53(id0); } - - private native int GetDepthTextureCompareFunction_54(); - public int GetDepthTextureCompareFunction() - { return GetDepthTextureCompareFunction_54(); } - - private native void SetDepthTextureCompareFunction_55(int id0); - public void SetDepthTextureCompareFunction(int id0) - { SetDepthTextureCompareFunction_55(id0); } - - private native int GetDepthTextureMode_56(); - public int GetDepthTextureMode() - { return GetDepthTextureMode_56(); } - - private native void SetDepthTextureMode_57(int id0); - public void SetDepthTextureMode(int id0) - { SetDepthTextureMode_57(id0); } - - private native boolean GetGenerateMipmap_58(); - public boolean GetGenerateMipmap() - { return GetGenerateMipmap_58(); } - - private native void SetGenerateMipmap_59(boolean id0); - public void SetGenerateMipmap(boolean id0) - { SetGenerateMipmap_59(id0); } - - private native boolean IsSupported_60(vtkRenderWindow id0); - public boolean IsSupported(vtkRenderWindow id0) - { return IsSupported_60(id0); } - - private native void CopyToFrameBuffer_61(int id0,int id1,int id2,int id3,int id4,int id5,int id6,int id7); - public void CopyToFrameBuffer(int id0,int id1,int id2,int id3,int id4,int id5,int id6,int id7) - { CopyToFrameBuffer_61(id0,id1,id2,id3,id4,id5,id6,id7); } - - private native void CopyFromFrameBuffer_62(int id0,int id1,int id2,int id3,int id4,int id5); - public void CopyFromFrameBuffer(int id0,int id1,int id2,int id3,int id4,int id5) - { CopyFromFrameBuffer_62(id0,id1,id2,id3,id4,id5); } - - public vtkTextureObject() { super(); } - - public vtkTextureObject(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkTextureObject object +// + +package vtk; +import vtk.*; + +public class vtkTextureObject extends vtkObject +{ + + private native int IsTypeOf_0(String id0); + public int IsTypeOf(String id0) + { return IsTypeOf_0(id0); } + + private native int IsA_1(String id0); + public int IsA(String id0) + { return IsA_1(id0); } + + private native void SetContext_2(vtkOpenGLRenderWindow id0); + public void SetContext(vtkOpenGLRenderWindow id0) + { SetContext_2(id0); } + + private native long GetContext_3(); + public vtkOpenGLRenderWindow GetContext() { + long temp = GetContext_3(); + + if (temp == 0) return null; + return (vtkOpenGLRenderWindow)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int GetWidth_4(); + public int GetWidth() + { return GetWidth_4(); } + + private native int GetHeight_5(); + public int GetHeight() + { return GetHeight_5(); } + + private native int GetDepth_6(); + public int GetDepth() + { return GetDepth_6(); } + + private native int GetSamples_7(); + public int GetSamples() + { return GetSamples_7(); } + + private native int GetComponents_8(); + public int GetComponents() + { return GetComponents_8(); } + + private native int GetTuples_9(); + public int GetTuples() + { return GetTuples_9(); } + + private native int GetNumberOfDimensions_10(); + public int GetNumberOfDimensions() + { return GetNumberOfDimensions_10(); } + + private native void SetSamples_11(int id0); + public void SetSamples(int id0) + { SetSamples_11(id0); } + + private native int GetTarget_12(); + public int GetTarget() + { return GetTarget_12(); } + + private native int GetHandle_13(); + public int GetHandle() + { return GetHandle_13(); } + + private native int GetTextureUnit_14(); + public int GetTextureUnit() + { return GetTextureUnit_14(); } + + private native void Bind_15(); + public void Bind() + { Bind_15(); } + + private native void Activate_16(); + public void Activate() + { Activate_16(); } + + private native void Deactivate_17(); + public void Deactivate() + { Deactivate_17(); } + + private native void ReleaseGraphicsResources_18(vtkWindow id0); + public void ReleaseGraphicsResources(vtkWindow id0) + { ReleaseGraphicsResources_18(id0); } + + private native boolean IsBound_19(); + public boolean IsBound() + { return IsBound_19(); } + + private native void SendParameters_20(); + public void SendParameters() + { SendParameters_20(); } + + private native void SetAutoParameters_21(int id0); + public void SetAutoParameters(int id0) + { SetAutoParameters_21(id0); } + + private native int GetAutoParameters_22(); + public int GetAutoParameters() + { return GetAutoParameters_22(); } + + private native boolean CreateTextureBuffer_23(int id0,int id1,int id2,vtkOpenGLBufferObject id3); + public boolean CreateTextureBuffer(int id0,int id1,int id2,vtkOpenGLBufferObject id3) + { return CreateTextureBuffer_23(id0,id1,id2,id3); } + + private native boolean Create1D_24(int id0,vtkPixelBufferObject id1,boolean id2); + public boolean Create1D(int id0,vtkPixelBufferObject id1,boolean id2) + { return Create1D_24(id0,id1,id2); } + + private native boolean Create2D_25(int id0,int id1,int id2,vtkPixelBufferObject id3,boolean id4); + public boolean Create2D(int id0,int id1,int id2,vtkPixelBufferObject id3,boolean id4) + { return Create2D_25(id0,id1,id2,id3,id4); } + + private native boolean Create3D_26(int id0,int id1,int id2,int id3,vtkPixelBufferObject id4,boolean id5); + public boolean Create3D(int id0,int id1,int id2,int id3,vtkPixelBufferObject id4,boolean id5) + { return Create3D_26(id0,id1,id2,id3,id4,id5); } + + private native boolean AllocateProxyTexture3D_27(int id0,int id1,int id2,int id3,int id4); + public boolean AllocateProxyTexture3D(int id0,int id1,int id2,int id3,int id4) + { return AllocateProxyTexture3D_27(id0,id1,id2,id3,id4); } + + private native long Download_28(); + public vtkPixelBufferObject Download() { + long temp = Download_28(); + + if (temp == 0) return null; + return (vtkPixelBufferObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native boolean CreateDepth_29(int id0,int id1,int id2,vtkPixelBufferObject id3); + public boolean CreateDepth(int id0,int id1,int id2,vtkPixelBufferObject id3) + { return CreateDepth_29(id0,id1,id2,id3); } + + private native boolean AllocateDepth_30(int id0,int id1,int id2); + public boolean AllocateDepth(int id0,int id1,int id2) + { return AllocateDepth_30(id0,id1,id2); } + + private native boolean Allocate1D_31(int id0,int id1,int id2); + public boolean Allocate1D(int id0,int id1,int id2) + { return Allocate1D_31(id0,id1,id2); } + + private native boolean Allocate2D_32(int id0,int id1,int id2,int id3,int id4); + public boolean Allocate2D(int id0,int id1,int id2,int id3,int id4) + { return Allocate2D_32(id0,id1,id2,id3,id4); } + + private native boolean Allocate3D_33(int id0,int id1,int id2,int id3,int id4); + public boolean Allocate3D(int id0,int id1,int id2,int id3,int id4) + { return Allocate3D_33(id0,id1,id2,id3,id4); } + + private native boolean Create2D_34(int id0,int id1,int id2,int id3,boolean id4); + public boolean Create2D(int id0,int id1,int id2,int id3,boolean id4) + { return Create2D_34(id0,id1,id2,id3,id4); } + + private native boolean Create3D_35(int id0,int id1,int id2,int id3,int id4,boolean id5); + public boolean Create3D(int id0,int id1,int id2,int id3,int id4,boolean id5) + { return Create3D_35(id0,id1,id2,id3,id4,id5); } + + private native int GetVTKDataType_36(); + public int GetVTKDataType() + { return GetVTKDataType_36(); } + + private native int GetDataType_37(int id0); + public int GetDataType(int id0) + { return GetDataType_37(id0); } + + private native void SetDataType_38(int id0); + public void SetDataType(int id0) + { SetDataType_38(id0); } + + private native int GetDefaultDataType_39(int id0); + public int GetDefaultDataType(int id0) + { return GetDefaultDataType_39(id0); } + + private native int GetInternalFormat_40(int id0,int id1,boolean id2); + public int GetInternalFormat(int id0,int id1,boolean id2) + { return GetInternalFormat_40(id0,id1,id2); } + + private native void SetInternalFormat_41(int id0); + public void SetInternalFormat(int id0) + { SetInternalFormat_41(id0); } + + private native int GetDefaultInternalFormat_42(int id0,int id1,boolean id2); + public int GetDefaultInternalFormat(int id0,int id1,boolean id2) + { return GetDefaultInternalFormat_42(id0,id1,id2); } + + private native int GetFormat_43(int id0,int id1,boolean id2); + public int GetFormat(int id0,int id1,boolean id2) + { return GetFormat_43(id0,id1,id2); } + + private native void SetFormat_44(int id0); + public void SetFormat(int id0) + { SetFormat_44(id0); } + + private native int GetDefaultFormat_45(int id0,int id1,boolean id2); + public int GetDefaultFormat(int id0,int id1,boolean id2) + { return GetDefaultFormat_45(id0,id1,id2); } + + private native void ResetFormatAndType_46(); + public void ResetFormatAndType() + { ResetFormatAndType_46(); } + + private native int GetMinificationFilterMode_47(int id0); + public int GetMinificationFilterMode(int id0) + { return GetMinificationFilterMode_47(id0); } + + private native int GetMagnificationFilterMode_48(int id0); + public int GetMagnificationFilterMode(int id0) + { return GetMagnificationFilterMode_48(id0); } + + private native int GetWrapSMode_49(int id0); + public int GetWrapSMode(int id0) + { return GetWrapSMode_49(id0); } + + private native int GetWrapTMode_50(int id0); + public int GetWrapTMode(int id0) + { return GetWrapTMode_50(id0); } + + private native int GetWrapRMode_51(int id0); + public int GetWrapRMode(int id0) + { return GetWrapRMode_51(id0); } + + private native void SetRequireDepthBufferFloat_52(boolean id0); + public void SetRequireDepthBufferFloat(boolean id0) + { SetRequireDepthBufferFloat_52(id0); } + + private native boolean GetRequireDepthBufferFloat_53(); + public boolean GetRequireDepthBufferFloat() + { return GetRequireDepthBufferFloat_53(); } + + private native boolean GetSupportsDepthBufferFloat_54(); + public boolean GetSupportsDepthBufferFloat() + { return GetSupportsDepthBufferFloat_54(); } + + private native void SetRequireTextureFloat_55(boolean id0); + public void SetRequireTextureFloat(boolean id0) + { SetRequireTextureFloat_55(id0); } + + private native boolean GetRequireTextureFloat_56(); + public boolean GetRequireTextureFloat() + { return GetRequireTextureFloat_56(); } + + private native boolean GetSupportsTextureFloat_57(); + public boolean GetSupportsTextureFloat() + { return GetSupportsTextureFloat_57(); } + + private native void SetRequireTextureInteger_58(boolean id0); + public void SetRequireTextureInteger(boolean id0) + { SetRequireTextureInteger_58(id0); } + + private native boolean GetRequireTextureInteger_59(); + public boolean GetRequireTextureInteger() + { return GetRequireTextureInteger_59(); } + + private native boolean GetSupportsTextureInteger_60(); + public boolean GetSupportsTextureInteger() + { return GetSupportsTextureInteger_60(); } + + private native int GetWrapS_61(); + public int GetWrapS() + { return GetWrapS_61(); } + + private native void SetWrapS_62(int id0); + public void SetWrapS(int id0) + { SetWrapS_62(id0); } + + private native int GetWrapT_63(); + public int GetWrapT() + { return GetWrapT_63(); } + + private native void SetWrapT_64(int id0); + public void SetWrapT(int id0) + { SetWrapT_64(id0); } + + private native int GetWrapR_65(); + public int GetWrapR() + { return GetWrapR_65(); } + + private native void SetWrapR_66(int id0); + public void SetWrapR(int id0) + { SetWrapR_66(id0); } + + private native int GetMinificationFilter_67(); + public int GetMinificationFilter() + { return GetMinificationFilter_67(); } + + private native void SetMinificationFilter_68(int id0); + public void SetMinificationFilter(int id0) + { SetMinificationFilter_68(id0); } + + private native int GetMagnificationFilter_69(); + public int GetMagnificationFilter() + { return GetMagnificationFilter_69(); } + + private native void SetMagnificationFilter_70(int id0); + public void SetMagnificationFilter(int id0) + { SetMagnificationFilter_70(id0); } + + private native void SetLinearMagnification_71(boolean id0); + public void SetLinearMagnification(boolean id0) + { SetLinearMagnification_71(id0); } + + private native boolean GetLinearMagnification_72(); + public boolean GetLinearMagnification() + { return GetLinearMagnification_72(); } + + private native void SetBorderColor_73(double id0,double id1,double id2,double id3); + public void SetBorderColor(double id0,double id1,double id2,double id3) + { SetBorderColor_73(id0,id1,id2,id3); } + + private native void SetBorderColor_74(double id0[]); + public void SetBorderColor(double id0[]) + { SetBorderColor_74(id0); } + + private native double[] GetBorderColor_75(); + public double[] GetBorderColor() + { return GetBorderColor_75(); } + + private native void SetMinLOD_76(double id0); + public void SetMinLOD(double id0) + { SetMinLOD_76(id0); } + + private native double GetMinLOD_77(); + public double GetMinLOD() + { return GetMinLOD_77(); } + + private native void SetMaxLOD_78(double id0); + public void SetMaxLOD(double id0) + { SetMaxLOD_78(id0); } + + private native double GetMaxLOD_79(); + public double GetMaxLOD() + { return GetMaxLOD_79(); } + + private native void SetBaseLevel_80(int id0); + public void SetBaseLevel(int id0) + { SetBaseLevel_80(id0); } + + private native int GetBaseLevel_81(); + public int GetBaseLevel() + { return GetBaseLevel_81(); } + + private native void SetMaxLevel_82(int id0); + public void SetMaxLevel(int id0) + { SetMaxLevel_82(id0); } + + private native int GetMaxLevel_83(); + public int GetMaxLevel() + { return GetMaxLevel_83(); } + + private native boolean GetDepthTextureCompare_84(); + public boolean GetDepthTextureCompare() + { return GetDepthTextureCompare_84(); } + + private native void SetDepthTextureCompare_85(boolean id0); + public void SetDepthTextureCompare(boolean id0) + { SetDepthTextureCompare_85(id0); } + + private native int GetDepthTextureCompareFunction_86(); + public int GetDepthTextureCompareFunction() + { return GetDepthTextureCompareFunction_86(); } + + private native void SetDepthTextureCompareFunction_87(int id0); + public void SetDepthTextureCompareFunction(int id0) + { SetDepthTextureCompareFunction_87(id0); } + + private native boolean GetGenerateMipmap_88(); + public boolean GetGenerateMipmap() + { return GetGenerateMipmap_88(); } + + private native void SetGenerateMipmap_89(boolean id0); + public void SetGenerateMipmap(boolean id0) + { SetGenerateMipmap_89(id0); } + + private native int GetMaximumTextureSize_90(vtkOpenGLRenderWindow id0); + public int GetMaximumTextureSize(vtkOpenGLRenderWindow id0) + { return GetMaximumTextureSize_90(id0); } + + private native int GetMaximumTextureSize3D_91(vtkOpenGLRenderWindow id0); + public int GetMaximumTextureSize3D(vtkOpenGLRenderWindow id0) + { return GetMaximumTextureSize3D_91(id0); } + + private native int GetMaximumTextureSize3D_92(); + public int GetMaximumTextureSize3D() + { return GetMaximumTextureSize3D_92(); } + + private native boolean IsSupported_93(vtkOpenGLRenderWindow id0,boolean id1,boolean id2,boolean id3); + public boolean IsSupported(vtkOpenGLRenderWindow id0,boolean id1,boolean id2,boolean id3) + { return IsSupported_93(id0,id1,id2,id3); } + + private native boolean IsSupported_94(vtkOpenGLRenderWindow id0); + public boolean IsSupported(vtkOpenGLRenderWindow id0) + { return IsSupported_94(id0); } + + private native void CopyToFrameBuffer_95(vtkShaderProgram id0,vtkOpenGLVertexArrayObject id1); + public void CopyToFrameBuffer(vtkShaderProgram id0,vtkOpenGLVertexArrayObject id1) + { CopyToFrameBuffer_95(id0,id1); } + + private native void CopyToFrameBuffer_96(int id0,int id1,int id2,int id3,int id4,int id5,int id6,int id7,int id8,int id9,vtkShaderProgram id10,vtkOpenGLVertexArrayObject id11); + public void CopyToFrameBuffer(int id0,int id1,int id2,int id3,int id4,int id5,int id6,int id7,int id8,int id9,vtkShaderProgram id10,vtkOpenGLVertexArrayObject id11) + { CopyToFrameBuffer_96(id0,id1,id2,id3,id4,id5,id6,id7,id8,id9,id10,id11); } + + private native void CopyToFrameBuffer_97(int id0,int id1,int id2,int id3,int id4,int id5,int id6,int id7,vtkShaderProgram id8,vtkOpenGLVertexArrayObject id9); + public void CopyToFrameBuffer(int id0,int id1,int id2,int id3,int id4,int id5,int id6,int id7,vtkShaderProgram id8,vtkOpenGLVertexArrayObject id9) + { CopyToFrameBuffer_97(id0,id1,id2,id3,id4,id5,id6,id7,id8,id9); } + + private native void CopyFromFrameBuffer_98(int id0,int id1,int id2,int id3,int id4,int id5); + public void CopyFromFrameBuffer(int id0,int id1,int id2,int id3,int id4,int id5) + { CopyFromFrameBuffer_98(id0,id1,id2,id3,id4,id5); } + + private native void Resize_99(int id0,int id1); + public void Resize(int id0,int id1) + { Resize_99(id0,id1); } + + private native boolean GetUseSRGBColorSpace_100(); + public boolean GetUseSRGBColorSpace() + { return GetUseSRGBColorSpace_100(); } + + private native void SetUseSRGBColorSpace_101(boolean id0); + public void SetUseSRGBColorSpace(boolean id0) + { SetUseSRGBColorSpace_101(id0); } + + private native void UseSRGBColorSpaceOn_102(); + public void UseSRGBColorSpaceOn() + { UseSRGBColorSpaceOn_102(); } + + private native void UseSRGBColorSpaceOff_103(); + public void UseSRGBColorSpaceOff() + { UseSRGBColorSpaceOff_103(); } + + public vtkTextureObject() { super(); } + + public vtkTextureObject(long id) { super(id); } + public native long VTKInit(); + +}