// java wrapper for vtkLinkEdgels object // package vtk; import vtk.*; public class vtkLinkEdgels extends vtkPolyDataAlgorithm { 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 SetLinkThreshold_2(double id0); public void SetLinkThreshold(double id0) { SetLinkThreshold_2(id0); } private native double GetLinkThreshold_3(); public double GetLinkThreshold() { return GetLinkThreshold_3(); } private native void SetPhiThreshold_4(double id0); public void SetPhiThreshold(double id0) { SetPhiThreshold_4(id0); } private native double GetPhiThreshold_5(); public double GetPhiThreshold() { return GetPhiThreshold_5(); } private native void SetGradientThreshold_6(double id0); public void SetGradientThreshold(double id0) { SetGradientThreshold_6(id0); } private native double GetGradientThreshold_7(); public double GetGradientThreshold() { return GetGradientThreshold_7(); } public vtkLinkEdgels() { super(); } public vtkLinkEdgels(long id) { super(id); } public native long VTKInit(); }