]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkProgrammableSource.java
Mesh API to use Tuple3d instead of Vector3d
[simantics/3d.git] / vtk / src / vtk / vtkProgrammableSource.java
1 // java wrapper for vtkProgrammableSource object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkProgrammableSource extends vtkDataSetAlgorithm\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 SetExecuteMethod_2(Object id0, String id1);\r
19   public void SetExecuteMethod(Object id0, String id1)\r
20     { SetExecuteMethod_2(id0,id1); }\r
21 \r
22   private native long GetPolyDataOutput_3();\r
23   public vtkPolyData GetPolyDataOutput() {\r
24     long temp = GetPolyDataOutput_3();\r
25 \r
26     if (temp == 0) return null;\r
27     return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
28   }\r
29 \r
30   private native long GetStructuredPointsOutput_4();\r
31   public vtkStructuredPoints GetStructuredPointsOutput() {\r
32     long temp = GetStructuredPointsOutput_4();\r
33 \r
34     if (temp == 0) return null;\r
35     return (vtkStructuredPoints)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
36   }\r
37 \r
38   private native long GetStructuredGridOutput_5();\r
39   public vtkStructuredGrid GetStructuredGridOutput() {\r
40     long temp = GetStructuredGridOutput_5();\r
41 \r
42     if (temp == 0) return null;\r
43     return (vtkStructuredGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
44   }\r
45 \r
46   private native long GetUnstructuredGridOutput_6();\r
47   public vtkUnstructuredGrid GetUnstructuredGridOutput() {\r
48     long temp = GetUnstructuredGridOutput_6();\r
49 \r
50     if (temp == 0) return null;\r
51     return (vtkUnstructuredGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
52   }\r
53 \r
54   private native long GetRectilinearGridOutput_7();\r
55   public vtkRectilinearGrid GetRectilinearGridOutput() {\r
56     long temp = GetRectilinearGridOutput_7();\r
57 \r
58     if (temp == 0) return null;\r
59     return (vtkRectilinearGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
60   }\r
61 \r
62   public vtkProgrammableSource() { super(); }\r
63 \r
64   public vtkProgrammableSource(long id) { super(id); }\r
65   public native long   VTKInit();\r
66 \r
67 }\r