]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkRotationalExtrusionFilter.java
Revised native library loading for VTK
[simantics/3d.git] / vtk / src / vtk / vtkRotationalExtrusionFilter.java
1 // java wrapper for vtkRotationalExtrusionFilter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkRotationalExtrusionFilter extends vtkPolyDataAlgorithm
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 SetResolution_2(int id0);
19   public void SetResolution(int id0)
20     { SetResolution_2(id0); }
21
22   private native int GetResolutionMinValue_3();
23   public int GetResolutionMinValue()
24     { return GetResolutionMinValue_3(); }
25
26   private native int GetResolutionMaxValue_4();
27   public int GetResolutionMaxValue()
28     { return GetResolutionMaxValue_4(); }
29
30   private native int GetResolution_5();
31   public int GetResolution()
32     { return GetResolution_5(); }
33
34   private native void SetCapping_6(int id0);
35   public void SetCapping(int id0)
36     { SetCapping_6(id0); }
37
38   private native int GetCapping_7();
39   public int GetCapping()
40     { return GetCapping_7(); }
41
42   private native void CappingOn_8();
43   public void CappingOn()
44     { CappingOn_8(); }
45
46   private native void CappingOff_9();
47   public void CappingOff()
48     { CappingOff_9(); }
49
50   private native void SetAngle_10(double id0);
51   public void SetAngle(double id0)
52     { SetAngle_10(id0); }
53
54   private native double GetAngle_11();
55   public double GetAngle()
56     { return GetAngle_11(); }
57
58   private native void SetTranslation_12(double id0);
59   public void SetTranslation(double id0)
60     { SetTranslation_12(id0); }
61
62   private native double GetTranslation_13();
63   public double GetTranslation()
64     { return GetTranslation_13(); }
65
66   private native void SetDeltaRadius_14(double id0);
67   public void SetDeltaRadius(double id0)
68     { SetDeltaRadius_14(id0); }
69
70   private native double GetDeltaRadius_15();
71   public double GetDeltaRadius()
72     { return GetDeltaRadius_15(); }
73
74   public vtkRotationalExtrusionFilter() { super(); }
75
76   public vtkRotationalExtrusionFilter(long id) { super(id); }
77   public native long   VTKInit();
78
79 }