]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkImageNoiseSource.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkImageNoiseSource.java
1 // java wrapper for vtkImageNoiseSource object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkImageNoiseSource 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 SetMinimum_2(double id0);
19   public void SetMinimum(double id0)
20     { SetMinimum_2(id0); }
21
22   private native double GetMinimum_3();
23   public double GetMinimum()
24     { return GetMinimum_3(); }
25
26   private native void SetMaximum_4(double id0);
27   public void SetMaximum(double id0)
28     { SetMaximum_4(id0); }
29
30   private native double GetMaximum_5();
31   public double GetMaximum()
32     { return GetMaximum_5(); }
33
34   private native void SetWholeExtent_6(int id0,int id1,int id2,int id3,int id4,int id5);
35   public void SetWholeExtent(int id0,int id1,int id2,int id3,int id4,int id5)
36     { SetWholeExtent_6(id0,id1,id2,id3,id4,id5); }
37
38   private native void SetWholeExtent_7(int id0[]);
39   public void SetWholeExtent(int id0[])
40     { SetWholeExtent_7(id0); }
41
42   public vtkImageNoiseSource() { super(); }
43
44   public vtkImageNoiseSource(long id) { super(id); }
45   public native long   VTKInit();
46
47 }