]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkImageActor.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkImageActor.java
index d91b622948c92b3d0fc92cbd331f767fa35fb5b1..99696ccd4b45f9a0ca724c631452d547cb4a9e4c 100644 (file)
-// java wrapper for vtkImageActor object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkImageActor extends vtkImageSlice\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(vtkImageData id0);\r
-  public void SetInput(vtkImageData id0)\r
-    { SetInput_2(id0); }\r
-\r
-  private native long GetInput_3();\r
-  public vtkImageData GetInput() {\r
-    long temp = GetInput_3();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkImageData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetInterpolate_4(int id0);\r
-  public void SetInterpolate(int id0)\r
-    { SetInterpolate_4(id0); }\r
-\r
-  private native int GetInterpolate_5();\r
-  public int GetInterpolate()\r
-    { return GetInterpolate_5(); }\r
-\r
-  private native void InterpolateOn_6();\r
-  public void InterpolateOn()\r
-    { InterpolateOn_6(); }\r
-\r
-  private native void InterpolateOff_7();\r
-  public void InterpolateOff()\r
-    { InterpolateOff_7(); }\r
-\r
-  private native void SetOpacity_8(double id0);\r
-  public void SetOpacity(double id0)\r
-    { SetOpacity_8(id0); }\r
-\r
-  private native double GetOpacity_9();\r
-  public double GetOpacity()\r
-    { return GetOpacity_9(); }\r
-\r
-  private native double GetOpacityMinValue_10();\r
-  public double GetOpacityMinValue()\r
-    { return GetOpacityMinValue_10(); }\r
-\r
-  private native double GetOpacityMaxValue_11();\r
-  public double GetOpacityMaxValue()\r
-    { return GetOpacityMaxValue_11(); }\r
-\r
-  private native void SetDisplayExtent_12(int id0[]);\r
-  public void SetDisplayExtent(int id0[])\r
-    { SetDisplayExtent_12(id0); }\r
-\r
-  private native void SetDisplayExtent_13(int id0,int id1,int id2,int id3,int id4,int id5);\r
-  public void SetDisplayExtent(int id0,int id1,int id2,int id3,int id4,int id5)\r
-    { SetDisplayExtent_13(id0,id1,id2,id3,id4,id5); }\r
-\r
-  private native void GetDisplayExtent_14(int id0[]);\r
-  public void GetDisplayExtent(int id0[])\r
-    { GetDisplayExtent_14(id0); }\r
-\r
-  private native int[]  GetDisplayExtent_15();\r
-  public int[]  GetDisplayExtent()\r
-    { return GetDisplayExtent_15(); }\r
-\r
-  private native double[] GetBounds_16();\r
-  public double[] GetBounds()\r
-    { return GetBounds_16(); }\r
-\r
-  private native void GetBounds_17(double id0[]);\r
-  public void GetBounds(double id0[])\r
-    { GetBounds_17(id0); }\r
-\r
-  private native void GetDisplayBounds_18(double id0[]);\r
-  public void GetDisplayBounds(double id0[])\r
-    { GetDisplayBounds_18(id0); }\r
-\r
-  private native int GetSliceNumber_19();\r
-  public int GetSliceNumber()\r
-    { return GetSliceNumber_19(); }\r
-\r
-  private native int GetSliceNumberMax_20();\r
-  public int GetSliceNumberMax()\r
-    { return GetSliceNumberMax_20(); }\r
-\r
-  private native int GetSliceNumberMin_21();\r
-  public int GetSliceNumberMin()\r
-    { return GetSliceNumberMin_21(); }\r
-\r
-  private native void SetZSlice_22(int id0);\r
-  public void SetZSlice(int id0)\r
-    { SetZSlice_22(id0); }\r
-\r
-  private native int GetZSlice_23();\r
-  public int GetZSlice()\r
-    { return GetZSlice_23(); }\r
-\r
-  private native int GetWholeZMin_24();\r
-  public int GetWholeZMin()\r
-    { return GetWholeZMin_24(); }\r
-\r
-  private native int GetWholeZMax_25();\r
-  public int GetWholeZMax()\r
-    { return GetWholeZMax_25(); }\r
-\r
-  private native int HasTranslucentPolygonalGeometry_26();\r
-  public int HasTranslucentPolygonalGeometry()\r
-    { return HasTranslucentPolygonalGeometry_26(); }\r
-\r
-  public vtkImageActor() { super(); }\r
-\r
-  public vtkImageActor(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkImageActor object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkImageActor extends vtkImageSlice
+{
+
+  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 SetInputData_2(vtkImageData id0);
+  public void SetInputData(vtkImageData id0)
+    { SetInputData_2(id0); }
+
+  private native long GetInput_3();
+  public vtkImageData GetInput() {
+    long temp = GetInput_3();
+
+    if (temp == 0) return null;
+    return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetInterpolate_4(int id0);
+  public void SetInterpolate(int id0)
+    { SetInterpolate_4(id0); }
+
+  private native int GetInterpolate_5();
+  public int GetInterpolate()
+    { return GetInterpolate_5(); }
+
+  private native void InterpolateOn_6();
+  public void InterpolateOn()
+    { InterpolateOn_6(); }
+
+  private native void InterpolateOff_7();
+  public void InterpolateOff()
+    { InterpolateOff_7(); }
+
+  private native void SetOpacity_8(double id0);
+  public void SetOpacity(double id0)
+    { SetOpacity_8(id0); }
+
+  private native double GetOpacity_9();
+  public double GetOpacity()
+    { return GetOpacity_9(); }
+
+  private native double GetOpacityMinValue_10();
+  public double GetOpacityMinValue()
+    { return GetOpacityMinValue_10(); }
+
+  private native double GetOpacityMaxValue_11();
+  public double GetOpacityMaxValue()
+    { return GetOpacityMaxValue_11(); }
+
+  private native void SetDisplayExtent_12(int id0[]);
+  public void SetDisplayExtent(int id0[])
+    { SetDisplayExtent_12(id0); }
+
+  private native void SetDisplayExtent_13(int id0,int id1,int id2,int id3,int id4,int id5);
+  public void SetDisplayExtent(int id0,int id1,int id2,int id3,int id4,int id5)
+    { SetDisplayExtent_13(id0,id1,id2,id3,id4,id5); }
+
+  private native void GetDisplayExtent_14(int id0[]);
+  public void GetDisplayExtent(int id0[])
+    { GetDisplayExtent_14(id0); }
+
+  private native int[]  GetDisplayExtent_15();
+  public int[]  GetDisplayExtent()
+    { return GetDisplayExtent_15(); }
+
+  private native double[] GetBounds_16();
+  public double[] GetBounds()
+    { return GetBounds_16(); }
+
+  private native void GetBounds_17(double id0[]);
+  public void GetBounds(double id0[])
+    { GetBounds_17(id0); }
+
+  private native void GetDisplayBounds_18(double id0[]);
+  public void GetDisplayBounds(double id0[])
+    { GetDisplayBounds_18(id0); }
+
+  private native int GetSliceNumber_19();
+  public int GetSliceNumber()
+    { return GetSliceNumber_19(); }
+
+  private native int GetSliceNumberMax_20();
+  public int GetSliceNumberMax()
+    { return GetSliceNumberMax_20(); }
+
+  private native int GetSliceNumberMin_21();
+  public int GetSliceNumberMin()
+    { return GetSliceNumberMin_21(); }
+
+  private native void SetZSlice_22(int id0);
+  public void SetZSlice(int id0)
+    { SetZSlice_22(id0); }
+
+  private native int GetZSlice_23();
+  public int GetZSlice()
+    { return GetZSlice_23(); }
+
+  private native int GetWholeZMin_24();
+  public int GetWholeZMin()
+    { return GetWholeZMin_24(); }
+
+  private native int GetWholeZMax_25();
+  public int GetWholeZMax()
+    { return GetWholeZMax_25(); }
+
+  private native int HasTranslucentPolygonalGeometry_26();
+  public int HasTranslucentPolygonalGeometry()
+    { return HasTranslucentPolygonalGeometry_26(); }
+
+  private native boolean GetForceOpaque_27();
+  public boolean GetForceOpaque()
+    { return GetForceOpaque_27(); }
+
+  private native void SetForceOpaque_28(boolean id0);
+  public void SetForceOpaque(boolean id0)
+    { SetForceOpaque_28(id0); }
+
+  private native void ForceOpaqueOn_29();
+  public void ForceOpaqueOn()
+    { ForceOpaqueOn_29(); }
+
+  private native void ForceOpaqueOff_30();
+  public void ForceOpaqueOff()
+    { ForceOpaqueOff_30(); }
+
+  public vtkImageActor() { super(); }
+
+  public vtkImageActor(long id) { super(id); }
+  public native long   VTKInit();
+
+}