X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkImageMapper.java;h=68e6b4e9198cc345e7759f0b21e9e14b2daaaf4e;hb=79528578707a2103753d895b520fdc6439f52d3e;hp=1ab15a1332b6f2aa95e6737de0d9657e62213909;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkImageMapper.java b/vtk/src/vtk/vtkImageMapper.java index 1ab15a13..68e6b4e9 100644 --- a/vtk/src/vtk/vtkImageMapper.java +++ b/vtk/src/vtk/vtkImageMapper.java @@ -1,127 +1,127 @@ -// java wrapper for vtkImageMapper object -// - -package vtk; -import vtk.*; - -public class vtkImageMapper extends vtkMapper2D -{ - - 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 int GetMTime_2(); - public int GetMTime() - { return GetMTime_2(); } - - private native void SetColorWindow_3(double id0); - public void SetColorWindow(double id0) - { SetColorWindow_3(id0); } - - private native double GetColorWindow_4(); - public double GetColorWindow() - { return GetColorWindow_4(); } - - private native void SetColorLevel_5(double id0); - public void SetColorLevel(double id0) - { SetColorLevel_5(id0); } - - private native double GetColorLevel_6(); - public double GetColorLevel() - { return GetColorLevel_6(); } - - private native void SetZSlice_7(int id0); - public void SetZSlice(int id0) - { SetZSlice_7(id0); } - - private native int GetZSlice_8(); - public int GetZSlice() - { return GetZSlice_8(); } - - private native int GetWholeZMin_9(); - public int GetWholeZMin() - { return GetWholeZMin_9(); } - - private native int GetWholeZMax_10(); - public int GetWholeZMax() - { return GetWholeZMax_10(); } - - private native void RenderStart_11(vtkViewport id0,vtkActor2D id1); - public void RenderStart(vtkViewport id0,vtkActor2D id1) - { RenderStart_11(id0,id1); } - - private native void RenderData_12(vtkViewport id0,vtkImageData id1,vtkActor2D id2); - public void RenderData(vtkViewport id0,vtkImageData id1,vtkActor2D id2) - { RenderData_12(id0,id1,id2); } - - private native double GetColorShift_13(); - public double GetColorShift() - { return GetColorShift_13(); } - - private native double GetColorScale_14(); - public double GetColorScale() - { return GetColorScale_14(); } - - private native void SetInput_15(vtkImageData id0); - public void SetInput(vtkImageData id0) - { SetInput_15(id0); } - - private native long GetInput_16(); - public vtkImageData GetInput() { - long temp = GetInput_16(); - - if (temp == 0) return null; - return (vtkImageData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetRenderToRectangle_17(int id0); - public void SetRenderToRectangle(int id0) - { SetRenderToRectangle_17(id0); } - - private native int GetRenderToRectangle_18(); - public int GetRenderToRectangle() - { return GetRenderToRectangle_18(); } - - private native void RenderToRectangleOn_19(); - public void RenderToRectangleOn() - { RenderToRectangleOn_19(); } - - private native void RenderToRectangleOff_20(); - public void RenderToRectangleOff() - { RenderToRectangleOff_20(); } - - private native void SetUseCustomExtents_21(int id0); - public void SetUseCustomExtents(int id0) - { SetUseCustomExtents_21(id0); } - - private native int GetUseCustomExtents_22(); - public int GetUseCustomExtents() - { return GetUseCustomExtents_22(); } - - private native void UseCustomExtentsOn_23(); - public void UseCustomExtentsOn() - { UseCustomExtentsOn_23(); } - - private native void UseCustomExtentsOff_24(); - public void UseCustomExtentsOff() - { UseCustomExtentsOff_24(); } - - private native void SetCustomDisplayExtents_25(int id0[]); - public void SetCustomDisplayExtents(int id0[]) - { SetCustomDisplayExtents_25(id0); } - - private native int[] GetCustomDisplayExtents_26(); - public int[] GetCustomDisplayExtents() - { return GetCustomDisplayExtents_26(); } - - public vtkImageMapper() { super(); } - - public vtkImageMapper(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkImageMapper object +// + +package vtk; +import vtk.*; + +public class vtkImageMapper extends vtkMapper2D +{ + + 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 int GetMTime_2(); + public int GetMTime() + { return GetMTime_2(); } + + private native void SetColorWindow_3(double id0); + public void SetColorWindow(double id0) + { SetColorWindow_3(id0); } + + private native double GetColorWindow_4(); + public double GetColorWindow() + { return GetColorWindow_4(); } + + private native void SetColorLevel_5(double id0); + public void SetColorLevel(double id0) + { SetColorLevel_5(id0); } + + private native double GetColorLevel_6(); + public double GetColorLevel() + { return GetColorLevel_6(); } + + private native void SetZSlice_7(int id0); + public void SetZSlice(int id0) + { SetZSlice_7(id0); } + + private native int GetZSlice_8(); + public int GetZSlice() + { return GetZSlice_8(); } + + private native int GetWholeZMin_9(); + public int GetWholeZMin() + { return GetWholeZMin_9(); } + + private native int GetWholeZMax_10(); + public int GetWholeZMax() + { return GetWholeZMax_10(); } + + private native void RenderStart_11(vtkViewport id0,vtkActor2D id1); + public void RenderStart(vtkViewport id0,vtkActor2D id1) + { RenderStart_11(id0,id1); } + + private native void RenderData_12(vtkViewport id0,vtkImageData id1,vtkActor2D id2); + public void RenderData(vtkViewport id0,vtkImageData id1,vtkActor2D id2) + { RenderData_12(id0,id1,id2); } + + private native double GetColorShift_13(); + public double GetColorShift() + { return GetColorShift_13(); } + + private native double GetColorScale_14(); + public double GetColorScale() + { return GetColorScale_14(); } + + private native void SetInputData_15(vtkImageData id0); + public void SetInputData(vtkImageData id0) + { SetInputData_15(id0); } + + private native long GetInput_16(); + public vtkImageData GetInput() { + long temp = GetInput_16(); + + if (temp == 0) return null; + return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetRenderToRectangle_17(int id0); + public void SetRenderToRectangle(int id0) + { SetRenderToRectangle_17(id0); } + + private native int GetRenderToRectangle_18(); + public int GetRenderToRectangle() + { return GetRenderToRectangle_18(); } + + private native void RenderToRectangleOn_19(); + public void RenderToRectangleOn() + { RenderToRectangleOn_19(); } + + private native void RenderToRectangleOff_20(); + public void RenderToRectangleOff() + { RenderToRectangleOff_20(); } + + private native void SetUseCustomExtents_21(int id0); + public void SetUseCustomExtents(int id0) + { SetUseCustomExtents_21(id0); } + + private native int GetUseCustomExtents_22(); + public int GetUseCustomExtents() + { return GetUseCustomExtents_22(); } + + private native void UseCustomExtentsOn_23(); + public void UseCustomExtentsOn() + { UseCustomExtentsOn_23(); } + + private native void UseCustomExtentsOff_24(); + public void UseCustomExtentsOff() + { UseCustomExtentsOff_24(); } + + private native void SetCustomDisplayExtents_25(int id0[]); + public void SetCustomDisplayExtents(int id0[]) + { SetCustomDisplayExtents_25(id0); } + + private native int[] GetCustomDisplayExtents_26(); + public int[] GetCustomDisplayExtents() + { return GetCustomDisplayExtents_26(); } + + public vtkImageMapper() { super(); } + + public vtkImageMapper(long id) { super(id); } + public native long VTKInit(); + +}