]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkInformationExecutivePortKey.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkInformationExecutivePortKey.java
index bd55f95d54a0e19beaacff9b2f69f82306c2f161..84cd13a727211b7e88d9d9a5d1790bcb7546fd18 100644 (file)
@@ -1,46 +1,54 @@
-// java wrapper for vtkInformationExecutivePortKey object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkInformationExecutivePortKey extends vtkInformationKey\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 Set_2(vtkInformation id0,vtkExecutive id1,int id2);\r
-  public void Set(vtkInformation id0,vtkExecutive id1,int id2)\r
-    { Set_2(id0,id1,id2); }\r
-\r
-  private native long GetExecutive_3(vtkInformation id0);\r
-  public vtkExecutive GetExecutive(vtkInformation id0) {\r
-    long temp = GetExecutive_3(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkExecutive)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native int GetPort_4(vtkInformation id0);\r
-  public int GetPort(vtkInformation id0)\r
-    { return GetPort_4(id0); }\r
-\r
-  private native void ShallowCopy_5(vtkInformation id0,vtkInformation id1);\r
-  public void ShallowCopy(vtkInformation id0,vtkInformation id1)\r
-    { ShallowCopy_5(id0,id1); }\r
-\r
-  private native void Report_6(vtkInformation id0,vtkGarbageCollector id1);\r
-  public void Report(vtkInformation id0,vtkGarbageCollector id1)\r
-    { Report_6(id0,id1); }\r
-\r
-  public vtkInformationExecutivePortKey() { super(); }\r
-\r
-  public vtkInformationExecutivePortKey(long id) { super(id); }\r
-\r
-}\r
+// java wrapper for vtkInformationExecutivePortKey object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkInformationExecutivePortKey extends vtkInformationKey
+{
+
+  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 long MakeKey_2(String id0,String id1);
+  public vtkInformationExecutivePortKey MakeKey(String id0,String id1) {
+    long temp = MakeKey_2(id0,id1);
+
+    if (temp == 0) return null;
+    return (vtkInformationExecutivePortKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void Set_3(vtkInformation id0,vtkExecutive id1,int id2);
+  public void Set(vtkInformation id0,vtkExecutive id1,int id2)
+    { Set_3(id0,id1,id2); }
+
+  private native long GetExecutive_4(vtkInformation id0);
+  public vtkExecutive GetExecutive(vtkInformation id0) {
+    long temp = GetExecutive_4(id0);
+
+    if (temp == 0) return null;
+    return (vtkExecutive)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native int GetPort_5(vtkInformation id0);
+  public int GetPort(vtkInformation id0)
+    { return GetPort_5(id0); }
+
+  private native void ShallowCopy_6(vtkInformation id0,vtkInformation id1);
+  public void ShallowCopy(vtkInformation id0,vtkInformation id1)
+    { ShallowCopy_6(id0,id1); }
+
+  private native void Report_7(vtkInformation id0,vtkGarbageCollector id1);
+  public void Report(vtkInformation id0,vtkGarbageCollector id1)
+    { Report_7(id0,id1); }
+
+  public vtkInformationExecutivePortKey() { super(); }
+
+  public vtkInformationExecutivePortKey(long id) { super(id); }
+
+}