]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkProgrammableSource.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkProgrammableSource.java
index 105d0e0069fa2b1542d322c185477d6ec2215e0b..3a520abb6cc91e6220e0e1b722e171061bcb9486 100644 (file)
@@ -1,67 +1,91 @@
-// java wrapper for vtkProgrammableSource object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkProgrammableSource extends vtkDataSetAlgorithm\r
-{\r
-\r
-  private native String GetClassName_0();\r
-  public String GetClassName()\r
-    { return GetClassName_0(); }\r
-\r
-  private native int IsA_1(String id0);\r
-  public int IsA(String id0)\r
-    { return IsA_1(id0); }\r
-\r
-  private native void SetExecuteMethod_2(Object id0, String id1);\r
-  public void SetExecuteMethod(Object id0, String id1)\r
-    { SetExecuteMethod_2(id0,id1); }\r
-\r
-  private native long GetPolyDataOutput_3();\r
-  public vtkPolyData GetPolyDataOutput() {\r
-    long temp = GetPolyDataOutput_3();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetStructuredPointsOutput_4();\r
-  public vtkStructuredPoints GetStructuredPointsOutput() {\r
-    long temp = GetStructuredPointsOutput_4();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkStructuredPoints)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetStructuredGridOutput_5();\r
-  public vtkStructuredGrid GetStructuredGridOutput() {\r
-    long temp = GetStructuredGridOutput_5();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkStructuredGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetUnstructuredGridOutput_6();\r
-  public vtkUnstructuredGrid GetUnstructuredGridOutput() {\r
-    long temp = GetUnstructuredGridOutput_6();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkUnstructuredGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetRectilinearGridOutput_7();\r
-  public vtkRectilinearGrid GetRectilinearGridOutput() {\r
-    long temp = GetRectilinearGridOutput_7();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkRectilinearGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  public vtkProgrammableSource() { super(); }\r
-\r
-  public vtkProgrammableSource(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkProgrammableSource object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkProgrammableSource extends vtkDataObjectAlgorithm
+{
+
+  private native int IsTypeOf_0(String id0);
+  public int IsTypeOf(String id0)
+    { return IsTypeOf_0(id0); }
+
+  private native int IsA_1(String id0);
+  public int IsA(String id0)
+    { return IsA_1(id0); }
+
+  private native void SetExecuteMethod_2(Object id0, String id1);
+  public void SetExecuteMethod(Object id0, String id1)
+    { SetExecuteMethod_2(id0,id1); }
+
+  private native long GetPolyDataOutput_3();
+  public vtkPolyData GetPolyDataOutput() {
+    long temp = GetPolyDataOutput_3();
+
+    if (temp == 0) return null;
+    return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetStructuredPointsOutput_4();
+  public vtkStructuredPoints GetStructuredPointsOutput() {
+    long temp = GetStructuredPointsOutput_4();
+
+    if (temp == 0) return null;
+    return (vtkStructuredPoints)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetStructuredGridOutput_5();
+  public vtkStructuredGrid GetStructuredGridOutput() {
+    long temp = GetStructuredGridOutput_5();
+
+    if (temp == 0) return null;
+    return (vtkStructuredGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetUnstructuredGridOutput_6();
+  public vtkUnstructuredGrid GetUnstructuredGridOutput() {
+    long temp = GetUnstructuredGridOutput_6();
+
+    if (temp == 0) return null;
+    return (vtkUnstructuredGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetRectilinearGridOutput_7();
+  public vtkRectilinearGrid GetRectilinearGridOutput() {
+    long temp = GetRectilinearGridOutput_7();
+
+    if (temp == 0) return null;
+    return (vtkRectilinearGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetGraphOutput_8();
+  public vtkGraph GetGraphOutput() {
+    long temp = GetGraphOutput_8();
+
+    if (temp == 0) return null;
+    return (vtkGraph)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetMoleculeOutput_9();
+  public vtkMolecule GetMoleculeOutput() {
+    long temp = GetMoleculeOutput_9();
+
+    if (temp == 0) return null;
+    return (vtkMolecule)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetTableOutput_10();
+  public vtkTable GetTableOutput() {
+    long temp = GetTableOutput_10();
+
+    if (temp == 0) return null;
+    return (vtkTable)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  public vtkProgrammableSource() { super(); }
+
+  public vtkProgrammableSource(long id) { super(id); }
+  public native long   VTKInit();
+
+}