]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkResliceImageViewer.java
PipeRun reverse action
[simantics/3d.git] / vtk / src / vtk / vtkResliceImageViewer.java
index 0db730d741d284665f8199ca05524b7db8a19eb0..8ae96783c745f7b4d49f5345dc7bbb1f6210332d 100644 (file)
-// java wrapper for vtkResliceImageViewer object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkResliceImageViewer extends vtkImageViewer2\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 Render_2();\r
-  public void Render()\r
-    { Render_2(); }\r
-\r
-  private native void SetInput_3(vtkImageData id0);\r
-  public void SetInput(vtkImageData id0)\r
-    { SetInput_3(id0); }\r
-\r
-  private native void SetInputConnection_4(vtkAlgorithmOutput id0);\r
-  public void SetInputConnection(vtkAlgorithmOutput id0)\r
-    { SetInputConnection_4(id0); }\r
-\r
-  private native void SetColorWindow_5(double id0);\r
-  public void SetColorWindow(double id0)\r
-    { SetColorWindow_5(id0); }\r
-\r
-  private native void SetColorLevel_6(double id0);\r
-  public void SetColorLevel(double id0)\r
-    { SetColorLevel_6(id0); }\r
-\r
-  private native long GetResliceCursorWidget_7();\r
-  public vtkResliceCursorWidget GetResliceCursorWidget() {\r
-    long temp = GetResliceCursorWidget_7();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkResliceCursorWidget)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native int GetResliceMode_8();\r
-  public int GetResliceMode()\r
-    { return GetResliceMode_8(); }\r
-\r
-  private native void SetResliceMode_9(int id0);\r
-  public void SetResliceMode(int id0)\r
-    { SetResliceMode_9(id0); }\r
-\r
-  private native void SetResliceModeToAxisAligned_10();\r
-  public void SetResliceModeToAxisAligned()\r
-    { SetResliceModeToAxisAligned_10(); }\r
-\r
-  private native void SetResliceModeToOblique_11();\r
-  public void SetResliceModeToOblique()\r
-    { SetResliceModeToOblique_11(); }\r
-\r
-  private native long GetResliceCursor_12();\r
-  public vtkResliceCursor GetResliceCursor() {\r
-    long temp = GetResliceCursor_12();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkResliceCursor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetResliceCursor_13(vtkResliceCursor id0);\r
-  public void SetResliceCursor(vtkResliceCursor id0)\r
-    { SetResliceCursor_13(id0); }\r
-\r
-  private native void SetLookupTable_14(vtkScalarsToColors id0);\r
-  public void SetLookupTable(vtkScalarsToColors id0)\r
-    { SetLookupTable_14(id0); }\r
-\r
-  private native long GetLookupTable_15();\r
-  public vtkScalarsToColors GetLookupTable() {\r
-    long temp = GetLookupTable_15();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkScalarsToColors)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetThickMode_16(int id0);\r
-  public void SetThickMode(int id0)\r
-    { SetThickMode_16(id0); }\r
-\r
-  private native int GetThickMode_17();\r
-  public int GetThickMode()\r
-    { return GetThickMode_17(); }\r
-\r
-  private native void Reset_18();\r
-  public void Reset()\r
-    { Reset_18(); }\r
-\r
-  private native long GetPointPlacer_19();\r
-  public vtkBoundedPlanePointPlacer GetPointPlacer() {\r
-    long temp = GetPointPlacer_19();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkBoundedPlanePointPlacer)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetMeasurements_20();\r
-  public vtkResliceImageViewerMeasurements GetMeasurements() {\r
-    long temp = GetMeasurements_20();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkResliceImageViewerMeasurements)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetInteractor_21();\r
-  public vtkRenderWindowInteractor GetInteractor() {\r
-    long temp = GetInteractor_21();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkRenderWindowInteractor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetSliceScrollOnMouseWheel_22(int id0);\r
-  public void SetSliceScrollOnMouseWheel(int id0)\r
-    { SetSliceScrollOnMouseWheel_22(id0); }\r
-\r
-  private native int GetSliceScrollOnMouseWheel_23();\r
-  public int GetSliceScrollOnMouseWheel()\r
-    { return GetSliceScrollOnMouseWheel_23(); }\r
-\r
-  private native void SliceScrollOnMouseWheelOn_24();\r
-  public void SliceScrollOnMouseWheelOn()\r
-    { SliceScrollOnMouseWheelOn_24(); }\r
-\r
-  private native void SliceScrollOnMouseWheelOff_25();\r
-  public void SliceScrollOnMouseWheelOff()\r
-    { SliceScrollOnMouseWheelOff_25(); }\r
-\r
-  private native void IncrementSlice_26(int id0);\r
-  public void IncrementSlice(int id0)\r
-    { IncrementSlice_26(id0); }\r
-\r
-  public vtkResliceImageViewer() { super(); }\r
-\r
-  public vtkResliceImageViewer(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkResliceImageViewer object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkResliceImageViewer extends vtkImageViewer2
+{
+
+  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 Render_2();
+  public void Render()
+    { Render_2(); }
+
+  private native void SetInputData_3(vtkImageData id0);
+  public void SetInputData(vtkImageData id0)
+    { SetInputData_3(id0); }
+
+  private native void SetInputConnection_4(vtkAlgorithmOutput id0);
+  public void SetInputConnection(vtkAlgorithmOutput id0)
+    { SetInputConnection_4(id0); }
+
+  private native void SetColorWindow_5(double id0);
+  public void SetColorWindow(double id0)
+    { SetColorWindow_5(id0); }
+
+  private native void SetColorLevel_6(double id0);
+  public void SetColorLevel(double id0)
+    { SetColorLevel_6(id0); }
+
+  private native long GetResliceCursorWidget_7();
+  public vtkResliceCursorWidget GetResliceCursorWidget() {
+    long temp = GetResliceCursorWidget_7();
+
+    if (temp == 0) return null;
+    return (vtkResliceCursorWidget)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native int GetResliceMode_8();
+  public int GetResliceMode()
+    { return GetResliceMode_8(); }
+
+  private native void SetResliceMode_9(int id0);
+  public void SetResliceMode(int id0)
+    { SetResliceMode_9(id0); }
+
+  private native void SetResliceModeToAxisAligned_10();
+  public void SetResliceModeToAxisAligned()
+    { SetResliceModeToAxisAligned_10(); }
+
+  private native void SetResliceModeToOblique_11();
+  public void SetResliceModeToOblique()
+    { SetResliceModeToOblique_11(); }
+
+  private native long GetResliceCursor_12();
+  public vtkResliceCursor GetResliceCursor() {
+    long temp = GetResliceCursor_12();
+
+    if (temp == 0) return null;
+    return (vtkResliceCursor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetResliceCursor_13(vtkResliceCursor id0);
+  public void SetResliceCursor(vtkResliceCursor id0)
+    { SetResliceCursor_13(id0); }
+
+  private native void SetLookupTable_14(vtkScalarsToColors id0);
+  public void SetLookupTable(vtkScalarsToColors id0)
+    { SetLookupTable_14(id0); }
+
+  private native long GetLookupTable_15();
+  public vtkScalarsToColors GetLookupTable() {
+    long temp = GetLookupTable_15();
+
+    if (temp == 0) return null;
+    return (vtkScalarsToColors)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetThickMode_16(int id0);
+  public void SetThickMode(int id0)
+    { SetThickMode_16(id0); }
+
+  private native int GetThickMode_17();
+  public int GetThickMode()
+    { return GetThickMode_17(); }
+
+  private native void Reset_18();
+  public void Reset()
+    { Reset_18(); }
+
+  private native long GetPointPlacer_19();
+  public vtkBoundedPlanePointPlacer GetPointPlacer() {
+    long temp = GetPointPlacer_19();
+
+    if (temp == 0) return null;
+    return (vtkBoundedPlanePointPlacer)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetMeasurements_20();
+  public vtkResliceImageViewerMeasurements GetMeasurements() {
+    long temp = GetMeasurements_20();
+
+    if (temp == 0) return null;
+    return (vtkResliceImageViewerMeasurements)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetInteractor_21();
+  public vtkRenderWindowInteractor GetInteractor() {
+    long temp = GetInteractor_21();
+
+    if (temp == 0) return null;
+    return (vtkRenderWindowInteractor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetSliceScrollOnMouseWheel_22(int id0);
+  public void SetSliceScrollOnMouseWheel(int id0)
+    { SetSliceScrollOnMouseWheel_22(id0); }
+
+  private native int GetSliceScrollOnMouseWheel_23();
+  public int GetSliceScrollOnMouseWheel()
+    { return GetSliceScrollOnMouseWheel_23(); }
+
+  private native void SliceScrollOnMouseWheelOn_24();
+  public void SliceScrollOnMouseWheelOn()
+    { SliceScrollOnMouseWheelOn_24(); }
+
+  private native void SliceScrollOnMouseWheelOff_25();
+  public void SliceScrollOnMouseWheelOff()
+    { SliceScrollOnMouseWheelOff_25(); }
+
+  private native void IncrementSlice_26(int id0);
+  public void IncrementSlice(int id0)
+    { IncrementSlice_26(id0); }
+
+  public vtkResliceImageViewer() { super(); }
+
+  public vtkResliceImageViewer(long id) { super(id); }
+  public native long   VTKInit();
+
+}