]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkArcSource.java
Update to SCL intefaces of P3DUtil
[simantics/3d.git] / vtk / src / vtk / vtkArcSource.java
1 // java wrapper for vtkArcSource object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkArcSource 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 SetPoint1_2(double id0,double id1,double id2);
19   public void SetPoint1(double id0,double id1,double id2)
20     { SetPoint1_2(id0,id1,id2); }
21
22   private native void SetPoint1_3(double id0[]);
23   public void SetPoint1(double id0[])
24     { SetPoint1_3(id0); }
25
26   private native double[] GetPoint1_4();
27   public double[] GetPoint1()
28     { return GetPoint1_4(); }
29
30   private native void SetPoint2_5(double id0,double id1,double id2);
31   public void SetPoint2(double id0,double id1,double id2)
32     { SetPoint2_5(id0,id1,id2); }
33
34   private native void SetPoint2_6(double id0[]);
35   public void SetPoint2(double id0[])
36     { SetPoint2_6(id0); }
37
38   private native double[] GetPoint2_7();
39   public double[] GetPoint2()
40     { return GetPoint2_7(); }
41
42   private native void SetCenter_8(double id0,double id1,double id2);
43   public void SetCenter(double id0,double id1,double id2)
44     { SetCenter_8(id0,id1,id2); }
45
46   private native void SetCenter_9(double id0[]);
47   public void SetCenter(double id0[])
48     { SetCenter_9(id0); }
49
50   private native double[] GetCenter_10();
51   public double[] GetCenter()
52     { return GetCenter_10(); }
53
54   private native void SetNormal_11(double id0,double id1,double id2);
55   public void SetNormal(double id0,double id1,double id2)
56     { SetNormal_11(id0,id1,id2); }
57
58   private native void SetNormal_12(double id0[]);
59   public void SetNormal(double id0[])
60     { SetNormal_12(id0); }
61
62   private native double[] GetNormal_13();
63   public double[] GetNormal()
64     { return GetNormal_13(); }
65
66   private native void SetPolarVector_14(double id0,double id1,double id2);
67   public void SetPolarVector(double id0,double id1,double id2)
68     { SetPolarVector_14(id0,id1,id2); }
69
70   private native void SetPolarVector_15(double id0[]);
71   public void SetPolarVector(double id0[])
72     { SetPolarVector_15(id0); }
73
74   private native double[] GetPolarVector_16();
75   public double[] GetPolarVector()
76     { return GetPolarVector_16(); }
77
78   private native void SetAngle_17(double id0);
79   public void SetAngle(double id0)
80     { SetAngle_17(id0); }
81
82   private native double GetAngleMinValue_18();
83   public double GetAngleMinValue()
84     { return GetAngleMinValue_18(); }
85
86   private native double GetAngleMaxValue_19();
87   public double GetAngleMaxValue()
88     { return GetAngleMaxValue_19(); }
89
90   private native double GetAngle_20();
91   public double GetAngle()
92     { return GetAngle_20(); }
93
94   private native void SetResolution_21(int id0);
95   public void SetResolution(int id0)
96     { SetResolution_21(id0); }
97
98   private native int GetResolutionMinValue_22();
99   public int GetResolutionMinValue()
100     { return GetResolutionMinValue_22(); }
101
102   private native int GetResolutionMaxValue_23();
103   public int GetResolutionMaxValue()
104     { return GetResolutionMaxValue_23(); }
105
106   private native int GetResolution_24();
107   public int GetResolution()
108     { return GetResolution_24(); }
109
110   private native void SetNegative_25(boolean id0);
111   public void SetNegative(boolean id0)
112     { SetNegative_25(id0); }
113
114   private native boolean GetNegative_26();
115   public boolean GetNegative()
116     { return GetNegative_26(); }
117
118   private native void NegativeOn_27();
119   public void NegativeOn()
120     { NegativeOn_27(); }
121
122   private native void NegativeOff_28();
123   public void NegativeOff()
124     { NegativeOff_28(); }
125
126   private native void SetUseNormalAndAngle_29(boolean id0);
127   public void SetUseNormalAndAngle(boolean id0)
128     { SetUseNormalAndAngle_29(id0); }
129
130   private native boolean GetUseNormalAndAngle_30();
131   public boolean GetUseNormalAndAngle()
132     { return GetUseNormalAndAngle_30(); }
133
134   private native void UseNormalAndAngleOn_31();
135   public void UseNormalAndAngleOn()
136     { UseNormalAndAngleOn_31(); }
137
138   private native void UseNormalAndAngleOff_32();
139   public void UseNormalAndAngleOff()
140     { UseNormalAndAngleOff_32(); }
141
142   private native void SetOutputPointsPrecision_33(int id0);
143   public void SetOutputPointsPrecision(int id0)
144     { SetOutputPointsPrecision_33(id0); }
145
146   private native int GetOutputPointsPrecision_34();
147   public int GetOutputPointsPrecision()
148     { return GetOutputPointsPrecision_34(); }
149
150   public vtkArcSource() { super(); }
151
152   public vtkArcSource(long id) { super(id); }
153   public native long   VTKInit();
154
155 }