]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkPassThrough.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkPassThrough.java
1 // java wrapper for vtkPassThrough object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkPassThrough extends vtkPassInputTypeAlgorithm
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 int FillInputPortInformation_2(int id0,vtkInformation id1);
19   public int FillInputPortInformation(int id0,vtkInformation id1)
20     { return FillInputPortInformation_2(id0,id1); }
21
22   private native void SetDeepCopyInput_3(int id0);
23   public void SetDeepCopyInput(int id0)
24     { SetDeepCopyInput_3(id0); }
25
26   private native int GetDeepCopyInput_4();
27   public int GetDeepCopyInput()
28     { return GetDeepCopyInput_4(); }
29
30   private native void DeepCopyInputOn_5();
31   public void DeepCopyInputOn()
32     { DeepCopyInputOn_5(); }
33
34   private native void DeepCopyInputOff_6();
35   public void DeepCopyInputOff()
36     { DeepCopyInputOff_6(); }
37
38   private native void SetAllowNullInput_7(boolean id0);
39   public void SetAllowNullInput(boolean id0)
40     { SetAllowNullInput_7(id0); }
41
42   private native boolean GetAllowNullInput_8();
43   public boolean GetAllowNullInput()
44     { return GetAllowNullInput_8(); }
45
46   private native void AllowNullInputOn_9();
47   public void AllowNullInputOn()
48     { AllowNullInputOn_9(); }
49
50   private native void AllowNullInputOff_10();
51   public void AllowNullInputOff()
52     { AllowNullInputOff_10(); }
53
54   public vtkPassThrough() { super(); }
55
56   public vtkPassThrough(long id) { super(id); }
57   public native long   VTKInit();
58
59 }