]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkHierarchicalBoxDataSetAlgorithm.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkHierarchicalBoxDataSetAlgorithm.java
1 // java wrapper for vtkHierarchicalBoxDataSetAlgorithm object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkHierarchicalBoxDataSetAlgorithm 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 vtkHierarchicalBoxDataSet GetOutput() {
20     long temp = GetOutput_2();
21
22     if (temp == 0) return null;
23     return (vtkHierarchicalBoxDataSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
24 }
25
26   private native long GetOutput_3(int id0);
27   public vtkHierarchicalBoxDataSet GetOutput(int id0) {
28     long temp = GetOutput_3(id0);
29
30     if (temp == 0) return null;
31     return (vtkHierarchicalBoxDataSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native void SetInputData_4(vtkDataObject id0);
35   public void SetInputData(vtkDataObject id0)
36     { SetInputData_4(id0); }
37
38   private native void SetInputData_5(int id0,vtkDataObject id1);
39   public void SetInputData(int id0,vtkDataObject id1)
40     { SetInputData_5(id0,id1); }
41
42   public vtkHierarchicalBoxDataSetAlgorithm() { super(); }
43
44   public vtkHierarchicalBoxDataSetAlgorithm(long id) { super(id); }
45   public native long   VTKInit();
46
47 }