]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkSuperquadricSource.java
Mesh API to use Tuple3d instead of Vector3d
[simantics/3d.git] / vtk / src / vtk / vtkSuperquadricSource.java
1 // java wrapper for vtkSuperquadricSource object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkSuperquadricSource 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 SetCenter_2(double id0,double id1,double id2);\r
19   public void SetCenter(double id0,double id1,double id2)\r
20     { SetCenter_2(id0,id1,id2); }\r
21 \r
22   private native void SetCenter_3(double id0[]);\r
23   public void SetCenter(double id0[])\r
24     { SetCenter_3(id0); }\r
25 \r
26   private native double[] GetCenter_4();\r
27   public double[] GetCenter()\r
28     { return GetCenter_4(); }\r
29 \r
30   private native void SetScale_5(double id0,double id1,double id2);\r
31   public void SetScale(double id0,double id1,double id2)\r
32     { SetScale_5(id0,id1,id2); }\r
33 \r
34   private native void SetScale_6(double id0[]);\r
35   public void SetScale(double id0[])\r
36     { SetScale_6(id0); }\r
37 \r
38   private native double[] GetScale_7();\r
39   public double[] GetScale()\r
40     { return GetScale_7(); }\r
41 \r
42   private native int GetThetaResolution_8();\r
43   public int GetThetaResolution()\r
44     { return GetThetaResolution_8(); }\r
45 \r
46   private native void SetThetaResolution_9(int id0);\r
47   public void SetThetaResolution(int id0)\r
48     { SetThetaResolution_9(id0); }\r
49 \r
50   private native int GetPhiResolution_10();\r
51   public int GetPhiResolution()\r
52     { return GetPhiResolution_10(); }\r
53 \r
54   private native void SetPhiResolution_11(int id0);\r
55   public void SetPhiResolution(int id0)\r
56     { SetPhiResolution_11(id0); }\r
57 \r
58   private native double GetThickness_12();\r
59   public double GetThickness()\r
60     { return GetThickness_12(); }\r
61 \r
62   private native void SetThickness_13(double id0);\r
63   public void SetThickness(double id0)\r
64     { SetThickness_13(id0); }\r
65 \r
66   private native double GetThicknessMinValue_14();\r
67   public double GetThicknessMinValue()\r
68     { return GetThicknessMinValue_14(); }\r
69 \r
70   private native double GetThicknessMaxValue_15();\r
71   public double GetThicknessMaxValue()\r
72     { return GetThicknessMaxValue_15(); }\r
73 \r
74   private native double GetPhiRoundness_16();\r
75   public double GetPhiRoundness()\r
76     { return GetPhiRoundness_16(); }\r
77 \r
78   private native void SetPhiRoundness_17(double id0);\r
79   public void SetPhiRoundness(double id0)\r
80     { SetPhiRoundness_17(id0); }\r
81 \r
82   private native double GetThetaRoundness_18();\r
83   public double GetThetaRoundness()\r
84     { return GetThetaRoundness_18(); }\r
85 \r
86   private native void SetThetaRoundness_19(double id0);\r
87   public void SetThetaRoundness(double id0)\r
88     { SetThetaRoundness_19(id0); }\r
89 \r
90   private native void SetSize_20(double id0);\r
91   public void SetSize(double id0)\r
92     { SetSize_20(id0); }\r
93 \r
94   private native double GetSize_21();\r
95   public double GetSize()\r
96     { return GetSize_21(); }\r
97 \r
98   private native void ToroidalOn_22();\r
99   public void ToroidalOn()\r
100     { ToroidalOn_22(); }\r
101 \r
102   private native void ToroidalOff_23();\r
103   public void ToroidalOff()\r
104     { ToroidalOff_23(); }\r
105 \r
106   private native int GetToroidal_24();\r
107   public int GetToroidal()\r
108     { return GetToroidal_24(); }\r
109 \r
110   private native void SetToroidal_25(int id0);\r
111   public void SetToroidal(int id0)\r
112     { SetToroidal_25(id0); }\r
113 \r
114   public vtkSuperquadricSource() { super(); }\r
115 \r
116   public vtkSuperquadricSource(long id) { super(id); }\r
117   public native long   VTKInit();\r
118 \r
119 }\r