]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkImageBlend.java
Include old 64-bit versions of org.jcae.opencascade and vtk bundles
[simantics/3d.git] / vtk / src / vtk / vtkImageBlend.java
1 // java wrapper for vtkImageBlend object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkImageBlend extends vtkThreadedImageAlgorithm\r
8 {\r
9 \r
10   private native String GetClassName_0();\r
11   public String GetClassName()\r
12     { return GetClassName_0(); }\r
13 \r
14   private native int IsA_1(String id0);\r
15   public int IsA(String id0)\r
16     { return IsA_1(id0); }\r
17 \r
18   private native void ReplaceNthInputConnection_2(int id0,vtkAlgorithmOutput id1);\r
19   public void ReplaceNthInputConnection(int id0,vtkAlgorithmOutput id1)\r
20     { ReplaceNthInputConnection_2(id0,id1); }\r
21 \r
22   private native void SetInput_3(int id0,vtkDataObject id1);\r
23   public void SetInput(int id0,vtkDataObject id1)\r
24     { SetInput_3(id0,id1); }\r
25 \r
26   private native void SetInput_4(vtkDataObject id0);\r
27   public void SetInput(vtkDataObject id0)\r
28     { SetInput_4(id0); }\r
29 \r
30   private native long GetInput_5(int id0);\r
31   public vtkDataObject GetInput(int id0) {\r
32     long temp = GetInput_5(id0);\r
33 \r
34     if (temp == 0) return null;\r
35     return (vtkDataObject)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
36   }\r
37 \r
38   private native long GetInput_6();\r
39   public vtkDataObject GetInput() {\r
40     long temp = GetInput_6();\r
41 \r
42     if (temp == 0) return null;\r
43     return (vtkDataObject)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
44   }\r
45 \r
46   private native int GetNumberOfInputs_7();\r
47   public int GetNumberOfInputs()\r
48     { return GetNumberOfInputs_7(); }\r
49 \r
50   private native void SetOpacity_8(int id0,double id1);\r
51   public void SetOpacity(int id0,double id1)\r
52     { SetOpacity_8(id0,id1); }\r
53 \r
54   private native double GetOpacity_9(int id0);\r
55   public double GetOpacity(int id0)\r
56     { return GetOpacity_9(id0); }\r
57 \r
58   private native void SetStencil_10(vtkImageStencilData id0);\r
59   public void SetStencil(vtkImageStencilData id0)\r
60     { SetStencil_10(id0); }\r
61 \r
62   private native long GetStencil_11();\r
63   public vtkImageStencilData GetStencil() {\r
64     long temp = GetStencil_11();\r
65 \r
66     if (temp == 0) return null;\r
67     return (vtkImageStencilData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
68   }\r
69 \r
70   private native void SetBlendMode_12(int id0);\r
71   public void SetBlendMode(int id0)\r
72     { SetBlendMode_12(id0); }\r
73 \r
74   private native int GetBlendModeMinValue_13();\r
75   public int GetBlendModeMinValue()\r
76     { return GetBlendModeMinValue_13(); }\r
77 \r
78   private native int GetBlendModeMaxValue_14();\r
79   public int GetBlendModeMaxValue()\r
80     { return GetBlendModeMaxValue_14(); }\r
81 \r
82   private native int GetBlendMode_15();\r
83   public int GetBlendMode()\r
84     { return GetBlendMode_15(); }\r
85 \r
86   private native void SetBlendModeToNormal_16();\r
87   public void SetBlendModeToNormal()\r
88     { SetBlendModeToNormal_16(); }\r
89 \r
90   private native void SetBlendModeToCompound_17();\r
91   public void SetBlendModeToCompound()\r
92     { SetBlendModeToCompound_17(); }\r
93 \r
94   private native String GetBlendModeAsString_18();\r
95   public String GetBlendModeAsString()\r
96     { return GetBlendModeAsString_18(); }\r
97 \r
98   private native void SetCompoundThreshold_19(double id0);\r
99   public void SetCompoundThreshold(double id0)\r
100     { SetCompoundThreshold_19(id0); }\r
101 \r
102   private native double GetCompoundThreshold_20();\r
103   public double GetCompoundThreshold()\r
104     { return GetCompoundThreshold_20(); }\r
105 \r
106   public vtkImageBlend() { super(); }\r
107 \r
108   public vtkImageBlend(long id) { super(id); }\r
109   public native long   VTKInit();\r
110 \r
111 }\r