]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkInformationRequestKey.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkInformationRequestKey.java
index 9304647159a377548760ec6e158bb42ffd8ab83f..f6dcc1e3e7307749e00cab44446fda3722b2968c 100644 (file)
@@ -1,38 +1,46 @@
-// java wrapper for vtkInformationRequestKey object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkInformationRequestKey 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);\r
-  public void Set(vtkInformation id0)\r
-    { Set_2(id0); }\r
-\r
-  private native void Remove_3(vtkInformation id0);\r
-  public void Remove(vtkInformation id0)\r
-    { Remove_3(id0); }\r
-\r
-  private native int Has_4(vtkInformation id0);\r
-  public int Has(vtkInformation id0)\r
-    { return Has_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
-  public vtkInformationRequestKey() { super(); }\r
-\r
-  public vtkInformationRequestKey(long id) { super(id); }\r
-\r
-}\r
+// java wrapper for vtkInformationRequestKey object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkInformationRequestKey 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 vtkInformationRequestKey MakeKey(String id0,String id1) {
+    long temp = MakeKey_2(id0,id1);
+
+    if (temp == 0) return null;
+    return (vtkInformationRequestKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void Set_3(vtkInformation id0);
+  public void Set(vtkInformation id0)
+    { Set_3(id0); }
+
+  private native void Remove_4(vtkInformation id0);
+  public void Remove(vtkInformation id0)
+    { Remove_4(id0); }
+
+  private native int Has_5(vtkInformation id0);
+  public int Has(vtkInformation id0)
+    { return Has_5(id0); }
+
+  private native void ShallowCopy_6(vtkInformation id0,vtkInformation id1);
+  public void ShallowCopy(vtkInformation id0,vtkInformation id1)
+    { ShallowCopy_6(id0,id1); }
+
+  public vtkInformationRequestKey() { super(); }
+
+  public vtkInformationRequestKey(long id) { super(id); }
+
+}