]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkImageBlend.java
Tooltip support
[simantics/3d.git] / vtk / src / vtk / vtkImageBlend.java
index 4bb4f0f7be2c79004254ea0afbed69ada2bcd926..c0a62e4600a5ecaaac7f5a6962330ab955f7c135 100644 (file)
-// java wrapper for vtkImageBlend object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkImageBlend extends vtkThreadedImageAlgorithm\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 ReplaceNthInputConnection_2(int id0,vtkAlgorithmOutput id1);\r
-  public void ReplaceNthInputConnection(int id0,vtkAlgorithmOutput id1)\r
-    { ReplaceNthInputConnection_2(id0,id1); }\r
-\r
-  private native void SetInput_3(int id0,vtkDataObject id1);\r
-  public void SetInput(int id0,vtkDataObject id1)\r
-    { SetInput_3(id0,id1); }\r
-\r
-  private native void SetInput_4(vtkDataObject id0);\r
-  public void SetInput(vtkDataObject id0)\r
-    { SetInput_4(id0); }\r
-\r
-  private native long GetInput_5(int id0);\r
-  public vtkDataObject GetInput(int id0) {\r
-    long temp = GetInput_5(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkDataObject)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetInput_6();\r
-  public vtkDataObject GetInput() {\r
-    long temp = GetInput_6();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkDataObject)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native int GetNumberOfInputs_7();\r
-  public int GetNumberOfInputs()\r
-    { return GetNumberOfInputs_7(); }\r
-\r
-  private native void SetOpacity_8(int id0,double id1);\r
-  public void SetOpacity(int id0,double id1)\r
-    { SetOpacity_8(id0,id1); }\r
-\r
-  private native double GetOpacity_9(int id0);\r
-  public double GetOpacity(int id0)\r
-    { return GetOpacity_9(id0); }\r
-\r
-  private native void SetStencil_10(vtkImageStencilData id0);\r
-  public void SetStencil(vtkImageStencilData id0)\r
-    { SetStencil_10(id0); }\r
-\r
-  private native long GetStencil_11();\r
-  public vtkImageStencilData GetStencil() {\r
-    long temp = GetStencil_11();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkImageStencilData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetBlendMode_12(int id0);\r
-  public void SetBlendMode(int id0)\r
-    { SetBlendMode_12(id0); }\r
-\r
-  private native int GetBlendModeMinValue_13();\r
-  public int GetBlendModeMinValue()\r
-    { return GetBlendModeMinValue_13(); }\r
-\r
-  private native int GetBlendModeMaxValue_14();\r
-  public int GetBlendModeMaxValue()\r
-    { return GetBlendModeMaxValue_14(); }\r
-\r
-  private native int GetBlendMode_15();\r
-  public int GetBlendMode()\r
-    { return GetBlendMode_15(); }\r
-\r
-  private native void SetBlendModeToNormal_16();\r
-  public void SetBlendModeToNormal()\r
-    { SetBlendModeToNormal_16(); }\r
-\r
-  private native void SetBlendModeToCompound_17();\r
-  public void SetBlendModeToCompound()\r
-    { SetBlendModeToCompound_17(); }\r
-\r
-  private native String GetBlendModeAsString_18();\r
-  public String GetBlendModeAsString()\r
-    { return GetBlendModeAsString_18(); }\r
-\r
-  private native void SetCompoundThreshold_19(double id0);\r
-  public void SetCompoundThreshold(double id0)\r
-    { SetCompoundThreshold_19(id0); }\r
-\r
-  private native double GetCompoundThreshold_20();\r
-  public double GetCompoundThreshold()\r
-    { return GetCompoundThreshold_20(); }\r
-\r
-  public vtkImageBlend() { super(); }\r
-\r
-  public vtkImageBlend(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkImageBlend object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkImageBlend extends vtkThreadedImageAlgorithm
+{
+
+  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 ReplaceNthInputConnection_2(int id0,vtkAlgorithmOutput id1);
+  public void ReplaceNthInputConnection(int id0,vtkAlgorithmOutput id1)
+    { ReplaceNthInputConnection_2(id0,id1); }
+
+  private native void SetInputData_3(int id0,vtkDataObject id1);
+  public void SetInputData(int id0,vtkDataObject id1)
+    { SetInputData_3(id0,id1); }
+
+  private native void SetInputData_4(vtkDataObject id0);
+  public void SetInputData(vtkDataObject id0)
+    { SetInputData_4(id0); }
+
+  private native long GetInput_5(int id0);
+  public vtkDataObject GetInput(int id0) {
+    long temp = GetInput_5(id0);
+
+    if (temp == 0) return null;
+    return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetInput_6();
+  public vtkDataObject GetInput() {
+    long temp = GetInput_6();
+
+    if (temp == 0) return null;
+    return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native int GetNumberOfInputs_7();
+  public int GetNumberOfInputs()
+    { return GetNumberOfInputs_7(); }
+
+  private native void SetOpacity_8(int id0,double id1);
+  public void SetOpacity(int id0,double id1)
+    { SetOpacity_8(id0,id1); }
+
+  private native double GetOpacity_9(int id0);
+  public double GetOpacity(int id0)
+    { return GetOpacity_9(id0); }
+
+  private native void SetStencilConnection_10(vtkAlgorithmOutput id0);
+  public void SetStencilConnection(vtkAlgorithmOutput id0)
+    { SetStencilConnection_10(id0); }
+
+  private native void SetStencilData_11(vtkImageStencilData id0);
+  public void SetStencilData(vtkImageStencilData id0)
+    { SetStencilData_11(id0); }
+
+  private native long GetStencil_12();
+  public vtkImageStencilData GetStencil() {
+    long temp = GetStencil_12();
+
+    if (temp == 0) return null;
+    return (vtkImageStencilData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetBlendMode_13(int id0);
+  public void SetBlendMode(int id0)
+    { SetBlendMode_13(id0); }
+
+  private native int GetBlendModeMinValue_14();
+  public int GetBlendModeMinValue()
+    { return GetBlendModeMinValue_14(); }
+
+  private native int GetBlendModeMaxValue_15();
+  public int GetBlendModeMaxValue()
+    { return GetBlendModeMaxValue_15(); }
+
+  private native int GetBlendMode_16();
+  public int GetBlendMode()
+    { return GetBlendMode_16(); }
+
+  private native void SetBlendModeToNormal_17();
+  public void SetBlendModeToNormal()
+    { SetBlendModeToNormal_17(); }
+
+  private native void SetBlendModeToCompound_18();
+  public void SetBlendModeToCompound()
+    { SetBlendModeToCompound_18(); }
+
+  private native String GetBlendModeAsString_19();
+  public String GetBlendModeAsString()
+    { return GetBlendModeAsString_19(); }
+
+  private native void SetCompoundThreshold_20(double id0);
+  public void SetCompoundThreshold(double id0)
+    { SetCompoundThreshold_20(id0); }
+
+  private native double GetCompoundThreshold_21();
+  public double GetCompoundThreshold()
+    { return GetCompoundThreshold_21(); }
+
+  public vtkImageBlend() { super(); }
+
+  public vtkImageBlend(long id) { super(id); }
+  public native long   VTKInit();
+
+}