]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkLabelHierarchyAlgorithm.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkLabelHierarchyAlgorithm.java
1 // java wrapper for vtkLabelHierarchyAlgorithm object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkLabelHierarchyAlgorithm extends vtkAlgorithm
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native long GetOutput_2();
19   public vtkLabelHierarchy GetOutput() {
20     long temp = GetOutput_2();
21
22     if (temp == 0) return null;
23     return (vtkLabelHierarchy)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
24 }
25
26   private native long GetOutput_3(int id0);
27   public vtkLabelHierarchy GetOutput(int id0) {
28     long temp = GetOutput_3(id0);
29
30     if (temp == 0) return null;
31     return (vtkLabelHierarchy)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native void SetOutput_4(vtkDataObject id0);
35   public void SetOutput(vtkDataObject id0)
36     { SetOutput_4(id0); }
37
38   private native long GetInput_5();
39   public vtkDataObject GetInput() {
40     long temp = GetInput_5();
41
42     if (temp == 0) return null;
43     return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
44 }
45
46   private native long GetInput_6(int id0);
47   public vtkDataObject GetInput(int id0) {
48     long temp = GetInput_6(id0);
49
50     if (temp == 0) return null;
51     return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
52 }
53
54   private native long GetLabelHierarchyInput_7(int id0);
55   public vtkLabelHierarchy GetLabelHierarchyInput(int id0) {
56     long temp = GetLabelHierarchyInput_7(id0);
57
58     if (temp == 0) return null;
59     return (vtkLabelHierarchy)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
60 }
61
62   private native void SetInputData_8(vtkDataObject id0);
63   public void SetInputData(vtkDataObject id0)
64     { SetInputData_8(id0); }
65
66   private native void SetInputData_9(int id0,vtkDataObject id1);
67   public void SetInputData(int id0,vtkDataObject id1)
68     { SetInputData_9(id0,id1); }
69
70   private native void AddInputData_10(vtkDataObject id0);
71   public void AddInputData(vtkDataObject id0)
72     { AddInputData_10(id0); }
73
74   private native void AddInputData_11(int id0,vtkDataObject id1);
75   public void AddInputData(int id0,vtkDataObject id1)
76     { AddInputData_11(id0,id1); }
77
78   public vtkLabelHierarchyAlgorithm() { super(); }
79
80   public vtkLabelHierarchyAlgorithm(long id) { super(id); }
81   public native long   VTKInit();
82
83 }