// 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(); }