]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkVolumeProperty.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkVolumeProperty.java
index 64d7b5afcd90f0cba745f6b5f672ac29af821f31..78b27470dec083352e61004dfd6195a50caccf40 100644 (file)
-// java wrapper for vtkVolumeProperty object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkVolumeProperty extends vtkObject\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 DeepCopy_2(vtkVolumeProperty id0);\r
-  public void DeepCopy(vtkVolumeProperty id0)\r
-    { DeepCopy_2(id0); }\r
-\r
-  private native int GetMTime_3();\r
-  public int GetMTime()\r
-    { return GetMTime_3(); }\r
-\r
-  private native void SetIndependentComponents_4(int id0);\r
-  public void SetIndependentComponents(int id0)\r
-    { SetIndependentComponents_4(id0); }\r
-\r
-  private native int GetIndependentComponentsMinValue_5();\r
-  public int GetIndependentComponentsMinValue()\r
-    { return GetIndependentComponentsMinValue_5(); }\r
-\r
-  private native int GetIndependentComponentsMaxValue_6();\r
-  public int GetIndependentComponentsMaxValue()\r
-    { return GetIndependentComponentsMaxValue_6(); }\r
-\r
-  private native int GetIndependentComponents_7();\r
-  public int GetIndependentComponents()\r
-    { return GetIndependentComponents_7(); }\r
-\r
-  private native void IndependentComponentsOn_8();\r
-  public void IndependentComponentsOn()\r
-    { IndependentComponentsOn_8(); }\r
-\r
-  private native void IndependentComponentsOff_9();\r
-  public void IndependentComponentsOff()\r
-    { IndependentComponentsOff_9(); }\r
-\r
-  private native void SetInterpolationType_10(int id0);\r
-  public void SetInterpolationType(int id0)\r
-    { SetInterpolationType_10(id0); }\r
-\r
-  private native int GetInterpolationTypeMinValue_11();\r
-  public int GetInterpolationTypeMinValue()\r
-    { return GetInterpolationTypeMinValue_11(); }\r
-\r
-  private native int GetInterpolationTypeMaxValue_12();\r
-  public int GetInterpolationTypeMaxValue()\r
-    { return GetInterpolationTypeMaxValue_12(); }\r
-\r
-  private native int GetInterpolationType_13();\r
-  public int GetInterpolationType()\r
-    { return GetInterpolationType_13(); }\r
-\r
-  private native void SetInterpolationTypeToNearest_14();\r
-  public void SetInterpolationTypeToNearest()\r
-    { SetInterpolationTypeToNearest_14(); }\r
-\r
-  private native void SetInterpolationTypeToLinear_15();\r
-  public void SetInterpolationTypeToLinear()\r
-    { SetInterpolationTypeToLinear_15(); }\r
-\r
-  private native String GetInterpolationTypeAsString_16();\r
-  public String GetInterpolationTypeAsString()\r
-    { return GetInterpolationTypeAsString_16(); }\r
-\r
-  private native void SetComponentWeight_17(int id0,double id1);\r
-  public void SetComponentWeight(int id0,double id1)\r
-    { SetComponentWeight_17(id0,id1); }\r
-\r
-  private native double GetComponentWeight_18(int id0);\r
-  public double GetComponentWeight(int id0)\r
-    { return GetComponentWeight_18(id0); }\r
-\r
-  private native void SetColor_19(int id0,vtkPiecewiseFunction id1);\r
-  public void SetColor(int id0,vtkPiecewiseFunction id1)\r
-    { SetColor_19(id0,id1); }\r
-\r
-  private native void SetColor_20(vtkPiecewiseFunction id0);\r
-  public void SetColor(vtkPiecewiseFunction id0)\r
-    { SetColor_20(id0); }\r
-\r
-  private native void SetColor_21(int id0,vtkColorTransferFunction id1);\r
-  public void SetColor(int id0,vtkColorTransferFunction id1)\r
-    { SetColor_21(id0,id1); }\r
-\r
-  private native void SetColor_22(vtkColorTransferFunction id0);\r
-  public void SetColor(vtkColorTransferFunction id0)\r
-    { SetColor_22(id0); }\r
-\r
-  private native int GetColorChannels_23(int id0);\r
-  public int GetColorChannels(int id0)\r
-    { return GetColorChannels_23(id0); }\r
-\r
-  private native int GetColorChannels_24();\r
-  public int GetColorChannels()\r
-    { return GetColorChannels_24(); }\r
-\r
-  private native long GetGrayTransferFunction_25(int id0);\r
-  public vtkPiecewiseFunction GetGrayTransferFunction(int id0) {\r
-    long temp = GetGrayTransferFunction_25(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPiecewiseFunction)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetGrayTransferFunction_26();\r
-  public vtkPiecewiseFunction GetGrayTransferFunction() {\r
-    long temp = GetGrayTransferFunction_26();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPiecewiseFunction)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetRGBTransferFunction_27(int id0);\r
-  public vtkColorTransferFunction GetRGBTransferFunction(int id0) {\r
-    long temp = GetRGBTransferFunction_27(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkColorTransferFunction)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetRGBTransferFunction_28();\r
-  public vtkColorTransferFunction GetRGBTransferFunction() {\r
-    long temp = GetRGBTransferFunction_28();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkColorTransferFunction)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetScalarOpacity_29(int id0,vtkPiecewiseFunction id1);\r
-  public void SetScalarOpacity(int id0,vtkPiecewiseFunction id1)\r
-    { SetScalarOpacity_29(id0,id1); }\r
-\r
-  private native void SetScalarOpacity_30(vtkPiecewiseFunction id0);\r
-  public void SetScalarOpacity(vtkPiecewiseFunction id0)\r
-    { SetScalarOpacity_30(id0); }\r
-\r
-  private native long GetScalarOpacity_31(int id0);\r
-  public vtkPiecewiseFunction GetScalarOpacity(int id0) {\r
-    long temp = GetScalarOpacity_31(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPiecewiseFunction)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetScalarOpacity_32();\r
-  public vtkPiecewiseFunction GetScalarOpacity() {\r
-    long temp = GetScalarOpacity_32();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPiecewiseFunction)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetScalarOpacityUnitDistance_33(int id0,double id1);\r
-  public void SetScalarOpacityUnitDistance(int id0,double id1)\r
-    { SetScalarOpacityUnitDistance_33(id0,id1); }\r
-\r
-  private native void SetScalarOpacityUnitDistance_34(double id0);\r
-  public void SetScalarOpacityUnitDistance(double id0)\r
-    { SetScalarOpacityUnitDistance_34(id0); }\r
-\r
-  private native double GetScalarOpacityUnitDistance_35(int id0);\r
-  public double GetScalarOpacityUnitDistance(int id0)\r
-    { return GetScalarOpacityUnitDistance_35(id0); }\r
-\r
-  private native double GetScalarOpacityUnitDistance_36();\r
-  public double GetScalarOpacityUnitDistance()\r
-    { return GetScalarOpacityUnitDistance_36(); }\r
-\r
-  private native void SetGradientOpacity_37(int id0,vtkPiecewiseFunction id1);\r
-  public void SetGradientOpacity(int id0,vtkPiecewiseFunction id1)\r
-    { SetGradientOpacity_37(id0,id1); }\r
-\r
-  private native void SetGradientOpacity_38(vtkPiecewiseFunction id0);\r
-  public void SetGradientOpacity(vtkPiecewiseFunction id0)\r
-    { SetGradientOpacity_38(id0); }\r
-\r
-  private native long GetGradientOpacity_39(int id0);\r
-  public vtkPiecewiseFunction GetGradientOpacity(int id0) {\r
-    long temp = GetGradientOpacity_39(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPiecewiseFunction)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetGradientOpacity_40();\r
-  public vtkPiecewiseFunction GetGradientOpacity() {\r
-    long temp = GetGradientOpacity_40();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPiecewiseFunction)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetDisableGradientOpacity_41(int id0,int id1);\r
-  public void SetDisableGradientOpacity(int id0,int id1)\r
-    { SetDisableGradientOpacity_41(id0,id1); }\r
-\r
-  private native void SetDisableGradientOpacity_42(int id0);\r
-  public void SetDisableGradientOpacity(int id0)\r
-    { SetDisableGradientOpacity_42(id0); }\r
-\r
-  private native void DisableGradientOpacityOn_43(int id0);\r
-  public void DisableGradientOpacityOn(int id0)\r
-    { DisableGradientOpacityOn_43(id0); }\r
-\r
-  private native void DisableGradientOpacityOn_44();\r
-  public void DisableGradientOpacityOn()\r
-    { DisableGradientOpacityOn_44(); }\r
-\r
-  private native void DisableGradientOpacityOff_45(int id0);\r
-  public void DisableGradientOpacityOff(int id0)\r
-    { DisableGradientOpacityOff_45(id0); }\r
-\r
-  private native void DisableGradientOpacityOff_46();\r
-  public void DisableGradientOpacityOff()\r
-    { DisableGradientOpacityOff_46(); }\r
-\r
-  private native int GetDisableGradientOpacity_47(int id0);\r
-  public int GetDisableGradientOpacity(int id0)\r
-    { return GetDisableGradientOpacity_47(id0); }\r
-\r
-  private native int GetDisableGradientOpacity_48();\r
-  public int GetDisableGradientOpacity()\r
-    { return GetDisableGradientOpacity_48(); }\r
-\r
-  private native long GetStoredGradientOpacity_49(int id0);\r
-  public vtkPiecewiseFunction GetStoredGradientOpacity(int id0) {\r
-    long temp = GetStoredGradientOpacity_49(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPiecewiseFunction)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetStoredGradientOpacity_50();\r
-  public vtkPiecewiseFunction GetStoredGradientOpacity() {\r
-    long temp = GetStoredGradientOpacity_50();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPiecewiseFunction)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetShade_51(int id0,int id1);\r
-  public void SetShade(int id0,int id1)\r
-    { SetShade_51(id0,id1); }\r
-\r
-  private native void SetShade_52(int id0);\r
-  public void SetShade(int id0)\r
-    { SetShade_52(id0); }\r
-\r
-  private native int GetShade_53(int id0);\r
-  public int GetShade(int id0)\r
-    { return GetShade_53(id0); }\r
-\r
-  private native int GetShade_54();\r
-  public int GetShade()\r
-    { return GetShade_54(); }\r
-\r
-  private native void ShadeOn_55(int id0);\r
-  public void ShadeOn(int id0)\r
-    { ShadeOn_55(id0); }\r
-\r
-  private native void ShadeOn_56();\r
-  public void ShadeOn()\r
-    { ShadeOn_56(); }\r
-\r
-  private native void ShadeOff_57(int id0);\r
-  public void ShadeOff(int id0)\r
-    { ShadeOff_57(id0); }\r
-\r
-  private native void ShadeOff_58();\r
-  public void ShadeOff()\r
-    { ShadeOff_58(); }\r
-\r
-  private native void SetAmbient_59(int id0,double id1);\r
-  public void SetAmbient(int id0,double id1)\r
-    { SetAmbient_59(id0,id1); }\r
-\r
-  private native void SetAmbient_60(double id0);\r
-  public void SetAmbient(double id0)\r
-    { SetAmbient_60(id0); }\r
-\r
-  private native double GetAmbient_61(int id0);\r
-  public double GetAmbient(int id0)\r
-    { return GetAmbient_61(id0); }\r
-\r
-  private native double GetAmbient_62();\r
-  public double GetAmbient()\r
-    { return GetAmbient_62(); }\r
-\r
-  private native void SetDiffuse_63(int id0,double id1);\r
-  public void SetDiffuse(int id0,double id1)\r
-    { SetDiffuse_63(id0,id1); }\r
-\r
-  private native void SetDiffuse_64(double id0);\r
-  public void SetDiffuse(double id0)\r
-    { SetDiffuse_64(id0); }\r
-\r
-  private native double GetDiffuse_65(int id0);\r
-  public double GetDiffuse(int id0)\r
-    { return GetDiffuse_65(id0); }\r
-\r
-  private native double GetDiffuse_66();\r
-  public double GetDiffuse()\r
-    { return GetDiffuse_66(); }\r
-\r
-  private native void SetSpecular_67(int id0,double id1);\r
-  public void SetSpecular(int id0,double id1)\r
-    { SetSpecular_67(id0,id1); }\r
-\r
-  private native void SetSpecular_68(double id0);\r
-  public void SetSpecular(double id0)\r
-    { SetSpecular_68(id0); }\r
-\r
-  private native double GetSpecular_69(int id0);\r
-  public double GetSpecular(int id0)\r
-    { return GetSpecular_69(id0); }\r
-\r
-  private native double GetSpecular_70();\r
-  public double GetSpecular()\r
-    { return GetSpecular_70(); }\r
-\r
-  private native void SetSpecularPower_71(int id0,double id1);\r
-  public void SetSpecularPower(int id0,double id1)\r
-    { SetSpecularPower_71(id0,id1); }\r
-\r
-  private native void SetSpecularPower_72(double id0);\r
-  public void SetSpecularPower(double id0)\r
-    { SetSpecularPower_72(id0); }\r
-\r
-  private native double GetSpecularPower_73(int id0);\r
-  public double GetSpecularPower(int id0)\r
-    { return GetSpecularPower_73(id0); }\r
-\r
-  private native double GetSpecularPower_74();\r
-  public double GetSpecularPower()\r
-    { return GetSpecularPower_74(); }\r
-\r
-  private native void UpdateMTimes_75();\r
-  public void UpdateMTimes()\r
-    { UpdateMTimes_75(); }\r
-\r
-  public vtkVolumeProperty() { super(); }\r
-\r
-  public vtkVolumeProperty(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkVolumeProperty object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkVolumeProperty 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 DeepCopy_2(vtkVolumeProperty id0);
+  public void DeepCopy(vtkVolumeProperty id0)
+    { DeepCopy_2(id0); }
+
+  private native int GetMTime_3();
+  public int GetMTime()
+    { return GetMTime_3(); }
+
+  private native void SetIndependentComponents_4(int id0);
+  public void SetIndependentComponents(int id0)
+    { SetIndependentComponents_4(id0); }
+
+  private native int GetIndependentComponentsMinValue_5();
+  public int GetIndependentComponentsMinValue()
+    { return GetIndependentComponentsMinValue_5(); }
+
+  private native int GetIndependentComponentsMaxValue_6();
+  public int GetIndependentComponentsMaxValue()
+    { return GetIndependentComponentsMaxValue_6(); }
+
+  private native int GetIndependentComponents_7();
+  public int GetIndependentComponents()
+    { return GetIndependentComponents_7(); }
+
+  private native void IndependentComponentsOn_8();
+  public void IndependentComponentsOn()
+    { IndependentComponentsOn_8(); }
+
+  private native void IndependentComponentsOff_9();
+  public void IndependentComponentsOff()
+    { IndependentComponentsOff_9(); }
+
+  private native void SetInterpolationType_10(int id0);
+  public void SetInterpolationType(int id0)
+    { SetInterpolationType_10(id0); }
+
+  private native int GetInterpolationTypeMinValue_11();
+  public int GetInterpolationTypeMinValue()
+    { return GetInterpolationTypeMinValue_11(); }
+
+  private native int GetInterpolationTypeMaxValue_12();
+  public int GetInterpolationTypeMaxValue()
+    { return GetInterpolationTypeMaxValue_12(); }
+
+  private native int GetInterpolationType_13();
+  public int GetInterpolationType()
+    { return GetInterpolationType_13(); }
+
+  private native void SetInterpolationTypeToNearest_14();
+  public void SetInterpolationTypeToNearest()
+    { SetInterpolationTypeToNearest_14(); }
+
+  private native void SetInterpolationTypeToLinear_15();
+  public void SetInterpolationTypeToLinear()
+    { SetInterpolationTypeToLinear_15(); }
+
+  private native String GetInterpolationTypeAsString_16();
+  public String GetInterpolationTypeAsString()
+    { return GetInterpolationTypeAsString_16(); }
+
+  private native void SetComponentWeight_17(int id0,double id1);
+  public void SetComponentWeight(int id0,double id1)
+    { SetComponentWeight_17(id0,id1); }
+
+  private native double GetComponentWeight_18(int id0);
+  public double GetComponentWeight(int id0)
+    { return GetComponentWeight_18(id0); }
+
+  private native void SetColor_19(int id0,vtkPiecewiseFunction id1);
+  public void SetColor(int id0,vtkPiecewiseFunction id1)
+    { SetColor_19(id0,id1); }
+
+  private native void SetColor_20(vtkPiecewiseFunction id0);
+  public void SetColor(vtkPiecewiseFunction id0)
+    { SetColor_20(id0); }
+
+  private native void SetColor_21(int id0,vtkColorTransferFunction id1);
+  public void SetColor(int id0,vtkColorTransferFunction id1)
+    { SetColor_21(id0,id1); }
+
+  private native void SetColor_22(vtkColorTransferFunction id0);
+  public void SetColor(vtkColorTransferFunction id0)
+    { SetColor_22(id0); }
+
+  private native int GetColorChannels_23(int id0);
+  public int GetColorChannels(int id0)
+    { return GetColorChannels_23(id0); }
+
+  private native int GetColorChannels_24();
+  public int GetColorChannels()
+    { return GetColorChannels_24(); }
+
+  private native long GetGrayTransferFunction_25(int id0);
+  public vtkPiecewiseFunction GetGrayTransferFunction(int id0) {
+    long temp = GetGrayTransferFunction_25(id0);
+
+    if (temp == 0) return null;
+    return (vtkPiecewiseFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetGrayTransferFunction_26();
+  public vtkPiecewiseFunction GetGrayTransferFunction() {
+    long temp = GetGrayTransferFunction_26();
+
+    if (temp == 0) return null;
+    return (vtkPiecewiseFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetRGBTransferFunction_27(int id0);
+  public vtkColorTransferFunction GetRGBTransferFunction(int id0) {
+    long temp = GetRGBTransferFunction_27(id0);
+
+    if (temp == 0) return null;
+    return (vtkColorTransferFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetRGBTransferFunction_28();
+  public vtkColorTransferFunction GetRGBTransferFunction() {
+    long temp = GetRGBTransferFunction_28();
+
+    if (temp == 0) return null;
+    return (vtkColorTransferFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetScalarOpacity_29(int id0,vtkPiecewiseFunction id1);
+  public void SetScalarOpacity(int id0,vtkPiecewiseFunction id1)
+    { SetScalarOpacity_29(id0,id1); }
+
+  private native void SetScalarOpacity_30(vtkPiecewiseFunction id0);
+  public void SetScalarOpacity(vtkPiecewiseFunction id0)
+    { SetScalarOpacity_30(id0); }
+
+  private native long GetScalarOpacity_31(int id0);
+  public vtkPiecewiseFunction GetScalarOpacity(int id0) {
+    long temp = GetScalarOpacity_31(id0);
+
+    if (temp == 0) return null;
+    return (vtkPiecewiseFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetScalarOpacity_32();
+  public vtkPiecewiseFunction GetScalarOpacity() {
+    long temp = GetScalarOpacity_32();
+
+    if (temp == 0) return null;
+    return (vtkPiecewiseFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetScalarOpacityUnitDistance_33(int id0,double id1);
+  public void SetScalarOpacityUnitDistance(int id0,double id1)
+    { SetScalarOpacityUnitDistance_33(id0,id1); }
+
+  private native void SetScalarOpacityUnitDistance_34(double id0);
+  public void SetScalarOpacityUnitDistance(double id0)
+    { SetScalarOpacityUnitDistance_34(id0); }
+
+  private native double GetScalarOpacityUnitDistance_35(int id0);
+  public double GetScalarOpacityUnitDistance(int id0)
+    { return GetScalarOpacityUnitDistance_35(id0); }
+
+  private native double GetScalarOpacityUnitDistance_36();
+  public double GetScalarOpacityUnitDistance()
+    { return GetScalarOpacityUnitDistance_36(); }
+
+  private native void SetGradientOpacity_37(int id0,vtkPiecewiseFunction id1);
+  public void SetGradientOpacity(int id0,vtkPiecewiseFunction id1)
+    { SetGradientOpacity_37(id0,id1); }
+
+  private native void SetGradientOpacity_38(vtkPiecewiseFunction id0);
+  public void SetGradientOpacity(vtkPiecewiseFunction id0)
+    { SetGradientOpacity_38(id0); }
+
+  private native void SetTransferFunction2D_39(int id0,vtkImageData id1);
+  public void SetTransferFunction2D(int id0,vtkImageData id1)
+    { SetTransferFunction2D_39(id0,id1); }
+
+  private native void SetTransferFunction2D_40(vtkImageData id0);
+  public void SetTransferFunction2D(vtkImageData id0)
+    { SetTransferFunction2D_40(id0); }
+
+  private native long GetTransferFunction2D_41(int id0);
+  public vtkImageData GetTransferFunction2D(int id0) {
+    long temp = GetTransferFunction2D_41(id0);
+
+    if (temp == 0) return null;
+    return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetTransferFunction2D_42();
+  public vtkImageData GetTransferFunction2D() {
+    long temp = GetTransferFunction2D_42();
+
+    if (temp == 0) return null;
+    return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetTransferFunctionMode_43(int id0);
+  public void SetTransferFunctionMode(int id0)
+    { SetTransferFunctionMode_43(id0); }
+
+  private native int GetTransferFunctionModeMinValue_44();
+  public int GetTransferFunctionModeMinValue()
+    { return GetTransferFunctionModeMinValue_44(); }
+
+  private native int GetTransferFunctionModeMaxValue_45();
+  public int GetTransferFunctionModeMaxValue()
+    { return GetTransferFunctionModeMaxValue_45(); }
+
+  private native int GetTransferFunctionMode_46();
+  public int GetTransferFunctionMode()
+    { return GetTransferFunctionMode_46(); }
+
+  private native long GetGradientOpacity_47(int id0);
+  public vtkPiecewiseFunction GetGradientOpacity(int id0) {
+    long temp = GetGradientOpacity_47(id0);
+
+    if (temp == 0) return null;
+    return (vtkPiecewiseFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetGradientOpacity_48();
+  public vtkPiecewiseFunction GetGradientOpacity() {
+    long temp = GetGradientOpacity_48();
+
+    if (temp == 0) return null;
+    return (vtkPiecewiseFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetDisableGradientOpacity_49(int id0,int id1);
+  public void SetDisableGradientOpacity(int id0,int id1)
+    { SetDisableGradientOpacity_49(id0,id1); }
+
+  private native void SetDisableGradientOpacity_50(int id0);
+  public void SetDisableGradientOpacity(int id0)
+    { SetDisableGradientOpacity_50(id0); }
+
+  private native void DisableGradientOpacityOn_51(int id0);
+  public void DisableGradientOpacityOn(int id0)
+    { DisableGradientOpacityOn_51(id0); }
+
+  private native void DisableGradientOpacityOn_52();
+  public void DisableGradientOpacityOn()
+    { DisableGradientOpacityOn_52(); }
+
+  private native void DisableGradientOpacityOff_53(int id0);
+  public void DisableGradientOpacityOff(int id0)
+    { DisableGradientOpacityOff_53(id0); }
+
+  private native void DisableGradientOpacityOff_54();
+  public void DisableGradientOpacityOff()
+    { DisableGradientOpacityOff_54(); }
+
+  private native int GetDisableGradientOpacity_55(int id0);
+  public int GetDisableGradientOpacity(int id0)
+    { return GetDisableGradientOpacity_55(id0); }
+
+  private native int GetDisableGradientOpacity_56();
+  public int GetDisableGradientOpacity()
+    { return GetDisableGradientOpacity_56(); }
+
+  private native long GetStoredGradientOpacity_57(int id0);
+  public vtkPiecewiseFunction GetStoredGradientOpacity(int id0) {
+    long temp = GetStoredGradientOpacity_57(id0);
+
+    if (temp == 0) return null;
+    return (vtkPiecewiseFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetStoredGradientOpacity_58();
+  public vtkPiecewiseFunction GetStoredGradientOpacity() {
+    long temp = GetStoredGradientOpacity_58();
+
+    if (temp == 0) return null;
+    return (vtkPiecewiseFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native boolean HasGradientOpacity_59(int id0);
+  public boolean HasGradientOpacity(int id0)
+    { return HasGradientOpacity_59(id0); }
+
+  private native void SetShade_60(int id0,int id1);
+  public void SetShade(int id0,int id1)
+    { SetShade_60(id0,id1); }
+
+  private native void SetShade_61(int id0);
+  public void SetShade(int id0)
+    { SetShade_61(id0); }
+
+  private native int GetShade_62(int id0);
+  public int GetShade(int id0)
+    { return GetShade_62(id0); }
+
+  private native int GetShade_63();
+  public int GetShade()
+    { return GetShade_63(); }
+
+  private native void ShadeOn_64(int id0);
+  public void ShadeOn(int id0)
+    { ShadeOn_64(id0); }
+
+  private native void ShadeOn_65();
+  public void ShadeOn()
+    { ShadeOn_65(); }
+
+  private native void ShadeOff_66(int id0);
+  public void ShadeOff(int id0)
+    { ShadeOff_66(id0); }
+
+  private native void ShadeOff_67();
+  public void ShadeOff()
+    { ShadeOff_67(); }
+
+  private native void SetAmbient_68(int id0,double id1);
+  public void SetAmbient(int id0,double id1)
+    { SetAmbient_68(id0,id1); }
+
+  private native void SetAmbient_69(double id0);
+  public void SetAmbient(double id0)
+    { SetAmbient_69(id0); }
+
+  private native double GetAmbient_70(int id0);
+  public double GetAmbient(int id0)
+    { return GetAmbient_70(id0); }
+
+  private native double GetAmbient_71();
+  public double GetAmbient()
+    { return GetAmbient_71(); }
+
+  private native void SetDiffuse_72(int id0,double id1);
+  public void SetDiffuse(int id0,double id1)
+    { SetDiffuse_72(id0,id1); }
+
+  private native void SetDiffuse_73(double id0);
+  public void SetDiffuse(double id0)
+    { SetDiffuse_73(id0); }
+
+  private native double GetDiffuse_74(int id0);
+  public double GetDiffuse(int id0)
+    { return GetDiffuse_74(id0); }
+
+  private native double GetDiffuse_75();
+  public double GetDiffuse()
+    { return GetDiffuse_75(); }
+
+  private native void SetSpecular_76(int id0,double id1);
+  public void SetSpecular(int id0,double id1)
+    { SetSpecular_76(id0,id1); }
+
+  private native void SetSpecular_77(double id0);
+  public void SetSpecular(double id0)
+    { SetSpecular_77(id0); }
+
+  private native double GetSpecular_78(int id0);
+  public double GetSpecular(int id0)
+    { return GetSpecular_78(id0); }
+
+  private native double GetSpecular_79();
+  public double GetSpecular()
+    { return GetSpecular_79(); }
+
+  private native void SetSpecularPower_80(int id0,double id1);
+  public void SetSpecularPower(int id0,double id1)
+    { SetSpecularPower_80(id0,id1); }
+
+  private native void SetSpecularPower_81(double id0);
+  public void SetSpecularPower(double id0)
+    { SetSpecularPower_81(id0); }
+
+  private native double GetSpecularPower_82(int id0);
+  public double GetSpecularPower(int id0)
+    { return GetSpecularPower_82(id0); }
+
+  private native double GetSpecularPower_83();
+  public double GetSpecularPower()
+    { return GetSpecularPower_83(); }
+
+  private native long GetIsoSurfaceValues_84();
+  public vtkContourValues GetIsoSurfaceValues() {
+    long temp = GetIsoSurfaceValues_84();
+
+    if (temp == 0) return null;
+    return (vtkContourValues)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void UpdateMTimes_85();
+  public void UpdateMTimes()
+    { UpdateMTimes_85(); }
+
+  private native void SetUseClippedVoxelIntensity_86(int id0);
+  public void SetUseClippedVoxelIntensity(int id0)
+    { SetUseClippedVoxelIntensity_86(id0); }
+
+  private native int GetUseClippedVoxelIntensity_87();
+  public int GetUseClippedVoxelIntensity()
+    { return GetUseClippedVoxelIntensity_87(); }
+
+  private native void UseClippedVoxelIntensityOn_88();
+  public void UseClippedVoxelIntensityOn()
+    { UseClippedVoxelIntensityOn_88(); }
+
+  private native void UseClippedVoxelIntensityOff_89();
+  public void UseClippedVoxelIntensityOff()
+    { UseClippedVoxelIntensityOff_89(); }
+
+  private native void SetClippedVoxelIntensity_90(double id0);
+  public void SetClippedVoxelIntensity(double id0)
+    { SetClippedVoxelIntensity_90(id0); }
+
+  private native double GetClippedVoxelIntensity_91();
+  public double GetClippedVoxelIntensity()
+    { return GetClippedVoxelIntensity_91(); }
+
+  public vtkVolumeProperty() { super(); }
+
+  public vtkVolumeProperty(long id) { super(id); }
+  public native long   VTKInit();
+
+}