]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkImageAppend.java
Include old 64-bit versions of org.jcae.opencascade and vtk bundles
[simantics/3d.git] / vtk / src / vtk / vtkImageAppend.java
1 // java wrapper for vtkImageAppend object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkImageAppend 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 SetAppendAxis_8(int id0);\r
51   public void SetAppendAxis(int id0)\r
52     { SetAppendAxis_8(id0); }\r
53 \r
54   private native int GetAppendAxis_9();\r
55   public int GetAppendAxis()\r
56     { return GetAppendAxis_9(); }\r
57 \r
58   private native void SetPreserveExtents_10(int id0);\r
59   public void SetPreserveExtents(int id0)\r
60     { SetPreserveExtents_10(id0); }\r
61 \r
62   private native int GetPreserveExtents_11();\r
63   public int GetPreserveExtents()\r
64     { return GetPreserveExtents_11(); }\r
65 \r
66   private native void PreserveExtentsOn_12();\r
67   public void PreserveExtentsOn()\r
68     { PreserveExtentsOn_12(); }\r
69 \r
70   private native void PreserveExtentsOff_13();\r
71   public void PreserveExtentsOff()\r
72     { PreserveExtentsOff_13(); }\r
73 \r
74   public vtkImageAppend() { super(); }\r
75 \r
76   public vtkImageAppend(long id) { super(id); }\r
77   public native long   VTKInit();\r
78 \r
79 }\r