]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkWindowToImageFilter.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkWindowToImageFilter.java
index 329b492accbbc0010224949aa2c1301f3a1b2b1a..9d98b5ba45ed3895080b781322e398d8d7c723e4 100644 (file)
-// java wrapper for vtkWindowToImageFilter object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkWindowToImageFilter extends vtkAlgorithm\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 void SetInput_2(vtkWindow id0);\r
-  public void SetInput(vtkWindow id0)\r
-    { SetInput_2(id0); }\r
-\r
-  private native long GetInput_3();\r
-  public vtkWindow GetInput() {\r
-    long temp = GetInput_3();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkWindow)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetMagnification_4(int id0);\r
-  public void SetMagnification(int id0)\r
-    { SetMagnification_4(id0); }\r
-\r
-  private native int GetMagnificationMinValue_5();\r
-  public int GetMagnificationMinValue()\r
-    { return GetMagnificationMinValue_5(); }\r
-\r
-  private native int GetMagnificationMaxValue_6();\r
-  public int GetMagnificationMaxValue()\r
-    { return GetMagnificationMaxValue_6(); }\r
-\r
-  private native int GetMagnification_7();\r
-  public int GetMagnification()\r
-    { return GetMagnification_7(); }\r
-\r
-  private native void SetFixBoundary_8(boolean id0);\r
-  public void SetFixBoundary(boolean id0)\r
-    { SetFixBoundary_8(id0); }\r
-\r
-  private native boolean GetFixBoundary_9();\r
-  public boolean GetFixBoundary()\r
-    { return GetFixBoundary_9(); }\r
-\r
-  private native void FixBoundaryOn_10();\r
-  public void FixBoundaryOn()\r
-    { FixBoundaryOn_10(); }\r
-\r
-  private native void FixBoundaryOff_11();\r
-  public void FixBoundaryOff()\r
-    { FixBoundaryOff_11(); }\r
-\r
-  private native void ReadFrontBufferOn_12();\r
-  public void ReadFrontBufferOn()\r
-    { ReadFrontBufferOn_12(); }\r
-\r
-  private native void ReadFrontBufferOff_13();\r
-  public void ReadFrontBufferOff()\r
-    { ReadFrontBufferOff_13(); }\r
-\r
-  private native int GetReadFrontBuffer_14();\r
-  public int GetReadFrontBuffer()\r
-    { return GetReadFrontBuffer_14(); }\r
-\r
-  private native void SetReadFrontBuffer_15(int id0);\r
-  public void SetReadFrontBuffer(int id0)\r
-    { SetReadFrontBuffer_15(id0); }\r
-\r
-  private native void ShouldRerenderOn_16();\r
-  public void ShouldRerenderOn()\r
-    { ShouldRerenderOn_16(); }\r
-\r
-  private native void ShouldRerenderOff_17();\r
-  public void ShouldRerenderOff()\r
-    { ShouldRerenderOff_17(); }\r
-\r
-  private native void SetShouldRerender_18(int id0);\r
-  public void SetShouldRerender(int id0)\r
-    { SetShouldRerender_18(id0); }\r
-\r
-  private native int GetShouldRerender_19();\r
-  public int GetShouldRerender()\r
-    { return GetShouldRerender_19(); }\r
-\r
-  private native void SetViewport_20(double id0,double id1,double id2,double id3);\r
-  public void SetViewport(double id0,double id1,double id2,double id3)\r
-    { SetViewport_20(id0,id1,id2,id3); }\r
-\r
-  private native void SetViewport_21(double id0[]);\r
-  public void SetViewport(double id0[])\r
-    { SetViewport_21(id0); }\r
-\r
-  private native double[] GetViewport_22();\r
-  public double[] GetViewport()\r
-    { return GetViewport_22(); }\r
-\r
-  private native void SetInputBufferType_23(int id0);\r
-  public void SetInputBufferType(int id0)\r
-    { SetInputBufferType_23(id0); }\r
-\r
-  private native int GetInputBufferType_24();\r
-  public int GetInputBufferType()\r
-    { return GetInputBufferType_24(); }\r
-\r
-  private native void SetInputBufferTypeToRGB_25();\r
-  public void SetInputBufferTypeToRGB()\r
-    { SetInputBufferTypeToRGB_25(); }\r
-\r
-  private native void SetInputBufferTypeToRGBA_26();\r
-  public void SetInputBufferTypeToRGBA()\r
-    { SetInputBufferTypeToRGBA_26(); }\r
-\r
-  private native void SetInputBufferTypeToZBuffer_27();\r
-  public void SetInputBufferTypeToZBuffer()\r
-    { SetInputBufferTypeToZBuffer_27(); }\r
-\r
-  private native long GetOutput_28();\r
-  public vtkImageData GetOutput() {\r
-    long temp = GetOutput_28();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkImageData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  public vtkWindowToImageFilter() { super(); }\r
-\r
-  public vtkWindowToImageFilter(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkWindowToImageFilter object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkWindowToImageFilter extends vtkAlgorithm
+{
+
+  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 SetInput_2(vtkWindow id0);
+  public void SetInput(vtkWindow id0)
+    { SetInput_2(id0); }
+
+  private native long GetInput_3();
+  public vtkWindow GetInput() {
+    long temp = GetInput_3();
+
+    if (temp == 0) return null;
+    return (vtkWindow)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetScale_4(int id0,int id1);
+  public void SetScale(int id0,int id1)
+    { SetScale_4(id0,id1); }
+
+  private native void SetScale_5(int id0[]);
+  public void SetScale(int id0[])
+    { SetScale_5(id0); }
+
+  private native int[]  GetScale_6();
+  public int[]  GetScale()
+    { return GetScale_6(); }
+
+  private native void SetScale_7(int id0);
+  public void SetScale(int id0)
+    { SetScale_7(id0); }
+
+  private native void SetFixBoundary_8(boolean id0);
+  public void SetFixBoundary(boolean id0)
+    { SetFixBoundary_8(id0); }
+
+  private native boolean GetFixBoundary_9();
+  public boolean GetFixBoundary()
+    { return GetFixBoundary_9(); }
+
+  private native void FixBoundaryOn_10();
+  public void FixBoundaryOn()
+    { FixBoundaryOn_10(); }
+
+  private native void FixBoundaryOff_11();
+  public void FixBoundaryOff()
+    { FixBoundaryOff_11(); }
+
+  private native void ReadFrontBufferOn_12();
+  public void ReadFrontBufferOn()
+    { ReadFrontBufferOn_12(); }
+
+  private native void ReadFrontBufferOff_13();
+  public void ReadFrontBufferOff()
+    { ReadFrontBufferOff_13(); }
+
+  private native int GetReadFrontBuffer_14();
+  public int GetReadFrontBuffer()
+    { return GetReadFrontBuffer_14(); }
+
+  private native void SetReadFrontBuffer_15(int id0);
+  public void SetReadFrontBuffer(int id0)
+    { SetReadFrontBuffer_15(id0); }
+
+  private native void ShouldRerenderOn_16();
+  public void ShouldRerenderOn()
+    { ShouldRerenderOn_16(); }
+
+  private native void ShouldRerenderOff_17();
+  public void ShouldRerenderOff()
+    { ShouldRerenderOff_17(); }
+
+  private native void SetShouldRerender_18(int id0);
+  public void SetShouldRerender(int id0)
+    { SetShouldRerender_18(id0); }
+
+  private native int GetShouldRerender_19();
+  public int GetShouldRerender()
+    { return GetShouldRerender_19(); }
+
+  private native void SetViewport_20(double id0,double id1,double id2,double id3);
+  public void SetViewport(double id0,double id1,double id2,double id3)
+    { SetViewport_20(id0,id1,id2,id3); }
+
+  private native double[] GetViewport_21();
+  public double[] GetViewport()
+    { return GetViewport_21(); }
+
+  private native void SetInputBufferType_22(int id0);
+  public void SetInputBufferType(int id0)
+    { SetInputBufferType_22(id0); }
+
+  private native int GetInputBufferType_23();
+  public int GetInputBufferType()
+    { return GetInputBufferType_23(); }
+
+  private native void SetInputBufferTypeToRGB_24();
+  public void SetInputBufferTypeToRGB()
+    { SetInputBufferTypeToRGB_24(); }
+
+  private native void SetInputBufferTypeToRGBA_25();
+  public void SetInputBufferTypeToRGBA()
+    { SetInputBufferTypeToRGBA_25(); }
+
+  private native void SetInputBufferTypeToZBuffer_26();
+  public void SetInputBufferTypeToZBuffer()
+    { SetInputBufferTypeToZBuffer_26(); }
+
+  private native long GetOutput_27();
+  public vtkImageData GetOutput() {
+    long temp = GetOutput_27();
+
+    if (temp == 0) return null;
+    return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  public vtkWindowToImageFilter() { super(); }
+
+  public vtkWindowToImageFilter(long id) { super(id); }
+  public native long   VTKInit();
+
+}