]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkLineSource.java
d749e4c1f7ade4c2ffa0435f3e090ad93495ebf9
[simantics/3d.git] / vtk / src / vtk / vtkLineSource.java
1 // java wrapper for vtkLineSource object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkLineSource 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 SetPoints_8(vtkPoints id0);\r
43   public void SetPoints(vtkPoints id0)\r
44     { SetPoints_8(id0); }\r
45 \r
46   private native long GetPoints_9();\r
47   public vtkPoints GetPoints() {\r
48     long temp = GetPoints_9();\r
49 \r
50     if (temp == 0) return null;\r
51     return (vtkPoints)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
52   }\r
53 \r
54   private native void SetResolution_10(int id0);\r
55   public void SetResolution(int id0)\r
56     { SetResolution_10(id0); }\r
57 \r
58   private native int GetResolutionMinValue_11();\r
59   public int GetResolutionMinValue()\r
60     { return GetResolutionMinValue_11(); }\r
61 \r
62   private native int GetResolutionMaxValue_12();\r
63   public int GetResolutionMaxValue()\r
64     { return GetResolutionMaxValue_12(); }\r
65 \r
66   private native int GetResolution_13();\r
67   public int GetResolution()\r
68     { return GetResolution_13(); }\r
69 \r
70   public vtkLineSource() { super(); }\r
71 \r
72   public vtkLineSource(long id) { super(id); }\r
73   public native long   VTKInit();\r
74 \r
75 }\r