]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkRegularPolygonSource.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkRegularPolygonSource.java
1 // java wrapper for vtkRegularPolygonSource object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkRegularPolygonSource 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 SetNumberOfSides_2(int id0);
19   public void SetNumberOfSides(int id0)
20     { SetNumberOfSides_2(id0); }
21
22   private native int GetNumberOfSidesMinValue_3();
23   public int GetNumberOfSidesMinValue()
24     { return GetNumberOfSidesMinValue_3(); }
25
26   private native int GetNumberOfSidesMaxValue_4();
27   public int GetNumberOfSidesMaxValue()
28     { return GetNumberOfSidesMaxValue_4(); }
29
30   private native int GetNumberOfSides_5();
31   public int GetNumberOfSides()
32     { return GetNumberOfSides_5(); }
33
34   private native void SetCenter_6(double id0,double id1,double id2);
35   public void SetCenter(double id0,double id1,double id2)
36     { SetCenter_6(id0,id1,id2); }
37
38   private native void SetCenter_7(double id0[]);
39   public void SetCenter(double id0[])
40     { SetCenter_7(id0); }
41
42   private native double[] GetCenter_8();
43   public double[] GetCenter()
44     { return GetCenter_8(); }
45
46   private native void SetNormal_9(double id0,double id1,double id2);
47   public void SetNormal(double id0,double id1,double id2)
48     { SetNormal_9(id0,id1,id2); }
49
50   private native void SetNormal_10(double id0[]);
51   public void SetNormal(double id0[])
52     { SetNormal_10(id0); }
53
54   private native double[] GetNormal_11();
55   public double[] GetNormal()
56     { return GetNormal_11(); }
57
58   private native void SetRadius_12(double id0);
59   public void SetRadius(double id0)
60     { SetRadius_12(id0); }
61
62   private native double GetRadius_13();
63   public double GetRadius()
64     { return GetRadius_13(); }
65
66   private native void SetGeneratePolygon_14(int id0);
67   public void SetGeneratePolygon(int id0)
68     { SetGeneratePolygon_14(id0); }
69
70   private native int GetGeneratePolygon_15();
71   public int GetGeneratePolygon()
72     { return GetGeneratePolygon_15(); }
73
74   private native void GeneratePolygonOn_16();
75   public void GeneratePolygonOn()
76     { GeneratePolygonOn_16(); }
77
78   private native void GeneratePolygonOff_17();
79   public void GeneratePolygonOff()
80     { GeneratePolygonOff_17(); }
81
82   private native void SetGeneratePolyline_18(int id0);
83   public void SetGeneratePolyline(int id0)
84     { SetGeneratePolyline_18(id0); }
85
86   private native int GetGeneratePolyline_19();
87   public int GetGeneratePolyline()
88     { return GetGeneratePolyline_19(); }
89
90   private native void GeneratePolylineOn_20();
91   public void GeneratePolylineOn()
92     { GeneratePolylineOn_20(); }
93
94   private native void GeneratePolylineOff_21();
95   public void GeneratePolylineOff()
96     { GeneratePolylineOff_21(); }
97
98   private native void SetOutputPointsPrecision_22(int id0);
99   public void SetOutputPointsPrecision(int id0)
100     { SetOutputPointsPrecision_22(id0); }
101
102   private native int GetOutputPointsPrecision_23();
103   public int GetOutputPointsPrecision()
104     { return GetOutputPointsPrecision_23(); }
105
106   public vtkRegularPolygonSource() { super(); }
107
108   public vtkRegularPolygonSource(long id) { super(id); }
109   public native long   VTKInit();
110
111 }