1 // java wrapper for vtkLinkEdgels object
7 public class vtkLinkEdgels extends vtkPolyDataAlgorithm
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 void SetLinkThreshold_2(double id0);
19 public void SetLinkThreshold(double id0)
20 { SetLinkThreshold_2(id0); }
22 private native double GetLinkThreshold_3();
23 public double GetLinkThreshold()
24 { return GetLinkThreshold_3(); }
26 private native void SetPhiThreshold_4(double id0);
27 public void SetPhiThreshold(double id0)
28 { SetPhiThreshold_4(id0); }
30 private native double GetPhiThreshold_5();
31 public double GetPhiThreshold()
32 { return GetPhiThreshold_5(); }
34 private native void SetGradientThreshold_6(double id0);
35 public void SetGradientThreshold(double id0)
36 { SetGradientThreshold_6(id0); }
38 private native double GetGradientThreshold_7();
39 public double GetGradientThreshold()
40 { return GetGradientThreshold_7(); }
42 public vtkLinkEdgels() { super(); }
44 public vtkLinkEdgels(long id) { super(id); }
45 public native long VTKInit();