]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkProjectSphereFilter.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkProjectSphereFilter.java
1 // java wrapper for vtkProjectSphereFilter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkProjectSphereFilter extends vtkPointSetAlgorithm
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 SetCenter_2(double id0,double id1,double id2);
19   public void SetCenter(double id0,double id1,double id2)
20     { SetCenter_2(id0,id1,id2); }
21
22   private native void SetCenter_3(double id0[]);
23   public void SetCenter(double id0[])
24     { SetCenter_3(id0); }
25
26   private native double[] GetCenter_4();
27   public double[] GetCenter()
28     { return GetCenter_4(); }
29
30   private native boolean GetKeepPolePoints_5();
31   public boolean GetKeepPolePoints()
32     { return GetKeepPolePoints_5(); }
33
34   private native void SetKeepPolePoints_6(boolean id0);
35   public void SetKeepPolePoints(boolean id0)
36     { SetKeepPolePoints_6(id0); }
37
38   private native void KeepPolePointsOn_7();
39   public void KeepPolePointsOn()
40     { KeepPolePointsOn_7(); }
41
42   private native void KeepPolePointsOff_8();
43   public void KeepPolePointsOff()
44     { KeepPolePointsOff_8(); }
45
46   private native boolean GetTranslateZ_9();
47   public boolean GetTranslateZ()
48     { return GetTranslateZ_9(); }
49
50   private native void SetTranslateZ_10(boolean id0);
51   public void SetTranslateZ(boolean id0)
52     { SetTranslateZ_10(id0); }
53
54   private native void TranslateZOn_11();
55   public void TranslateZOn()
56     { TranslateZOn_11(); }
57
58   private native void TranslateZOff_12();
59   public void TranslateZOff()
60     { TranslateZOff_12(); }
61
62   public vtkProjectSphereFilter() { super(); }
63
64   public vtkProjectSphereFilter(long id) { super(id); }
65   public native long   VTKInit();
66
67 }