]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkDelaunay2D.java
Include old 64-bit versions of org.jcae.opencascade and vtk bundles
[simantics/3d.git] / vtk / src / vtk / vtkDelaunay2D.java
1 // java wrapper for vtkDelaunay2D object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkDelaunay2D 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 SetSource_2(vtkPolyData id0);\r
19   public void SetSource(vtkPolyData id0)\r
20     { SetSource_2(id0); }\r
21 \r
22   private native void SetSourceConnection_3(vtkAlgorithmOutput id0);\r
23   public void SetSourceConnection(vtkAlgorithmOutput id0)\r
24     { SetSourceConnection_3(id0); }\r
25 \r
26   private native long GetSource_4();\r
27   public vtkPolyData GetSource() {\r
28     long temp = GetSource_4();\r
29 \r
30     if (temp == 0) return null;\r
31     return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
32   }\r
33 \r
34   private native void SetAlpha_5(double id0);\r
35   public void SetAlpha(double id0)\r
36     { SetAlpha_5(id0); }\r
37 \r
38   private native double GetAlphaMinValue_6();\r
39   public double GetAlphaMinValue()\r
40     { return GetAlphaMinValue_6(); }\r
41 \r
42   private native double GetAlphaMaxValue_7();\r
43   public double GetAlphaMaxValue()\r
44     { return GetAlphaMaxValue_7(); }\r
45 \r
46   private native double GetAlpha_8();\r
47   public double GetAlpha()\r
48     { return GetAlpha_8(); }\r
49 \r
50   private native void SetTolerance_9(double id0);\r
51   public void SetTolerance(double id0)\r
52     { SetTolerance_9(id0); }\r
53 \r
54   private native double GetToleranceMinValue_10();\r
55   public double GetToleranceMinValue()\r
56     { return GetToleranceMinValue_10(); }\r
57 \r
58   private native double GetToleranceMaxValue_11();\r
59   public double GetToleranceMaxValue()\r
60     { return GetToleranceMaxValue_11(); }\r
61 \r
62   private native double GetTolerance_12();\r
63   public double GetTolerance()\r
64     { return GetTolerance_12(); }\r
65 \r
66   private native void SetOffset_13(double id0);\r
67   public void SetOffset(double id0)\r
68     { SetOffset_13(id0); }\r
69 \r
70   private native double GetOffsetMinValue_14();\r
71   public double GetOffsetMinValue()\r
72     { return GetOffsetMinValue_14(); }\r
73 \r
74   private native double GetOffsetMaxValue_15();\r
75   public double GetOffsetMaxValue()\r
76     { return GetOffsetMaxValue_15(); }\r
77 \r
78   private native double GetOffset_16();\r
79   public double GetOffset()\r
80     { return GetOffset_16(); }\r
81 \r
82   private native void SetBoundingTriangulation_17(int id0);\r
83   public void SetBoundingTriangulation(int id0)\r
84     { SetBoundingTriangulation_17(id0); }\r
85 \r
86   private native int GetBoundingTriangulation_18();\r
87   public int GetBoundingTriangulation()\r
88     { return GetBoundingTriangulation_18(); }\r
89 \r
90   private native void BoundingTriangulationOn_19();\r
91   public void BoundingTriangulationOn()\r
92     { BoundingTriangulationOn_19(); }\r
93 \r
94   private native void BoundingTriangulationOff_20();\r
95   public void BoundingTriangulationOff()\r
96     { BoundingTriangulationOff_20(); }\r
97 \r
98   private native void SetTransform_21(vtkAbstractTransform id0);\r
99   public void SetTransform(vtkAbstractTransform id0)\r
100     { SetTransform_21(id0); }\r
101 \r
102   private native long GetTransform_22();\r
103   public vtkAbstractTransform GetTransform() {\r
104     long temp = GetTransform_22();\r
105 \r
106     if (temp == 0) return null;\r
107     return (vtkAbstractTransform)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
108   }\r
109 \r
110   private native void SetProjectionPlaneMode_23(int id0);\r
111   public void SetProjectionPlaneMode(int id0)\r
112     { SetProjectionPlaneMode_23(id0); }\r
113 \r
114   private native int GetProjectionPlaneModeMinValue_24();\r
115   public int GetProjectionPlaneModeMinValue()\r
116     { return GetProjectionPlaneModeMinValue_24(); }\r
117 \r
118   private native int GetProjectionPlaneModeMaxValue_25();\r
119   public int GetProjectionPlaneModeMaxValue()\r
120     { return GetProjectionPlaneModeMaxValue_25(); }\r
121 \r
122   private native int GetProjectionPlaneMode_26();\r
123   public int GetProjectionPlaneMode()\r
124     { return GetProjectionPlaneMode_26(); }\r
125 \r
126   public vtkDelaunay2D() { super(); }\r
127 \r
128   public vtkDelaunay2D(long id) { super(id); }\r
129   public native long   VTKInit();\r
130 \r
131 }\r