// java wrapper for vtkImageViewer object // package vtk; import vtk.*; public class vtkImageViewer extends vtkObject { 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 String GetWindowName_2(); public String GetWindowName() { return GetWindowName_2(); } private native void Render_3(); public void Render() { Render_3(); } private native void SetInput_4(vtkImageData id0); public void SetInput(vtkImageData id0) { SetInput_4(id0); } private native long GetInput_5(); public vtkImageData GetInput() { long temp = GetInput_5(); if (temp == 0) return null; return (vtkImageData)vtkObject.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 GetGrayScaleHint_15(); public int GetGrayScaleHint() { return GetGrayScaleHint_15(); } private native void SetGrayScaleHint_16(int id0); public void SetGrayScaleHint(int id0) { SetGrayScaleHint_16(id0); } private native void GrayScaleHintOn_17(); public void GrayScaleHintOn() { GrayScaleHintOn_17(); } private native void GrayScaleHintOff_18(); public void GrayScaleHintOff() { GrayScaleHintOff_18(); } private native int[] GetPosition_19(); public int[] GetPosition() { return GetPosition_19(); } private native void SetPosition_20(int id0,int id1); public void SetPosition(int id0,int id1) { SetPosition_20(id0,id1); } private native void SetPosition_21(int id0[]); public void SetPosition(int id0[]) { SetPosition_21(id0); } private native int[] GetSize_22(); public int[] GetSize() { return GetSize_22(); } private native void SetSize_23(int id0,int id1); public void SetSize(int id0,int id1) { SetSize_23(id0,id1); } private native void SetSize_24(int id0[]); public void SetSize(int id0[]) { SetSize_24(id0); } private native long GetRenderWindow_25(); public vtkRenderWindow GetRenderWindow() { long temp = GetRenderWindow_25(); if (temp == 0) return null; return (vtkRenderWindow)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetRenderer_26(); public vtkRenderer GetRenderer() { long temp = GetRenderer_26(); if (temp == 0) return null; return (vtkRenderer)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetImageMapper_27(); public vtkImageMapper GetImageMapper() { long temp = GetImageMapper_27(); if (temp == 0) return null; return (vtkImageMapper)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetActor2D_28(); public vtkActor2D GetActor2D() { long temp = GetActor2D_28(); if (temp == 0) return null; return (vtkActor2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetupInteractor_29(vtkRenderWindowInteractor id0); public void SetupInteractor(vtkRenderWindowInteractor id0) { SetupInteractor_29(id0); } private native void SetOffScreenRendering_30(int id0); public void SetOffScreenRendering(int id0) { SetOffScreenRendering_30(id0); } private native int GetOffScreenRendering_31(); public int GetOffScreenRendering() { return GetOffScreenRendering_31(); } private native void OffScreenRenderingOn_32(); public void OffScreenRenderingOn() { OffScreenRenderingOn_32(); } private native void OffScreenRenderingOff_33(); public void OffScreenRenderingOff() { OffScreenRenderingOff_33(); } public vtkImageViewer() { super(); } public vtkImageViewer(long id) { super(id); } public native long VTKInit(); }