]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkImageAccumulate.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkImageAccumulate.java
index 3c9272bcf8a3363f47cd1da22b4be8aab1cfc79e..4661a74a1ed7c6786ebf369fdf0cf00902a6a2fc 100644 (file)
-// java wrapper for vtkImageAccumulate object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkImageAccumulate extends vtkImageAlgorithm\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 SetComponentSpacing_2(double id0,double id1,double id2);\r
-  public void SetComponentSpacing(double id0,double id1,double id2)\r
-    { SetComponentSpacing_2(id0,id1,id2); }\r
-\r
-  private native void SetComponentSpacing_3(double id0[]);\r
-  public void SetComponentSpacing(double id0[])\r
-    { SetComponentSpacing_3(id0); }\r
-\r
-  private native double[] GetComponentSpacing_4();\r
-  public double[] GetComponentSpacing()\r
-    { return GetComponentSpacing_4(); }\r
-\r
-  private native void SetComponentOrigin_5(double id0,double id1,double id2);\r
-  public void SetComponentOrigin(double id0,double id1,double id2)\r
-    { SetComponentOrigin_5(id0,id1,id2); }\r
-\r
-  private native void SetComponentOrigin_6(double id0[]);\r
-  public void SetComponentOrigin(double id0[])\r
-    { SetComponentOrigin_6(id0); }\r
-\r
-  private native double[] GetComponentOrigin_7();\r
-  public double[] GetComponentOrigin()\r
-    { return GetComponentOrigin_7(); }\r
-\r
-  private native void SetComponentExtent_8(int id0[]);\r
-  public void SetComponentExtent(int id0[])\r
-    { SetComponentExtent_8(id0); }\r
-\r
-  private native void SetComponentExtent_9(int id0,int id1,int id2,int id3,int id4,int id5);\r
-  public void SetComponentExtent(int id0,int id1,int id2,int id3,int id4,int id5)\r
-    { SetComponentExtent_9(id0,id1,id2,id3,id4,id5); }\r
-\r
-  private native void GetComponentExtent_10(int id0[]);\r
-  public void GetComponentExtent(int id0[])\r
-    { GetComponentExtent_10(id0); }\r
-\r
-  private native int[]  GetComponentExtent_11();\r
-  public int[]  GetComponentExtent()\r
-    { return GetComponentExtent_11(); }\r
-\r
-  private native void SetStencil_12(vtkImageStencilData id0);\r
-  public void SetStencil(vtkImageStencilData id0)\r
-    { SetStencil_12(id0); }\r
-\r
-  private native long GetStencil_13();\r
-  public vtkImageStencilData GetStencil() {\r
-    long temp = GetStencil_13();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkImageStencilData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetReverseStencil_14(int id0);\r
-  public void SetReverseStencil(int id0)\r
-    { SetReverseStencil_14(id0); }\r
-\r
-  private native int GetReverseStencilMinValue_15();\r
-  public int GetReverseStencilMinValue()\r
-    { return GetReverseStencilMinValue_15(); }\r
-\r
-  private native int GetReverseStencilMaxValue_16();\r
-  public int GetReverseStencilMaxValue()\r
-    { return GetReverseStencilMaxValue_16(); }\r
-\r
-  private native void ReverseStencilOn_17();\r
-  public void ReverseStencilOn()\r
-    { ReverseStencilOn_17(); }\r
-\r
-  private native void ReverseStencilOff_18();\r
-  public void ReverseStencilOff()\r
-    { ReverseStencilOff_18(); }\r
-\r
-  private native int GetReverseStencil_19();\r
-  public int GetReverseStencil()\r
-    { return GetReverseStencil_19(); }\r
-\r
-  private native double[] GetMin_20();\r
-  public double[] GetMin()\r
-    { return GetMin_20(); }\r
-\r
-  private native double[] GetMax_21();\r
-  public double[] GetMax()\r
-    { return GetMax_21(); }\r
-\r
-  private native double[] GetMean_22();\r
-  public double[] GetMean()\r
-    { return GetMean_22(); }\r
-\r
-  private native double[] GetStandardDeviation_23();\r
-  public double[] GetStandardDeviation()\r
-    { return GetStandardDeviation_23(); }\r
-\r
-  private native int GetVoxelCount_24();\r
-  public int GetVoxelCount()\r
-    { return GetVoxelCount_24(); }\r
-\r
-  private native void SetIgnoreZero_25(int id0);\r
-  public void SetIgnoreZero(int id0)\r
-    { SetIgnoreZero_25(id0); }\r
-\r
-  private native int GetIgnoreZeroMinValue_26();\r
-  public int GetIgnoreZeroMinValue()\r
-    { return GetIgnoreZeroMinValue_26(); }\r
-\r
-  private native int GetIgnoreZeroMaxValue_27();\r
-  public int GetIgnoreZeroMaxValue()\r
-    { return GetIgnoreZeroMaxValue_27(); }\r
-\r
-  private native int GetIgnoreZero_28();\r
-  public int GetIgnoreZero()\r
-    { return GetIgnoreZero_28(); }\r
-\r
-  private native void IgnoreZeroOn_29();\r
-  public void IgnoreZeroOn()\r
-    { IgnoreZeroOn_29(); }\r
-\r
-  private native void IgnoreZeroOff_30();\r
-  public void IgnoreZeroOff()\r
-    { IgnoreZeroOff_30(); }\r
-\r
-  public vtkImageAccumulate() { super(); }\r
-\r
-  public vtkImageAccumulate(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkImageAccumulate object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkImageAccumulate extends vtkImageAlgorithm
+{
+
+  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 SetComponentSpacing_2(double id0,double id1,double id2);
+  public void SetComponentSpacing(double id0,double id1,double id2)
+    { SetComponentSpacing_2(id0,id1,id2); }
+
+  private native void SetComponentSpacing_3(double id0[]);
+  public void SetComponentSpacing(double id0[])
+    { SetComponentSpacing_3(id0); }
+
+  private native double[] GetComponentSpacing_4();
+  public double[] GetComponentSpacing()
+    { return GetComponentSpacing_4(); }
+
+  private native void SetComponentOrigin_5(double id0,double id1,double id2);
+  public void SetComponentOrigin(double id0,double id1,double id2)
+    { SetComponentOrigin_5(id0,id1,id2); }
+
+  private native void SetComponentOrigin_6(double id0[]);
+  public void SetComponentOrigin(double id0[])
+    { SetComponentOrigin_6(id0); }
+
+  private native double[] GetComponentOrigin_7();
+  public double[] GetComponentOrigin()
+    { return GetComponentOrigin_7(); }
+
+  private native void SetComponentExtent_8(int id0[]);
+  public void SetComponentExtent(int id0[])
+    { SetComponentExtent_8(id0); }
+
+  private native void SetComponentExtent_9(int id0,int id1,int id2,int id3,int id4,int id5);
+  public void SetComponentExtent(int id0,int id1,int id2,int id3,int id4,int id5)
+    { SetComponentExtent_9(id0,id1,id2,id3,id4,id5); }
+
+  private native void GetComponentExtent_10(int id0[]);
+  public void GetComponentExtent(int id0[])
+    { GetComponentExtent_10(id0); }
+
+  private native int[]  GetComponentExtent_11();
+  public int[]  GetComponentExtent()
+    { return GetComponentExtent_11(); }
+
+  private native void SetStencilData_12(vtkImageStencilData id0);
+  public void SetStencilData(vtkImageStencilData id0)
+    { SetStencilData_12(id0); }
+
+  private native long GetStencil_13();
+  public vtkImageStencilData GetStencil() {
+    long temp = GetStencil_13();
+
+    if (temp == 0) return null;
+    return (vtkImageStencilData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetReverseStencil_14(int id0);
+  public void SetReverseStencil(int id0)
+    { SetReverseStencil_14(id0); }
+
+  private native int GetReverseStencilMinValue_15();
+  public int GetReverseStencilMinValue()
+    { return GetReverseStencilMinValue_15(); }
+
+  private native int GetReverseStencilMaxValue_16();
+  public int GetReverseStencilMaxValue()
+    { return GetReverseStencilMaxValue_16(); }
+
+  private native void ReverseStencilOn_17();
+  public void ReverseStencilOn()
+    { ReverseStencilOn_17(); }
+
+  private native void ReverseStencilOff_18();
+  public void ReverseStencilOff()
+    { ReverseStencilOff_18(); }
+
+  private native int GetReverseStencil_19();
+  public int GetReverseStencil()
+    { return GetReverseStencil_19(); }
+
+  private native double[] GetMin_20();
+  public double[] GetMin()
+    { return GetMin_20(); }
+
+  private native double[] GetMax_21();
+  public double[] GetMax()
+    { return GetMax_21(); }
+
+  private native double[] GetMean_22();
+  public double[] GetMean()
+    { return GetMean_22(); }
+
+  private native double[] GetStandardDeviation_23();
+  public double[] GetStandardDeviation()
+    { return GetStandardDeviation_23(); }
+
+  private native int GetVoxelCount_24();
+  public int GetVoxelCount()
+    { return GetVoxelCount_24(); }
+
+  private native void SetIgnoreZero_25(int id0);
+  public void SetIgnoreZero(int id0)
+    { SetIgnoreZero_25(id0); }
+
+  private native int GetIgnoreZeroMinValue_26();
+  public int GetIgnoreZeroMinValue()
+    { return GetIgnoreZeroMinValue_26(); }
+
+  private native int GetIgnoreZeroMaxValue_27();
+  public int GetIgnoreZeroMaxValue()
+    { return GetIgnoreZeroMaxValue_27(); }
+
+  private native int GetIgnoreZero_28();
+  public int GetIgnoreZero()
+    { return GetIgnoreZero_28(); }
+
+  private native void IgnoreZeroOn_29();
+  public void IgnoreZeroOn()
+    { IgnoreZeroOn_29(); }
+
+  private native void IgnoreZeroOff_30();
+  public void IgnoreZeroOff()
+    { IgnoreZeroOff_30(); }
+
+  public vtkImageAccumulate() { super(); }
+
+  public vtkImageAccumulate(long id) { super(id); }
+  public native long   VTKInit();
+
+}