]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkImageDifference.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkImageDifference.java
index 1825a3a1ca8c57c6bb849458e63b22ca0cc47b13..ffe86713506c6eb189f18f20789af8fac3d03271 100644 (file)
@@ -1,83 +1,95 @@
-// java wrapper for vtkImageDifference object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkImageDifference extends vtkThreadedImageAlgorithm\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 SetImage_2(vtkDataObject id0);\r
-  public void SetImage(vtkDataObject id0)\r
-    { SetImage_2(id0); }\r
-\r
-  private native long GetImage_3();\r
-  public vtkImageData GetImage() {\r
-    long temp = GetImage_3();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkImageData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native double GetError_4();\r
-  public double GetError()\r
-    { return GetError_4(); }\r
-\r
-  private native double GetThresholdedError_5();\r
-  public double GetThresholdedError()\r
-    { return GetThresholdedError_5(); }\r
-\r
-  private native void SetThreshold_6(int id0);\r
-  public void SetThreshold(int id0)\r
-    { SetThreshold_6(id0); }\r
-\r
-  private native int GetThreshold_7();\r
-  public int GetThreshold()\r
-    { return GetThreshold_7(); }\r
-\r
-  private native void SetAllowShift_8(int id0);\r
-  public void SetAllowShift(int id0)\r
-    { SetAllowShift_8(id0); }\r
-\r
-  private native int GetAllowShift_9();\r
-  public int GetAllowShift()\r
-    { return GetAllowShift_9(); }\r
-\r
-  private native void AllowShiftOn_10();\r
-  public void AllowShiftOn()\r
-    { AllowShiftOn_10(); }\r
-\r
-  private native void AllowShiftOff_11();\r
-  public void AllowShiftOff()\r
-    { AllowShiftOff_11(); }\r
-\r
-  private native void SetAveraging_12(int id0);\r
-  public void SetAveraging(int id0)\r
-    { SetAveraging_12(id0); }\r
-\r
-  private native int GetAveraging_13();\r
-  public int GetAveraging()\r
-    { return GetAveraging_13(); }\r
-\r
-  private native void AveragingOn_14();\r
-  public void AveragingOn()\r
-    { AveragingOn_14(); }\r
-\r
-  private native void AveragingOff_15();\r
-  public void AveragingOff()\r
-    { AveragingOff_15(); }\r
-\r
-  public vtkImageDifference() { super(); }\r
-\r
-  public vtkImageDifference(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkImageDifference object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkImageDifference extends vtkThreadedImageAlgorithm
+{
+
+  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 SetImageConnection_2(vtkAlgorithmOutput id0);
+  public void SetImageConnection(vtkAlgorithmOutput id0)
+    { SetImageConnection_2(id0); }
+
+  private native void SetImageData_3(vtkDataObject id0);
+  public void SetImageData(vtkDataObject id0)
+    { SetImageData_3(id0); }
+
+  private native long GetImage_4();
+  public vtkImageData GetImage() {
+    long temp = GetImage_4();
+
+    if (temp == 0) return null;
+    return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native double GetError_5();
+  public double GetError()
+    { return GetError_5(); }
+
+  private native double GetThresholdedError_6();
+  public double GetThresholdedError()
+    { return GetThresholdedError_6(); }
+
+  private native void SetThreshold_7(int id0);
+  public void SetThreshold(int id0)
+    { SetThreshold_7(id0); }
+
+  private native int GetThreshold_8();
+  public int GetThreshold()
+    { return GetThreshold_8(); }
+
+  private native void SetAllowShift_9(int id0);
+  public void SetAllowShift(int id0)
+    { SetAllowShift_9(id0); }
+
+  private native int GetAllowShift_10();
+  public int GetAllowShift()
+    { return GetAllowShift_10(); }
+
+  private native void AllowShiftOn_11();
+  public void AllowShiftOn()
+    { AllowShiftOn_11(); }
+
+  private native void AllowShiftOff_12();
+  public void AllowShiftOff()
+    { AllowShiftOff_12(); }
+
+  private native void SetAveraging_13(int id0);
+  public void SetAveraging(int id0)
+    { SetAveraging_13(id0); }
+
+  private native int GetAveraging_14();
+  public int GetAveraging()
+    { return GetAveraging_14(); }
+
+  private native void AveragingOn_15();
+  public void AveragingOn()
+    { AveragingOn_15(); }
+
+  private native void AveragingOff_16();
+  public void AveragingOff()
+    { AveragingOff_16(); }
+
+  private native void SetAverageThresholdFactor_17(double id0);
+  public void SetAverageThresholdFactor(double id0)
+    { SetAverageThresholdFactor_17(id0); }
+
+  private native double GetAverageThresholdFactor_18();
+  public double GetAverageThresholdFactor()
+    { return GetAverageThresholdFactor_18(); }
+
+  public vtkImageDifference() { super(); }
+
+  public vtkImageDifference(long id) { super(id); }
+  public native long   VTKInit();
+
+}