]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkArcSource.java
Mesh API to use Tuple3d instead of Vector3d
[simantics/3d.git] / vtk / src / vtk / vtkArcSource.java
1 // java wrapper for vtkArcSource object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkArcSource extends vtkPolyDataAlgorithm\r
8 {\r
9 \r
10   private native String GetClassName_0();\r
11   public String GetClassName()\r
12     { return GetClassName_0(); }\r
13 \r
14   private native int IsA_1(String id0);\r
15   public int IsA(String id0)\r
16     { return IsA_1(id0); }\r
17 \r
18   private native void SetPoint1_2(double id0,double id1,double id2);\r
19   public void SetPoint1(double id0,double id1,double id2)\r
20     { SetPoint1_2(id0,id1,id2); }\r
21 \r
22   private native void SetPoint1_3(double id0[]);\r
23   public void SetPoint1(double id0[])\r
24     { SetPoint1_3(id0); }\r
25 \r
26   private native double[] GetPoint1_4();\r
27   public double[] GetPoint1()\r
28     { return GetPoint1_4(); }\r
29 \r
30   private native void SetPoint2_5(double id0,double id1,double id2);\r
31   public void SetPoint2(double id0,double id1,double id2)\r
32     { SetPoint2_5(id0,id1,id2); }\r
33 \r
34   private native void SetPoint2_6(double id0[]);\r
35   public void SetPoint2(double id0[])\r
36     { SetPoint2_6(id0); }\r
37 \r
38   private native double[] GetPoint2_7();\r
39   public double[] GetPoint2()\r
40     { return GetPoint2_7(); }\r
41 \r
42   private native void SetCenter_8(double id0,double id1,double id2);\r
43   public void SetCenter(double id0,double id1,double id2)\r
44     { SetCenter_8(id0,id1,id2); }\r
45 \r
46   private native void SetCenter_9(double id0[]);\r
47   public void SetCenter(double id0[])\r
48     { SetCenter_9(id0); }\r
49 \r
50   private native double[] GetCenter_10();\r
51   public double[] GetCenter()\r
52     { return GetCenter_10(); }\r
53 \r
54   private native void SetResolution_11(int id0);\r
55   public void SetResolution(int id0)\r
56     { SetResolution_11(id0); }\r
57 \r
58   private native int GetResolutionMinValue_12();\r
59   public int GetResolutionMinValue()\r
60     { return GetResolutionMinValue_12(); }\r
61 \r
62   private native int GetResolutionMaxValue_13();\r
63   public int GetResolutionMaxValue()\r
64     { return GetResolutionMaxValue_13(); }\r
65 \r
66   private native int GetResolution_14();\r
67   public int GetResolution()\r
68     { return GetResolution_14(); }\r
69 \r
70   private native void SetNegative_15(boolean id0);\r
71   public void SetNegative(boolean id0)\r
72     { SetNegative_15(id0); }\r
73 \r
74   private native boolean GetNegative_16();\r
75   public boolean GetNegative()\r
76     { return GetNegative_16(); }\r
77 \r
78   private native void NegativeOn_17();\r
79   public void NegativeOn()\r
80     { NegativeOn_17(); }\r
81 \r
82   private native void NegativeOff_18();\r
83   public void NegativeOff()\r
84     { NegativeOff_18(); }\r
85 \r
86   public vtkArcSource() { super(); }\r
87 \r
88   public vtkArcSource(long id) { super(id); }\r
89   public native long   VTKInit();\r
90 \r
91 }\r