]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkImageViewer.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkImageViewer.java
index 96d5b8cebbb9d7cf828dc567d7b5746aebda9aa6..18b9bc175f90f91f242330cbfd5491e5d8e13f25 100644 (file)
-// java wrapper for vtkImageViewer object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkImageViewer 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 String GetWindowName_2();\r
-  public String GetWindowName()\r
-    { return GetWindowName_2(); }\r
-\r
-  private native void Render_3();\r
-  public void Render()\r
-    { Render_3(); }\r
-\r
-  private native void SetInput_4(vtkImageData id0);\r
-  public void SetInput(vtkImageData id0)\r
-    { SetInput_4(id0); }\r
-\r
-  private native long GetInput_5();\r
-  public vtkImageData GetInput() {\r
-    long temp = GetInput_5();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkImageData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetInputConnection_6(vtkAlgorithmOutput id0);\r
-  public void SetInputConnection(vtkAlgorithmOutput id0)\r
-    { SetInputConnection_6(id0); }\r
-\r
-  private native int GetWholeZMin_7();\r
-  public int GetWholeZMin()\r
-    { return GetWholeZMin_7(); }\r
-\r
-  private native int GetWholeZMax_8();\r
-  public int GetWholeZMax()\r
-    { return GetWholeZMax_8(); }\r
-\r
-  private native int GetZSlice_9();\r
-  public int GetZSlice()\r
-    { return GetZSlice_9(); }\r
-\r
-  private native void SetZSlice_10(int id0);\r
-  public void SetZSlice(int id0)\r
-    { SetZSlice_10(id0); }\r
-\r
-  private native double GetColorWindow_11();\r
-  public double GetColorWindow()\r
-    { return GetColorWindow_11(); }\r
-\r
-  private native double GetColorLevel_12();\r
-  public double GetColorLevel()\r
-    { return GetColorLevel_12(); }\r
-\r
-  private native void SetColorWindow_13(double id0);\r
-  public void SetColorWindow(double id0)\r
-    { SetColorWindow_13(id0); }\r
-\r
-  private native void SetColorLevel_14(double id0);\r
-  public void SetColorLevel(double id0)\r
-    { SetColorLevel_14(id0); }\r
-\r
-  private native int GetGrayScaleHint_15();\r
-  public int GetGrayScaleHint()\r
-    { return GetGrayScaleHint_15(); }\r
-\r
-  private native void SetGrayScaleHint_16(int id0);\r
-  public void SetGrayScaleHint(int id0)\r
-    { SetGrayScaleHint_16(id0); }\r
-\r
-  private native void GrayScaleHintOn_17();\r
-  public void GrayScaleHintOn()\r
-    { GrayScaleHintOn_17(); }\r
-\r
-  private native void GrayScaleHintOff_18();\r
-  public void GrayScaleHintOff()\r
-    { GrayScaleHintOff_18(); }\r
-\r
-  private native int[]  GetPosition_19();\r
-  public int[]  GetPosition()\r
-    { return GetPosition_19(); }\r
-\r
-  private native void SetPosition_20(int id0,int id1);\r
-  public void SetPosition(int id0,int id1)\r
-    { SetPosition_20(id0,id1); }\r
-\r
-  private native void SetPosition_21(int id0[]);\r
-  public void SetPosition(int id0[])\r
-    { SetPosition_21(id0); }\r
-\r
-  private native int[]  GetSize_22();\r
-  public int[]  GetSize()\r
-    { return GetSize_22(); }\r
-\r
-  private native void SetSize_23(int id0,int id1);\r
-  public void SetSize(int id0,int id1)\r
-    { SetSize_23(id0,id1); }\r
-\r
-  private native void SetSize_24(int id0[]);\r
-  public void SetSize(int id0[])\r
-    { SetSize_24(id0); }\r
-\r
-  private native long GetRenderWindow_25();\r
-  public vtkRenderWindow GetRenderWindow() {\r
-    long temp = GetRenderWindow_25();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkRenderWindow)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetRenderer_26();\r
-  public vtkRenderer GetRenderer() {\r
-    long temp = GetRenderer_26();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkRenderer)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetImageMapper_27();\r
-  public vtkImageMapper GetImageMapper() {\r
-    long temp = GetImageMapper_27();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkImageMapper)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetActor2D_28();\r
-  public vtkActor2D GetActor2D() {\r
-    long temp = GetActor2D_28();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkActor2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetupInteractor_29(vtkRenderWindowInteractor id0);\r
-  public void SetupInteractor(vtkRenderWindowInteractor id0)\r
-    { SetupInteractor_29(id0); }\r
-\r
-  private native void SetOffScreenRendering_30(int id0);\r
-  public void SetOffScreenRendering(int id0)\r
-    { SetOffScreenRendering_30(id0); }\r
-\r
-  private native int GetOffScreenRendering_31();\r
-  public int GetOffScreenRendering()\r
-    { return GetOffScreenRendering_31(); }\r
-\r
-  private native void OffScreenRenderingOn_32();\r
-  public void OffScreenRenderingOn()\r
-    { OffScreenRenderingOn_32(); }\r
-\r
-  private native void OffScreenRenderingOff_33();\r
-  public void OffScreenRenderingOff()\r
-    { OffScreenRenderingOff_33(); }\r
-\r
-  public vtkImageViewer() { super(); }\r
-\r
-  public vtkImageViewer(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkImageViewer object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkImageViewer 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 String GetWindowName_2();
+  public String GetWindowName()
+    { return GetWindowName_2(); }
+
+  private native void Render_3();
+  public void Render()
+    { Render_3(); }
+
+  private native void SetInputData_4(vtkImageData id0);
+  public void SetInputData(vtkImageData id0)
+    { SetInputData_4(id0); }
+
+  private native long GetInput_5();
+  public vtkImageData GetInput() {
+    long temp = GetInput_5();
+
+    if (temp == 0) return null;
+    return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetInputConnection_6(vtkAlgorithmOutput id0);
+  public void SetInputConnection(vtkAlgorithmOutput id0)
+    { SetInputConnection_6(id0); }
+
+  private native int GetWholeZMin_7();
+  public int GetWholeZMin()
+    { return GetWholeZMin_7(); }
+
+  private native int GetWholeZMax_8();
+  public int GetWholeZMax()
+    { return GetWholeZMax_8(); }
+
+  private native int GetZSlice_9();
+  public int GetZSlice()
+    { return GetZSlice_9(); }
+
+  private native void SetZSlice_10(int id0);
+  public void SetZSlice(int id0)
+    { SetZSlice_10(id0); }
+
+  private native double GetColorWindow_11();
+  public double GetColorWindow()
+    { return GetColorWindow_11(); }
+
+  private native double GetColorLevel_12();
+  public double GetColorLevel()
+    { return GetColorLevel_12(); }
+
+  private native void SetColorWindow_13(double id0);
+  public void SetColorWindow(double id0)
+    { SetColorWindow_13(id0); }
+
+  private native void SetColorLevel_14(double id0);
+  public void SetColorLevel(double id0)
+    { SetColorLevel_14(id0); }
+
+  private native int[]  GetPosition_15();
+  public int[]  GetPosition()
+    { return GetPosition_15(); }
+
+  private native void SetPosition_16(int id0,int id1);
+  public void SetPosition(int id0,int id1)
+    { SetPosition_16(id0,id1); }
+
+  private native void SetPosition_17(int id0[]);
+  public void SetPosition(int id0[])
+    { SetPosition_17(id0); }
+
+  private native int[]  GetSize_18();
+  public int[]  GetSize()
+    { return GetSize_18(); }
+
+  private native void SetSize_19(int id0,int id1);
+  public void SetSize(int id0,int id1)
+    { SetSize_19(id0,id1); }
+
+  private native void SetSize_20(int id0[]);
+  public void SetSize(int id0[])
+    { SetSize_20(id0); }
+
+  private native long GetRenderWindow_21();
+  public vtkRenderWindow GetRenderWindow() {
+    long temp = GetRenderWindow_21();
+
+    if (temp == 0) return null;
+    return (vtkRenderWindow)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetRenderWindow_22(vtkRenderWindow id0);
+  public void SetRenderWindow(vtkRenderWindow id0)
+    { SetRenderWindow_22(id0); }
+
+  private native long GetRenderer_23();
+  public vtkRenderer GetRenderer() {
+    long temp = GetRenderer_23();
+
+    if (temp == 0) return null;
+    return (vtkRenderer)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetImageMapper_24();
+  public vtkImageMapper GetImageMapper() {
+    long temp = GetImageMapper_24();
+
+    if (temp == 0) return null;
+    return (vtkImageMapper)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetActor2D_25();
+  public vtkActor2D GetActor2D() {
+    long temp = GetActor2D_25();
+
+    if (temp == 0) return null;
+    return (vtkActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetupInteractor_26(vtkRenderWindowInteractor id0);
+  public void SetupInteractor(vtkRenderWindowInteractor id0)
+    { SetupInteractor_26(id0); }
+
+  private native void SetOffScreenRendering_27(int id0);
+  public void SetOffScreenRendering(int id0)
+    { SetOffScreenRendering_27(id0); }
+
+  private native int GetOffScreenRendering_28();
+  public int GetOffScreenRendering()
+    { return GetOffScreenRendering_28(); }
+
+  private native void OffScreenRenderingOn_29();
+  public void OffScreenRenderingOn()
+    { OffScreenRenderingOn_29(); }
+
+  private native void OffScreenRenderingOff_30();
+  public void OffScreenRenderingOff()
+    { OffScreenRenderingOff_30(); }
+
+  public vtkImageViewer() { super(); }
+
+  public vtkImageViewer(long id) { super(id); }
+  public native long   VTKInit();
+
+}