1 // java wrapper for vtkImageOpenClose3D object
7 public class vtkImageOpenClose3D extends vtkImageAlgorithm
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native int GetMTime_2();
20 { return GetMTime_2(); }
22 private native void DebugOn_3();
26 private native void DebugOff_4();
27 public void DebugOff()
30 private native void Modified_5();
31 public void Modified()
34 private native void SetKernelSize_6(int id0,int id1,int id2);
35 public void SetKernelSize(int id0,int id1,int id2)
36 { SetKernelSize_6(id0,id1,id2); }
38 private native void SetOpenValue_7(double id0);
39 public void SetOpenValue(double id0)
40 { SetOpenValue_7(id0); }
42 private native double GetOpenValue_8();
43 public double GetOpenValue()
44 { return GetOpenValue_8(); }
46 private native void SetCloseValue_9(double id0);
47 public void SetCloseValue(double id0)
48 { SetCloseValue_9(id0); }
50 private native double GetCloseValue_10();
51 public double GetCloseValue()
52 { return GetCloseValue_10(); }
54 private native long GetFilter0_11();
55 public vtkImageDilateErode3D GetFilter0() {
56 long temp = GetFilter0_11();
58 if (temp == 0) return null;
59 return (vtkImageDilateErode3D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
62 private native long GetFilter1_12();
63 public vtkImageDilateErode3D GetFilter1() {
64 long temp = GetFilter1_12();
66 if (temp == 0) return null;
67 return (vtkImageDilateErode3D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
70 public vtkImageOpenClose3D() { super(); }
72 public vtkImageOpenClose3D(long id) { super(id); }
73 public native long VTKInit();