]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkImagePadFilter.java
b848e172a6a2b8d1b429372e9d320615f87a0de4
[simantics/3d.git] / vtk / src / vtk / vtkImagePadFilter.java
1 // java wrapper for vtkImagePadFilter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkImagePadFilter extends vtkThreadedImageAlgorithm
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 void SetOutputWholeExtent_2(int id0[]);
19   public void SetOutputWholeExtent(int id0[])
20     { SetOutputWholeExtent_2(id0); }
21
22   private native void SetOutputWholeExtent_3(int id0,int id1,int id2,int id3,int id4,int id5);
23   public void SetOutputWholeExtent(int id0,int id1,int id2,int id3,int id4,int id5)
24     { SetOutputWholeExtent_3(id0,id1,id2,id3,id4,id5); }
25
26   private native void GetOutputWholeExtent_4(int id0[]);
27   public void GetOutputWholeExtent(int id0[])
28     { GetOutputWholeExtent_4(id0); }
29
30   private native int[]  GetOutputWholeExtent_5();
31   public int[]  GetOutputWholeExtent()
32     { return GetOutputWholeExtent_5(); }
33
34   private native void SetOutputNumberOfScalarComponents_6(int id0);
35   public void SetOutputNumberOfScalarComponents(int id0)
36     { SetOutputNumberOfScalarComponents_6(id0); }
37
38   private native int GetOutputNumberOfScalarComponents_7();
39   public int GetOutputNumberOfScalarComponents()
40     { return GetOutputNumberOfScalarComponents_7(); }
41
42   public vtkImagePadFilter() { super(); }
43
44   public vtkImagePadFilter(long id) { super(id); }
45   public native long   VTKInit();
46
47 }