]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkView.java
Show busy cursor and block UI input while committing changes
[simantics/3d.git] / vtk / src / vtk / vtkView.java
index cdb7ad697fe3368febc594901ba2f2a16da064af..9c9717bcecb242ab14da067ee2ed0ae2c6cf6fb1 100644 (file)
-// java wrapper for vtkView object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkView extends vtkObject\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 AddRepresentation_2(vtkDataRepresentation id0);\r
-  public void AddRepresentation(vtkDataRepresentation id0)\r
-    { AddRepresentation_2(id0); }\r
-\r
-  private native void SetRepresentation_3(vtkDataRepresentation id0);\r
-  public void SetRepresentation(vtkDataRepresentation id0)\r
-    { SetRepresentation_3(id0); }\r
-\r
-  private native long AddRepresentationFromInputConnection_4(vtkAlgorithmOutput id0);\r
-  public vtkDataRepresentation AddRepresentationFromInputConnection(vtkAlgorithmOutput id0) {\r
-    long temp = AddRepresentationFromInputConnection_4(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkDataRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long SetRepresentationFromInputConnection_5(vtkAlgorithmOutput id0);\r
-  public vtkDataRepresentation SetRepresentationFromInputConnection(vtkAlgorithmOutput id0) {\r
-    long temp = SetRepresentationFromInputConnection_5(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkDataRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long AddRepresentationFromInput_6(vtkDataObject id0);\r
-  public vtkDataRepresentation AddRepresentationFromInput(vtkDataObject id0) {\r
-    long temp = AddRepresentationFromInput_6(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkDataRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long SetRepresentationFromInput_7(vtkDataObject id0);\r
-  public vtkDataRepresentation SetRepresentationFromInput(vtkDataObject id0) {\r
-    long temp = SetRepresentationFromInput_7(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkDataRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void RemoveRepresentation_8(vtkDataRepresentation id0);\r
-  public void RemoveRepresentation(vtkDataRepresentation id0)\r
-    { RemoveRepresentation_8(id0); }\r
-\r
-  private native void RemoveRepresentation_9(vtkAlgorithmOutput id0);\r
-  public void RemoveRepresentation(vtkAlgorithmOutput id0)\r
-    { RemoveRepresentation_9(id0); }\r
-\r
-  private native void RemoveAllRepresentations_10();\r
-  public void RemoveAllRepresentations()\r
-    { RemoveAllRepresentations_10(); }\r
-\r
-  private native int GetNumberOfRepresentations_11();\r
-  public int GetNumberOfRepresentations()\r
-    { return GetNumberOfRepresentations_11(); }\r
-\r
-  private native long GetRepresentation_12(int id0);\r
-  public vtkDataRepresentation GetRepresentation(int id0) {\r
-    long temp = GetRepresentation_12(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkDataRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native boolean IsRepresentationPresent_13(vtkDataRepresentation id0);\r
-  public boolean IsRepresentationPresent(vtkDataRepresentation id0)\r
-    { return IsRepresentationPresent_13(id0); }\r
-\r
-  private native void Update_14();\r
-  public void Update()\r
-    { Update_14(); }\r
-\r
-  private native void ApplyViewTheme_15(vtkViewTheme id0);\r
-  public void ApplyViewTheme(vtkViewTheme id0)\r
-    { ApplyViewTheme_15(id0); }\r
-\r
-  private native long GetObserver_16();\r
-  public vtkCommand GetObserver() {\r
-    long temp = GetObserver_16();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkCommand)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void RegisterProgress_17(vtkObject id0,String id1);\r
-  public void RegisterProgress(vtkObject id0,String id1)\r
-    { RegisterProgress_17(id0,id1); }\r
-\r
-  private native void UnRegisterProgress_18(vtkObject id0);\r
-  public void UnRegisterProgress(vtkObject id0)\r
-    { UnRegisterProgress_18(id0); }\r
-\r
-  public vtkView() { super(); }\r
-\r
-  public vtkView(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkView object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkView extends vtkObject
+{
+
+  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 AddRepresentation_2(vtkDataRepresentation id0);
+  public void AddRepresentation(vtkDataRepresentation id0)
+    { AddRepresentation_2(id0); }
+
+  private native void SetRepresentation_3(vtkDataRepresentation id0);
+  public void SetRepresentation(vtkDataRepresentation id0)
+    { SetRepresentation_3(id0); }
+
+  private native long AddRepresentationFromInputConnection_4(vtkAlgorithmOutput id0);
+  public vtkDataRepresentation AddRepresentationFromInputConnection(vtkAlgorithmOutput id0) {
+    long temp = AddRepresentationFromInputConnection_4(id0);
+
+    if (temp == 0) return null;
+    return (vtkDataRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long SetRepresentationFromInputConnection_5(vtkAlgorithmOutput id0);
+  public vtkDataRepresentation SetRepresentationFromInputConnection(vtkAlgorithmOutput id0) {
+    long temp = SetRepresentationFromInputConnection_5(id0);
+
+    if (temp == 0) return null;
+    return (vtkDataRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long AddRepresentationFromInput_6(vtkDataObject id0);
+  public vtkDataRepresentation AddRepresentationFromInput(vtkDataObject id0) {
+    long temp = AddRepresentationFromInput_6(id0);
+
+    if (temp == 0) return null;
+    return (vtkDataRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long SetRepresentationFromInput_7(vtkDataObject id0);
+  public vtkDataRepresentation SetRepresentationFromInput(vtkDataObject id0) {
+    long temp = SetRepresentationFromInput_7(id0);
+
+    if (temp == 0) return null;
+    return (vtkDataRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void RemoveRepresentation_8(vtkDataRepresentation id0);
+  public void RemoveRepresentation(vtkDataRepresentation id0)
+    { RemoveRepresentation_8(id0); }
+
+  private native void RemoveRepresentation_9(vtkAlgorithmOutput id0);
+  public void RemoveRepresentation(vtkAlgorithmOutput id0)
+    { RemoveRepresentation_9(id0); }
+
+  private native void RemoveAllRepresentations_10();
+  public void RemoveAllRepresentations()
+    { RemoveAllRepresentations_10(); }
+
+  private native int GetNumberOfRepresentations_11();
+  public int GetNumberOfRepresentations()
+    { return GetNumberOfRepresentations_11(); }
+
+  private native long GetRepresentation_12(int id0);
+  public vtkDataRepresentation GetRepresentation(int id0) {
+    long temp = GetRepresentation_12(id0);
+
+    if (temp == 0) return null;
+    return (vtkDataRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native boolean IsRepresentationPresent_13(vtkDataRepresentation id0);
+  public boolean IsRepresentationPresent(vtkDataRepresentation id0)
+    { return IsRepresentationPresent_13(id0); }
+
+  private native void Update_14();
+  public void Update()
+    { Update_14(); }
+
+  private native void ApplyViewTheme_15(vtkViewTheme id0);
+  public void ApplyViewTheme(vtkViewTheme id0)
+    { ApplyViewTheme_15(id0); }
+
+  private native long GetObserver_16();
+  public vtkCommand GetObserver() {
+    long temp = GetObserver_16();
+
+    if (temp == 0) return null;
+    return (vtkCommand)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void RegisterProgress_17(vtkObject id0,String id1);
+  public void RegisterProgress(vtkObject id0,String id1)
+    { RegisterProgress_17(id0,id1); }
+
+  private native void UnRegisterProgress_18(vtkObject id0);
+  public void UnRegisterProgress(vtkObject id0)
+    { UnRegisterProgress_18(id0); }
+
+  public vtkView() { super(); }
+
+  public vtkView(long id) { super(id); }
+  public native long   VTKInit();
+
+}