]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkPResampleFilter.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkPResampleFilter.java
1 // java wrapper for vtkPResampleFilter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkPResampleFilter extends vtkImageAlgorithm
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 SetController_2(vtkMultiProcessController id0);
19   public void SetController(vtkMultiProcessController id0)
20     { SetController_2(id0); }
21
22   private native long GetController_3();
23   public vtkMultiProcessController GetController() {
24     long temp = GetController_3();
25
26     if (temp == 0) return null;
27     return (vtkMultiProcessController)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void SetUseInputBounds_4(int id0);
31   public void SetUseInputBounds(int id0)
32     { SetUseInputBounds_4(id0); }
33
34   private native int GetUseInputBounds_5();
35   public int GetUseInputBounds()
36     { return GetUseInputBounds_5(); }
37
38   private native void UseInputBoundsOn_6();
39   public void UseInputBoundsOn()
40     { UseInputBoundsOn_6(); }
41
42   private native void UseInputBoundsOff_7();
43   public void UseInputBoundsOff()
44     { UseInputBoundsOff_7(); }
45
46   private native void SetCustomSamplingBounds_8(double id0,double id1,double id2,double id3,double id4,double id5);
47   public void SetCustomSamplingBounds(double id0,double id1,double id2,double id3,double id4,double id5)
48     { SetCustomSamplingBounds_8(id0,id1,id2,id3,id4,id5); }
49
50   private native void SetCustomSamplingBounds_9(double id0[]);
51   public void SetCustomSamplingBounds(double id0[])
52     { SetCustomSamplingBounds_9(id0); }
53
54   private native double[] GetCustomSamplingBounds_10();
55   public double[] GetCustomSamplingBounds()
56     { return GetCustomSamplingBounds_10(); }
57
58   private native void SetSamplingDimension_11(int id0,int id1,int id2);
59   public void SetSamplingDimension(int id0,int id1,int id2)
60     { SetSamplingDimension_11(id0,id1,id2); }
61
62   private native void SetSamplingDimension_12(int id0[]);
63   public void SetSamplingDimension(int id0[])
64     { SetSamplingDimension_12(id0); }
65
66   private native int[]  GetSamplingDimension_13();
67   public int[]  GetSamplingDimension()
68     { return GetSamplingDimension_13(); }
69
70   public vtkPResampleFilter() { super(); }
71
72   public vtkPResampleFilter(long id) { super(id); }
73   public native long   VTKInit();
74
75 }