// java wrapper for vtkImageDifference object // package vtk; import vtk.*; public class vtkImageDifference extends vtkThreadedImageAlgorithm { private native String GetClassName_0(); public String GetClassName() { return GetClassName_0(); } private native int IsA_1(String id0); public int IsA(String id0) { return IsA_1(id0); } private native void SetImage_2(vtkDataObject id0); public void SetImage(vtkDataObject id0) { SetImage_2(id0); } private native long GetImage_3(); public vtkImageData GetImage() { long temp = GetImage_3(); if (temp == 0) return null; return (vtkImageData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native double GetError_4(); public double GetError() { return GetError_4(); } private native double GetThresholdedError_5(); public double GetThresholdedError() { return GetThresholdedError_5(); } private native void SetThreshold_6(int id0); public void SetThreshold(int id0) { SetThreshold_6(id0); } private native int GetThreshold_7(); public int GetThreshold() { return GetThreshold_7(); } private native void SetAllowShift_8(int id0); public void SetAllowShift(int id0) { SetAllowShift_8(id0); } private native int GetAllowShift_9(); public int GetAllowShift() { return GetAllowShift_9(); } private native void AllowShiftOn_10(); public void AllowShiftOn() { AllowShiftOn_10(); } private native void AllowShiftOff_11(); public void AllowShiftOff() { AllowShiftOff_11(); } private native void SetAveraging_12(int id0); public void SetAveraging(int id0) { SetAveraging_12(id0); } private native int GetAveraging_13(); public int GetAveraging() { return GetAveraging_13(); } private native void AveragingOn_14(); public void AveragingOn() { AveragingOn_14(); } private native void AveragingOff_15(); public void AveragingOff() { AveragingOff_15(); } public vtkImageDifference() { super(); } public vtkImageDifference(long id) { super(id); } public native long VTKInit(); }