]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkImageMapper.java
Allow multiple radii for turns.
[simantics/3d.git] / vtk / src / vtk / vtkImageMapper.java
index 1ab15a1332b6f2aa95e6737de0d9657e62213909..68e6b4e9198cc345e7759f0b21e9e14b2daaaf4e 100644 (file)
-// java wrapper for vtkImageMapper object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkImageMapper extends vtkMapper2D\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 int GetMTime_2();\r
-  public int GetMTime()\r
-    { return GetMTime_2(); }\r
-\r
-  private native void SetColorWindow_3(double id0);\r
-  public void SetColorWindow(double id0)\r
-    { SetColorWindow_3(id0); }\r
-\r
-  private native double GetColorWindow_4();\r
-  public double GetColorWindow()\r
-    { return GetColorWindow_4(); }\r
-\r
-  private native void SetColorLevel_5(double id0);\r
-  public void SetColorLevel(double id0)\r
-    { SetColorLevel_5(id0); }\r
-\r
-  private native double GetColorLevel_6();\r
-  public double GetColorLevel()\r
-    { return GetColorLevel_6(); }\r
-\r
-  private native void SetZSlice_7(int id0);\r
-  public void SetZSlice(int id0)\r
-    { SetZSlice_7(id0); }\r
-\r
-  private native int GetZSlice_8();\r
-  public int GetZSlice()\r
-    { return GetZSlice_8(); }\r
-\r
-  private native int GetWholeZMin_9();\r
-  public int GetWholeZMin()\r
-    { return GetWholeZMin_9(); }\r
-\r
-  private native int GetWholeZMax_10();\r
-  public int GetWholeZMax()\r
-    { return GetWholeZMax_10(); }\r
-\r
-  private native void RenderStart_11(vtkViewport id0,vtkActor2D id1);\r
-  public void RenderStart(vtkViewport id0,vtkActor2D id1)\r
-    { RenderStart_11(id0,id1); }\r
-\r
-  private native void RenderData_12(vtkViewport id0,vtkImageData id1,vtkActor2D id2);\r
-  public void RenderData(vtkViewport id0,vtkImageData id1,vtkActor2D id2)\r
-    { RenderData_12(id0,id1,id2); }\r
-\r
-  private native double GetColorShift_13();\r
-  public double GetColorShift()\r
-    { return GetColorShift_13(); }\r
-\r
-  private native double GetColorScale_14();\r
-  public double GetColorScale()\r
-    { return GetColorScale_14(); }\r
-\r
-  private native void SetInput_15(vtkImageData id0);\r
-  public void SetInput(vtkImageData id0)\r
-    { SetInput_15(id0); }\r
-\r
-  private native long GetInput_16();\r
-  public vtkImageData GetInput() {\r
-    long temp = GetInput_16();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkImageData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetRenderToRectangle_17(int id0);\r
-  public void SetRenderToRectangle(int id0)\r
-    { SetRenderToRectangle_17(id0); }\r
-\r
-  private native int GetRenderToRectangle_18();\r
-  public int GetRenderToRectangle()\r
-    { return GetRenderToRectangle_18(); }\r
-\r
-  private native void RenderToRectangleOn_19();\r
-  public void RenderToRectangleOn()\r
-    { RenderToRectangleOn_19(); }\r
-\r
-  private native void RenderToRectangleOff_20();\r
-  public void RenderToRectangleOff()\r
-    { RenderToRectangleOff_20(); }\r
-\r
-  private native void SetUseCustomExtents_21(int id0);\r
-  public void SetUseCustomExtents(int id0)\r
-    { SetUseCustomExtents_21(id0); }\r
-\r
-  private native int GetUseCustomExtents_22();\r
-  public int GetUseCustomExtents()\r
-    { return GetUseCustomExtents_22(); }\r
-\r
-  private native void UseCustomExtentsOn_23();\r
-  public void UseCustomExtentsOn()\r
-    { UseCustomExtentsOn_23(); }\r
-\r
-  private native void UseCustomExtentsOff_24();\r
-  public void UseCustomExtentsOff()\r
-    { UseCustomExtentsOff_24(); }\r
-\r
-  private native void SetCustomDisplayExtents_25(int id0[]);\r
-  public void SetCustomDisplayExtents(int id0[])\r
-    { SetCustomDisplayExtents_25(id0); }\r
-\r
-  private native int[]  GetCustomDisplayExtents_26();\r
-  public int[]  GetCustomDisplayExtents()\r
-    { return GetCustomDisplayExtents_26(); }\r
-\r
-  public vtkImageMapper() { super(); }\r
-\r
-  public vtkImageMapper(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// 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();
+
+}