// java wrapper for vtkImageOpenClose3D object // package vtk; import vtk.*; public class vtkImageOpenClose3D 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 int GetMTime_2(); public int GetMTime() { return GetMTime_2(); } private native void DebugOn_3(); public void DebugOn() { DebugOn_3(); } private native void DebugOff_4(); public void DebugOff() { DebugOff_4(); } private native void Modified_5(); public void Modified() { Modified_5(); } private native void SetKernelSize_6(int id0,int id1,int id2); public void SetKernelSize(int id0,int id1,int id2) { SetKernelSize_6(id0,id1,id2); } private native void SetOpenValue_7(double id0); public void SetOpenValue(double id0) { SetOpenValue_7(id0); } private native double GetOpenValue_8(); public double GetOpenValue() { return GetOpenValue_8(); } private native void SetCloseValue_9(double id0); public void SetCloseValue(double id0) { SetCloseValue_9(id0); } private native double GetCloseValue_10(); public double GetCloseValue() { return GetCloseValue_10(); } private native long GetFilter0_11(); public vtkImageDilateErode3D GetFilter0() { long temp = GetFilter0_11(); if (temp == 0) return null; return (vtkImageDilateErode3D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetFilter1_12(); public vtkImageDilateErode3D GetFilter1() { long temp = GetFilter1_12(); if (temp == 0) return null; return (vtkImageDilateErode3D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkImageOpenClose3D() { super(); } public vtkImageOpenClose3D(long id) { super(id); } public native long VTKInit(); }