]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkGPUVolumeRayCastMapper.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkGPUVolumeRayCastMapper.java
index db260a36177e43c6f620760911f84120cb86768c..cf1cdbcae2dbea0c358f89c84992a84e59585a9f 100644 (file)
-// java wrapper for vtkGPUVolumeRayCastMapper object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkGPUVolumeRayCastMapper extends vtkVolumeMapper\r
-{\r
-\r
-  private native String GetClassName_0();\r
-  public String GetClassName()\r
-    { return GetClassName_0(); }\r
-\r
-  private native int IsA_1(String id0);\r
-  public int IsA(String id0)\r
-    { return IsA_1(id0); }\r
-\r
-  private native void SetAutoAdjustSampleDistances_2(int id0);\r
-  public void SetAutoAdjustSampleDistances(int id0)\r
-    { SetAutoAdjustSampleDistances_2(id0); }\r
-\r
-  private native int GetAutoAdjustSampleDistancesMinValue_3();\r
-  public int GetAutoAdjustSampleDistancesMinValue()\r
-    { return GetAutoAdjustSampleDistancesMinValue_3(); }\r
-\r
-  private native int GetAutoAdjustSampleDistancesMaxValue_4();\r
-  public int GetAutoAdjustSampleDistancesMaxValue()\r
-    { return GetAutoAdjustSampleDistancesMaxValue_4(); }\r
-\r
-  private native int GetAutoAdjustSampleDistances_5();\r
-  public int GetAutoAdjustSampleDistances()\r
-    { return GetAutoAdjustSampleDistances_5(); }\r
-\r
-  private native void AutoAdjustSampleDistancesOn_6();\r
-  public void AutoAdjustSampleDistancesOn()\r
-    { AutoAdjustSampleDistancesOn_6(); }\r
-\r
-  private native void AutoAdjustSampleDistancesOff_7();\r
-  public void AutoAdjustSampleDistancesOff()\r
-    { AutoAdjustSampleDistancesOff_7(); }\r
-\r
-  private native void SetSampleDistance_8(double id0);\r
-  public void SetSampleDistance(double id0)\r
-    { SetSampleDistance_8(id0); }\r
-\r
-  private native double GetSampleDistance_9();\r
-  public double GetSampleDistance()\r
-    { return GetSampleDistance_9(); }\r
-\r
-  private native void SetImageSampleDistance_10(double id0);\r
-  public void SetImageSampleDistance(double id0)\r
-    { SetImageSampleDistance_10(id0); }\r
-\r
-  private native double GetImageSampleDistanceMinValue_11();\r
-  public double GetImageSampleDistanceMinValue()\r
-    { return GetImageSampleDistanceMinValue_11(); }\r
-\r
-  private native double GetImageSampleDistanceMaxValue_12();\r
-  public double GetImageSampleDistanceMaxValue()\r
-    { return GetImageSampleDistanceMaxValue_12(); }\r
-\r
-  private native double GetImageSampleDistance_13();\r
-  public double GetImageSampleDistance()\r
-    { return GetImageSampleDistance_13(); }\r
-\r
-  private native void SetMinimumImageSampleDistance_14(double id0);\r
-  public void SetMinimumImageSampleDistance(double id0)\r
-    { SetMinimumImageSampleDistance_14(id0); }\r
-\r
-  private native double GetMinimumImageSampleDistanceMinValue_15();\r
-  public double GetMinimumImageSampleDistanceMinValue()\r
-    { return GetMinimumImageSampleDistanceMinValue_15(); }\r
-\r
-  private native double GetMinimumImageSampleDistanceMaxValue_16();\r
-  public double GetMinimumImageSampleDistanceMaxValue()\r
-    { return GetMinimumImageSampleDistanceMaxValue_16(); }\r
-\r
-  private native double GetMinimumImageSampleDistance_17();\r
-  public double GetMinimumImageSampleDistance()\r
-    { return GetMinimumImageSampleDistance_17(); }\r
-\r
-  private native void SetMaximumImageSampleDistance_18(double id0);\r
-  public void SetMaximumImageSampleDistance(double id0)\r
-    { SetMaximumImageSampleDistance_18(id0); }\r
-\r
-  private native double GetMaximumImageSampleDistanceMinValue_19();\r
-  public double GetMaximumImageSampleDistanceMinValue()\r
-    { return GetMaximumImageSampleDistanceMinValue_19(); }\r
-\r
-  private native double GetMaximumImageSampleDistanceMaxValue_20();\r
-  public double GetMaximumImageSampleDistanceMaxValue()\r
-    { return GetMaximumImageSampleDistanceMaxValue_20(); }\r
-\r
-  private native double GetMaximumImageSampleDistance_21();\r
-  public double GetMaximumImageSampleDistance()\r
-    { return GetMaximumImageSampleDistance_21(); }\r
-\r
-  private native void SetFinalColorWindow_22(double id0);\r
-  public void SetFinalColorWindow(double id0)\r
-    { SetFinalColorWindow_22(id0); }\r
-\r
-  private native double GetFinalColorWindow_23();\r
-  public double GetFinalColorWindow()\r
-    { return GetFinalColorWindow_23(); }\r
-\r
-  private native void SetFinalColorLevel_24(double id0);\r
-  public void SetFinalColorLevel(double id0)\r
-    { SetFinalColorLevel_24(id0); }\r
-\r
-  private native double GetFinalColorLevel_25();\r
-  public double GetFinalColorLevel()\r
-    { return GetFinalColorLevel_25(); }\r
-\r
-  private native void SetMaxMemoryInBytes_26(int id0);\r
-  public void SetMaxMemoryInBytes(int id0)\r
-    { SetMaxMemoryInBytes_26(id0); }\r
-\r
-  private native int GetMaxMemoryInBytes_27();\r
-  public int GetMaxMemoryInBytes()\r
-    { return GetMaxMemoryInBytes_27(); }\r
-\r
-  private native void SetMaxMemoryFraction_28(double id0);\r
-  public void SetMaxMemoryFraction(double id0)\r
-    { SetMaxMemoryFraction_28(id0); }\r
-\r
-  private native double GetMaxMemoryFractionMinValue_29();\r
-  public double GetMaxMemoryFractionMinValue()\r
-    { return GetMaxMemoryFractionMinValue_29(); }\r
-\r
-  private native double GetMaxMemoryFractionMaxValue_30();\r
-  public double GetMaxMemoryFractionMaxValue()\r
-    { return GetMaxMemoryFractionMaxValue_30(); }\r
-\r
-  private native double GetMaxMemoryFraction_31();\r
-  public double GetMaxMemoryFraction()\r
-    { return GetMaxMemoryFraction_31(); }\r
-\r
-  private native void SetReportProgress_32(boolean id0);\r
-  public void SetReportProgress(boolean id0)\r
-    { SetReportProgress_32(id0); }\r
-\r
-  private native boolean GetReportProgress_33();\r
-  public boolean GetReportProgress()\r
-    { return GetReportProgress_33(); }\r
-\r
-  private native int IsRenderSupported_34(vtkRenderWindow id0,vtkVolumeProperty id1);\r
-  public int IsRenderSupported(vtkRenderWindow id0,vtkVolumeProperty id1)\r
-    { return IsRenderSupported_34(id0,id1); }\r
-\r
-  private native void CreateCanonicalView_35(vtkRenderer id0,vtkVolume id1,vtkImageData id2,int id3,double id4[],double id5[]);\r
-  public void CreateCanonicalView(vtkRenderer id0,vtkVolume id1,vtkImageData id2,int id3,double id4[],double id5[])\r
-    { CreateCanonicalView_35(id0,id1,id2,id3,id4,id5); }\r
-\r
-  private native void SetMaskInput_36(vtkImageData id0);\r
-  public void SetMaskInput(vtkImageData id0)\r
-    { SetMaskInput_36(id0); }\r
-\r
-  private native long GetMaskInput_37();\r
-  public vtkImageData GetMaskInput() {\r
-    long temp = GetMaskInput_37();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkImageData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetMaskType_38(int id0);\r
-  public void SetMaskType(int id0)\r
-    { SetMaskType_38(id0); }\r
-\r
-  private native int GetMaskType_39();\r
-  public int GetMaskType()\r
-    { return GetMaskType_39(); }\r
-\r
-  private native void SetMaskTypeToBinary_40();\r
-  public void SetMaskTypeToBinary()\r
-    { SetMaskTypeToBinary_40(); }\r
-\r
-  private native void SetMaskTypeToLabelMap_41();\r
-  public void SetMaskTypeToLabelMap()\r
-    { SetMaskTypeToLabelMap_41(); }\r
-\r
-  private native void SetMaskBlendFactor_42(double id0);\r
-  public void SetMaskBlendFactor(double id0)\r
-    { SetMaskBlendFactor_42(id0); }\r
-\r
-  private native double GetMaskBlendFactorMinValue_43();\r
-  public double GetMaskBlendFactorMinValue()\r
-    { return GetMaskBlendFactorMinValue_43(); }\r
-\r
-  private native double GetMaskBlendFactorMaxValue_44();\r
-  public double GetMaskBlendFactorMaxValue()\r
-    { return GetMaskBlendFactorMaxValue_44(); }\r
-\r
-  private native double GetMaskBlendFactor_45();\r
-  public double GetMaskBlendFactor()\r
-    { return GetMaskBlendFactor_45(); }\r
-\r
-  private native void Render_46(vtkRenderer id0,vtkVolume id1);\r
-  public void Render(vtkRenderer id0,vtkVolume id1)\r
-    { Render_46(id0,id1); }\r
-\r
-  private native void GPURender_47(vtkRenderer id0,vtkVolume id1);\r
-  public void GPURender(vtkRenderer id0,vtkVolume id1)\r
-    { GPURender_47(id0,id1); }\r
-\r
-  private native void ReleaseGraphicsResources_48(vtkWindow id0);\r
-  public void ReleaseGraphicsResources(vtkWindow id0)\r
-    { ReleaseGraphicsResources_48(id0); }\r
-\r
-  private native void GetReductionRatio_49(double id0[]);\r
-  public void GetReductionRatio(double id0[])\r
-    { GetReductionRatio_49(id0); }\r
-\r
-  public vtkGPUVolumeRayCastMapper() { super(); }\r
-\r
-  public vtkGPUVolumeRayCastMapper(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkGPUVolumeRayCastMapper object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkGPUVolumeRayCastMapper extends vtkVolumeMapper
+{
+
+  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 SetAutoAdjustSampleDistances_2(int id0);
+  public void SetAutoAdjustSampleDistances(int id0)
+    { SetAutoAdjustSampleDistances_2(id0); }
+
+  private native int GetAutoAdjustSampleDistancesMinValue_3();
+  public int GetAutoAdjustSampleDistancesMinValue()
+    { return GetAutoAdjustSampleDistancesMinValue_3(); }
+
+  private native int GetAutoAdjustSampleDistancesMaxValue_4();
+  public int GetAutoAdjustSampleDistancesMaxValue()
+    { return GetAutoAdjustSampleDistancesMaxValue_4(); }
+
+  private native int GetAutoAdjustSampleDistances_5();
+  public int GetAutoAdjustSampleDistances()
+    { return GetAutoAdjustSampleDistances_5(); }
+
+  private native void AutoAdjustSampleDistancesOn_6();
+  public void AutoAdjustSampleDistancesOn()
+    { AutoAdjustSampleDistancesOn_6(); }
+
+  private native void AutoAdjustSampleDistancesOff_7();
+  public void AutoAdjustSampleDistancesOff()
+    { AutoAdjustSampleDistancesOff_7(); }
+
+  private native void SetLockSampleDistanceToInputSpacing_8(int id0);
+  public void SetLockSampleDistanceToInputSpacing(int id0)
+    { SetLockSampleDistanceToInputSpacing_8(id0); }
+
+  private native int GetLockSampleDistanceToInputSpacingMinValue_9();
+  public int GetLockSampleDistanceToInputSpacingMinValue()
+    { return GetLockSampleDistanceToInputSpacingMinValue_9(); }
+
+  private native int GetLockSampleDistanceToInputSpacingMaxValue_10();
+  public int GetLockSampleDistanceToInputSpacingMaxValue()
+    { return GetLockSampleDistanceToInputSpacingMaxValue_10(); }
+
+  private native int GetLockSampleDistanceToInputSpacing_11();
+  public int GetLockSampleDistanceToInputSpacing()
+    { return GetLockSampleDistanceToInputSpacing_11(); }
+
+  private native void LockSampleDistanceToInputSpacingOn_12();
+  public void LockSampleDistanceToInputSpacingOn()
+    { LockSampleDistanceToInputSpacingOn_12(); }
+
+  private native void LockSampleDistanceToInputSpacingOff_13();
+  public void LockSampleDistanceToInputSpacingOff()
+    { LockSampleDistanceToInputSpacingOff_13(); }
+
+  private native void SetUseJittering_14(int id0);
+  public void SetUseJittering(int id0)
+    { SetUseJittering_14(id0); }
+
+  private native int GetUseJitteringMinValue_15();
+  public int GetUseJitteringMinValue()
+    { return GetUseJitteringMinValue_15(); }
+
+  private native int GetUseJitteringMaxValue_16();
+  public int GetUseJitteringMaxValue()
+    { return GetUseJitteringMaxValue_16(); }
+
+  private native int GetUseJittering_17();
+  public int GetUseJittering()
+    { return GetUseJittering_17(); }
+
+  private native void UseJitteringOn_18();
+  public void UseJitteringOn()
+    { UseJitteringOn_18(); }
+
+  private native void UseJitteringOff_19();
+  public void UseJitteringOff()
+    { UseJitteringOff_19(); }
+
+  private native void SetUseDepthPass_20(int id0);
+  public void SetUseDepthPass(int id0)
+    { SetUseDepthPass_20(id0); }
+
+  private native int GetUseDepthPassMinValue_21();
+  public int GetUseDepthPassMinValue()
+    { return GetUseDepthPassMinValue_21(); }
+
+  private native int GetUseDepthPassMaxValue_22();
+  public int GetUseDepthPassMaxValue()
+    { return GetUseDepthPassMaxValue_22(); }
+
+  private native int GetUseDepthPass_23();
+  public int GetUseDepthPass()
+    { return GetUseDepthPass_23(); }
+
+  private native void UseDepthPassOn_24();
+  public void UseDepthPassOn()
+    { UseDepthPassOn_24(); }
+
+  private native void UseDepthPassOff_25();
+  public void UseDepthPassOff()
+    { UseDepthPassOff_25(); }
+
+  private native long GetDepthPassContourValues_26();
+  public vtkContourValues GetDepthPassContourValues() {
+    long temp = GetDepthPassContourValues_26();
+
+    if (temp == 0) return null;
+    return (vtkContourValues)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetSampleDistance_27(double id0);
+  public void SetSampleDistance(double id0)
+    { SetSampleDistance_27(id0); }
+
+  private native double GetSampleDistance_28();
+  public double GetSampleDistance()
+    { return GetSampleDistance_28(); }
+
+  private native void SetImageSampleDistance_29(double id0);
+  public void SetImageSampleDistance(double id0)
+    { SetImageSampleDistance_29(id0); }
+
+  private native double GetImageSampleDistanceMinValue_30();
+  public double GetImageSampleDistanceMinValue()
+    { return GetImageSampleDistanceMinValue_30(); }
+
+  private native double GetImageSampleDistanceMaxValue_31();
+  public double GetImageSampleDistanceMaxValue()
+    { return GetImageSampleDistanceMaxValue_31(); }
+
+  private native double GetImageSampleDistance_32();
+  public double GetImageSampleDistance()
+    { return GetImageSampleDistance_32(); }
+
+  private native void SetMinimumImageSampleDistance_33(double id0);
+  public void SetMinimumImageSampleDistance(double id0)
+    { SetMinimumImageSampleDistance_33(id0); }
+
+  private native double GetMinimumImageSampleDistanceMinValue_34();
+  public double GetMinimumImageSampleDistanceMinValue()
+    { return GetMinimumImageSampleDistanceMinValue_34(); }
+
+  private native double GetMinimumImageSampleDistanceMaxValue_35();
+  public double GetMinimumImageSampleDistanceMaxValue()
+    { return GetMinimumImageSampleDistanceMaxValue_35(); }
+
+  private native double GetMinimumImageSampleDistance_36();
+  public double GetMinimumImageSampleDistance()
+    { return GetMinimumImageSampleDistance_36(); }
+
+  private native void SetMaximumImageSampleDistance_37(double id0);
+  public void SetMaximumImageSampleDistance(double id0)
+    { SetMaximumImageSampleDistance_37(id0); }
+
+  private native double GetMaximumImageSampleDistanceMinValue_38();
+  public double GetMaximumImageSampleDistanceMinValue()
+    { return GetMaximumImageSampleDistanceMinValue_38(); }
+
+  private native double GetMaximumImageSampleDistanceMaxValue_39();
+  public double GetMaximumImageSampleDistanceMaxValue()
+    { return GetMaximumImageSampleDistanceMaxValue_39(); }
+
+  private native double GetMaximumImageSampleDistance_40();
+  public double GetMaximumImageSampleDistance()
+    { return GetMaximumImageSampleDistance_40(); }
+
+  private native void SetFinalColorWindow_41(double id0);
+  public void SetFinalColorWindow(double id0)
+    { SetFinalColorWindow_41(id0); }
+
+  private native double GetFinalColorWindow_42();
+  public double GetFinalColorWindow()
+    { return GetFinalColorWindow_42(); }
+
+  private native void SetFinalColorLevel_43(double id0);
+  public void SetFinalColorLevel(double id0)
+    { SetFinalColorLevel_43(id0); }
+
+  private native double GetFinalColorLevel_44();
+  public double GetFinalColorLevel()
+    { return GetFinalColorLevel_44(); }
+
+  private native void SetMaxMemoryInBytes_45(int id0);
+  public void SetMaxMemoryInBytes(int id0)
+    { SetMaxMemoryInBytes_45(id0); }
+
+  private native int GetMaxMemoryInBytes_46();
+  public int GetMaxMemoryInBytes()
+    { return GetMaxMemoryInBytes_46(); }
+
+  private native void SetMaxMemoryFraction_47(double id0);
+  public void SetMaxMemoryFraction(double id0)
+    { SetMaxMemoryFraction_47(id0); }
+
+  private native double GetMaxMemoryFractionMinValue_48();
+  public double GetMaxMemoryFractionMinValue()
+    { return GetMaxMemoryFractionMinValue_48(); }
+
+  private native double GetMaxMemoryFractionMaxValue_49();
+  public double GetMaxMemoryFractionMaxValue()
+    { return GetMaxMemoryFractionMaxValue_49(); }
+
+  private native double GetMaxMemoryFraction_50();
+  public double GetMaxMemoryFraction()
+    { return GetMaxMemoryFraction_50(); }
+
+  private native void SetReportProgress_51(boolean id0);
+  public void SetReportProgress(boolean id0)
+    { SetReportProgress_51(id0); }
+
+  private native boolean GetReportProgress_52();
+  public boolean GetReportProgress()
+    { return GetReportProgress_52(); }
+
+  private native int IsRenderSupported_53(vtkRenderWindow id0,vtkVolumeProperty id1);
+  public int IsRenderSupported(vtkRenderWindow id0,vtkVolumeProperty id1)
+    { return IsRenderSupported_53(id0,id1); }
+
+  private native void CreateCanonicalView_54(vtkRenderer id0,vtkVolume id1,vtkImageData id2,int id3,double id4[],double id5[]);
+  public void CreateCanonicalView(vtkRenderer id0,vtkVolume id1,vtkImageData id2,int id3,double id4[],double id5[])
+    { CreateCanonicalView_54(id0,id1,id2,id3,id4,id5); }
+
+  private native void SetMaskInput_55(vtkImageData id0);
+  public void SetMaskInput(vtkImageData id0)
+    { SetMaskInput_55(id0); }
+
+  private native long GetMaskInput_56();
+  public vtkImageData GetMaskInput() {
+    long temp = GetMaskInput_56();
+
+    if (temp == 0) return null;
+    return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetMaskType_57(int id0);
+  public void SetMaskType(int id0)
+    { SetMaskType_57(id0); }
+
+  private native int GetMaskType_58();
+  public int GetMaskType()
+    { return GetMaskType_58(); }
+
+  private native void SetMaskTypeToBinary_59();
+  public void SetMaskTypeToBinary()
+    { SetMaskTypeToBinary_59(); }
+
+  private native void SetMaskTypeToLabelMap_60();
+  public void SetMaskTypeToLabelMap()
+    { SetMaskTypeToLabelMap_60(); }
+
+  private native void SetMaskBlendFactor_61(double id0);
+  public void SetMaskBlendFactor(double id0)
+    { SetMaskBlendFactor_61(id0); }
+
+  private native double GetMaskBlendFactorMinValue_62();
+  public double GetMaskBlendFactorMinValue()
+    { return GetMaskBlendFactorMinValue_62(); }
+
+  private native double GetMaskBlendFactorMaxValue_63();
+  public double GetMaskBlendFactorMaxValue()
+    { return GetMaskBlendFactorMaxValue_63(); }
+
+  private native double GetMaskBlendFactor_64();
+  public double GetMaskBlendFactor()
+    { return GetMaskBlendFactor_64(); }
+
+  private native void SetRenderToImage_65(int id0);
+  public void SetRenderToImage(int id0)
+    { SetRenderToImage_65(id0); }
+
+  private native int GetRenderToImage_66();
+  public int GetRenderToImage()
+    { return GetRenderToImage_66(); }
+
+  private native void RenderToImageOn_67();
+  public void RenderToImageOn()
+    { RenderToImageOn_67(); }
+
+  private native void RenderToImageOff_68();
+  public void RenderToImageOff()
+    { RenderToImageOff_68(); }
+
+  private native void SetDepthImageScalarType_69(int id0);
+  public void SetDepthImageScalarType(int id0)
+    { SetDepthImageScalarType_69(id0); }
+
+  private native int GetDepthImageScalarType_70();
+  public int GetDepthImageScalarType()
+    { return GetDepthImageScalarType_70(); }
+
+  private native void SetDepthImageScalarTypeToUnsignedChar_71();
+  public void SetDepthImageScalarTypeToUnsignedChar()
+    { SetDepthImageScalarTypeToUnsignedChar_71(); }
+
+  private native void SetDepthImageScalarTypeToUnsignedShort_72();
+  public void SetDepthImageScalarTypeToUnsignedShort()
+    { SetDepthImageScalarTypeToUnsignedShort_72(); }
+
+  private native void SetDepthImageScalarTypeToFloat_73();
+  public void SetDepthImageScalarTypeToFloat()
+    { SetDepthImageScalarTypeToFloat_73(); }
+
+  private native void SetClampDepthToBackface_74(int id0);
+  public void SetClampDepthToBackface(int id0)
+    { SetClampDepthToBackface_74(id0); }
+
+  private native int GetClampDepthToBackface_75();
+  public int GetClampDepthToBackface()
+    { return GetClampDepthToBackface_75(); }
+
+  private native void ClampDepthToBackfaceOn_76();
+  public void ClampDepthToBackfaceOn()
+    { ClampDepthToBackfaceOn_76(); }
+
+  private native void ClampDepthToBackfaceOff_77();
+  public void ClampDepthToBackfaceOff()
+    { ClampDepthToBackfaceOff_77(); }
+
+  private native void GetDepthImage_78(vtkImageData id0);
+  public void GetDepthImage(vtkImageData id0)
+    { GetDepthImage_78(id0); }
+
+  private native void GetColorImage_79(vtkImageData id0);
+  public void GetColorImage(vtkImageData id0)
+    { GetColorImage_79(id0); }
+
+  private native void Render_80(vtkRenderer id0,vtkVolume id1);
+  public void Render(vtkRenderer id0,vtkVolume id1)
+    { Render_80(id0,id1); }
+
+  private native void GPURender_81(vtkRenderer id0,vtkVolume id1);
+  public void GPURender(vtkRenderer id0,vtkVolume id1)
+    { GPURender_81(id0,id1); }
+
+  private native void ReleaseGraphicsResources_82(vtkWindow id0);
+  public void ReleaseGraphicsResources(vtkWindow id0)
+    { ReleaseGraphicsResources_82(id0); }
+
+  private native void GetReductionRatio_83(double id0[]);
+  public void GetReductionRatio(double id0[])
+    { GetReductionRatio_83(id0); }
+
+  private native void SetColorRangeType_84(int id0);
+  public void SetColorRangeType(int id0)
+    { SetColorRangeType_84(id0); }
+
+  private native int GetColorRangeType_85();
+  public int GetColorRangeType()
+    { return GetColorRangeType_85(); }
+
+  private native void SetScalarOpacityRangeType_86(int id0);
+  public void SetScalarOpacityRangeType(int id0)
+    { SetScalarOpacityRangeType_86(id0); }
+
+  private native int GetScalarOpacityRangeType_87();
+  public int GetScalarOpacityRangeType()
+    { return GetScalarOpacityRangeType_87(); }
+
+  private native void SetGradientOpacityRangeType_88(int id0);
+  public void SetGradientOpacityRangeType(int id0)
+    { SetGradientOpacityRangeType_88(id0); }
+
+  private native int GetGradientOpacityRangeType_89();
+  public int GetGradientOpacityRangeType()
+    { return GetGradientOpacityRangeType_89(); }
+
+  private native long GetInput_90();
+  public vtkImageData GetInput() {
+    long temp = GetInput_90();
+
+    if (temp == 0) return null;
+    return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void RemoveInputConnection_91(int id0,vtkAlgorithmOutput id1);
+  public void RemoveInputConnection(int id0,vtkAlgorithmOutput id1)
+    { RemoveInputConnection_91(id0,id1); }
+
+  private native void RemoveInputConnection_92(int id0,int id1);
+  public void RemoveInputConnection(int id0,int id1)
+    { RemoveInputConnection_92(id0,id1); }
+
+  private native void SetInputConnection_93(int id0,vtkAlgorithmOutput id1);
+  public void SetInputConnection(int id0,vtkAlgorithmOutput id1)
+    { SetInputConnection_93(id0,id1); }
+
+  private native void SetInputConnection_94(vtkAlgorithmOutput id0);
+  public void SetInputConnection(vtkAlgorithmOutput id0)
+    { SetInputConnection_94(id0); }
+
+  private native int GetInputCount_95();
+  public int GetInputCount()
+    { return GetInputCount_95(); }
+
+  private native long GetTransformedInput_96(int id0);
+  public vtkImageData GetTransformedInput(int id0) {
+    long temp = GetTransformedInput_96(id0);
+
+    if (temp == 0) return null;
+    return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native double[] GetBoundsFromPort_97(int id0);
+  public double[] GetBoundsFromPort(int id0)
+    { return GetBoundsFromPort_97(id0); }
+
+  public vtkGPUVolumeRayCastMapper() { super(); }
+
+  public vtkGPUVolumeRayCastMapper(long id) { super(id); }
+  public native long   VTKInit();
+
+}