X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkResliceImageViewer.java;h=8ae96783c745f7b4d49f5345dc7bbb1f6210332d;hb=e75c2f6a2f0bdef0e8077879664715d99cede843;hp=0db730d741d284665f8199ca05524b7db8a19eb0;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkResliceImageViewer.java b/vtk/src/vtk/vtkResliceImageViewer.java index 0db730d7..8ae96783 100644 --- a/vtk/src/vtk/vtkResliceImageViewer.java +++ b/vtk/src/vtk/vtkResliceImageViewer.java @@ -1,147 +1,147 @@ -// java wrapper for vtkResliceImageViewer object -// - -package vtk; -import vtk.*; - -public class vtkResliceImageViewer extends vtkImageViewer2 -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - 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 SetInput_3(vtkImageData id0); - public void SetInput(vtkImageData id0) - { SetInput_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)vtkObject.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)vtkObject.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)vtkObject.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)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetMeasurements_20(); - public vtkResliceImageViewerMeasurements GetMeasurements() { - long temp = GetMeasurements_20(); - - if (temp == 0) return null; - return (vtkResliceImageViewerMeasurements)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetInteractor_21(); - public vtkRenderWindowInteractor GetInteractor() { - long temp = GetInteractor_21(); - - if (temp == 0) return null; - return (vtkRenderWindowInteractor)vtkObject.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(); - -} +// 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(); + +}