]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkProgrammableFilter.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkProgrammableFilter.java
index 8caec24be40428ca8744d64f78b1fa4b591694d0..3807707862b5f02df81fa709a1601c239516e0e7 100644 (file)
-// java wrapper for vtkProgrammableFilter object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkProgrammableFilter extends vtkPassInputTypeAlgorithm\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 GetPolyDataInput_3();\r
-  public vtkPolyData GetPolyDataInput() {\r
-    long temp = GetPolyDataInput_3();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetStructuredPointsInput_4();\r
-  public vtkStructuredPoints GetStructuredPointsInput() {\r
-    long temp = GetStructuredPointsInput_4();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkStructuredPoints)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetStructuredGridInput_5();\r
-  public vtkStructuredGrid GetStructuredGridInput() {\r
-    long temp = GetStructuredGridInput_5();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkStructuredGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetUnstructuredGridInput_6();\r
-  public vtkUnstructuredGrid GetUnstructuredGridInput() {\r
-    long temp = GetUnstructuredGridInput_6();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkUnstructuredGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetRectilinearGridInput_7();\r
-  public vtkRectilinearGrid GetRectilinearGridInput() {\r
-    long temp = GetRectilinearGridInput_7();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkRectilinearGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetGraphInput_8();\r
-  public vtkGraph GetGraphInput() {\r
-    long temp = GetGraphInput_8();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkGraph)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetTableInput_9();\r
-  public vtkTable GetTableInput() {\r
-    long temp = GetTableInput_9();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkTable)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetCopyArrays_10(boolean id0);\r
-  public void SetCopyArrays(boolean id0)\r
-    { SetCopyArrays_10(id0); }\r
-\r
-  private native boolean GetCopyArrays_11();\r
-  public boolean GetCopyArrays()\r
-    { return GetCopyArrays_11(); }\r
-\r
-  private native void CopyArraysOn_12();\r
-  public void CopyArraysOn()\r
-    { CopyArraysOn_12(); }\r
-\r
-  private native void CopyArraysOff_13();\r
-  public void CopyArraysOff()\r
-    { CopyArraysOff_13(); }\r
-\r
-  public vtkProgrammableFilter() { super(); }\r
-\r
-  public vtkProgrammableFilter(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkProgrammableFilter object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkProgrammableFilter extends vtkPassInputTypeAlgorithm
+{
+
+  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 GetPolyDataInput_3();
+  public vtkPolyData GetPolyDataInput() {
+    long temp = GetPolyDataInput_3();
+
+    if (temp == 0) return null;
+    return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetStructuredPointsInput_4();
+  public vtkStructuredPoints GetStructuredPointsInput() {
+    long temp = GetStructuredPointsInput_4();
+
+    if (temp == 0) return null;
+    return (vtkStructuredPoints)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetStructuredGridInput_5();
+  public vtkStructuredGrid GetStructuredGridInput() {
+    long temp = GetStructuredGridInput_5();
+
+    if (temp == 0) return null;
+    return (vtkStructuredGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetUnstructuredGridInput_6();
+  public vtkUnstructuredGrid GetUnstructuredGridInput() {
+    long temp = GetUnstructuredGridInput_6();
+
+    if (temp == 0) return null;
+    return (vtkUnstructuredGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetRectilinearGridInput_7();
+  public vtkRectilinearGrid GetRectilinearGridInput() {
+    long temp = GetRectilinearGridInput_7();
+
+    if (temp == 0) return null;
+    return (vtkRectilinearGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetGraphInput_8();
+  public vtkGraph GetGraphInput() {
+    long temp = GetGraphInput_8();
+
+    if (temp == 0) return null;
+    return (vtkGraph)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetMoleculeInput_9();
+  public vtkMolecule GetMoleculeInput() {
+    long temp = GetMoleculeInput_9();
+
+    if (temp == 0) return null;
+    return (vtkMolecule)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetTableInput_10();
+  public vtkTable GetTableInput() {
+    long temp = GetTableInput_10();
+
+    if (temp == 0) return null;
+    return (vtkTable)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetCopyArrays_11(boolean id0);
+  public void SetCopyArrays(boolean id0)
+    { SetCopyArrays_11(id0); }
+
+  private native boolean GetCopyArrays_12();
+  public boolean GetCopyArrays()
+    { return GetCopyArrays_12(); }
+
+  private native void CopyArraysOn_13();
+  public void CopyArraysOn()
+    { CopyArraysOn_13(); }
+
+  private native void CopyArraysOff_14();
+  public void CopyArraysOff()
+    { CopyArraysOff_14(); }
+
+  public vtkProgrammableFilter() { super(); }
+
+  public vtkProgrammableFilter(long id) { super(id); }
+  public native long   VTKInit();
+
+}