]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkEllipseArcSource.java
Revised native library loading for VTK
[simantics/3d.git] / vtk / src / vtk / vtkEllipseArcSource.java
1 // java wrapper for vtkEllipseArcSource object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkEllipseArcSource 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 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 void SetNormal_5(double id0,double id1,double id2);
31   public void SetNormal(double id0,double id1,double id2)
32     { SetNormal_5(id0,id1,id2); }
33
34   private native void SetNormal_6(double id0[]);
35   public void SetNormal(double id0[])
36     { SetNormal_6(id0); }
37
38   private native double[] GetNormal_7();
39   public double[] GetNormal()
40     { return GetNormal_7(); }
41
42   private native void SetMajorRadiusVector_8(double id0,double id1,double id2);
43   public void SetMajorRadiusVector(double id0,double id1,double id2)
44     { SetMajorRadiusVector_8(id0,id1,id2); }
45
46   private native void SetMajorRadiusVector_9(double id0[]);
47   public void SetMajorRadiusVector(double id0[])
48     { SetMajorRadiusVector_9(id0); }
49
50   private native double[] GetMajorRadiusVector_10();
51   public double[] GetMajorRadiusVector()
52     { return GetMajorRadiusVector_10(); }
53
54   private native void SetStartAngle_11(double id0);
55   public void SetStartAngle(double id0)
56     { SetStartAngle_11(id0); }
57
58   private native double GetStartAngleMinValue_12();
59   public double GetStartAngleMinValue()
60     { return GetStartAngleMinValue_12(); }
61
62   private native double GetStartAngleMaxValue_13();
63   public double GetStartAngleMaxValue()
64     { return GetStartAngleMaxValue_13(); }
65
66   private native double GetStartAngle_14();
67   public double GetStartAngle()
68     { return GetStartAngle_14(); }
69
70   private native void SetSegmentAngle_15(double id0);
71   public void SetSegmentAngle(double id0)
72     { SetSegmentAngle_15(id0); }
73
74   private native double GetSegmentAngleMinValue_16();
75   public double GetSegmentAngleMinValue()
76     { return GetSegmentAngleMinValue_16(); }
77
78   private native double GetSegmentAngleMaxValue_17();
79   public double GetSegmentAngleMaxValue()
80     { return GetSegmentAngleMaxValue_17(); }
81
82   private native double GetSegmentAngle_18();
83   public double GetSegmentAngle()
84     { return GetSegmentAngle_18(); }
85
86   private native void SetResolution_19(int id0);
87   public void SetResolution(int id0)
88     { SetResolution_19(id0); }
89
90   private native int GetResolutionMinValue_20();
91   public int GetResolutionMinValue()
92     { return GetResolutionMinValue_20(); }
93
94   private native int GetResolutionMaxValue_21();
95   public int GetResolutionMaxValue()
96     { return GetResolutionMaxValue_21(); }
97
98   private native int GetResolution_22();
99   public int GetResolution()
100     { return GetResolution_22(); }
101
102   private native void SetOutputPointsPrecision_23(int id0);
103   public void SetOutputPointsPrecision(int id0)
104     { SetOutputPointsPrecision_23(id0); }
105
106   private native int GetOutputPointsPrecision_24();
107   public int GetOutputPointsPrecision()
108     { return GetOutputPointsPrecision_24(); }
109
110   private native void SetRatio_25(double id0);
111   public void SetRatio(double id0)
112     { SetRatio_25(id0); }
113
114   private native double GetRatioMinValue_26();
115   public double GetRatioMinValue()
116     { return GetRatioMinValue_26(); }
117
118   private native double GetRatioMaxValue_27();
119   public double GetRatioMaxValue()
120     { return GetRatioMaxValue_27(); }
121
122   private native double GetRatio_28();
123   public double GetRatio()
124     { return GetRatio_28(); }
125
126   public vtkEllipseArcSource() { super(); }
127
128   public vtkEllipseArcSource(long id) { super(id); }
129   public native long   VTKInit();
130
131 }