// java wrapper for vtkThresholdGraph object // package vtk; import vtk.*; public class vtkThresholdGraph extends vtkGraphAlgorithm { 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 double GetLowerThreshold_2(); public double GetLowerThreshold() { return GetLowerThreshold_2(); } private native void SetLowerThreshold_3(double id0); public void SetLowerThreshold(double id0) { SetLowerThreshold_3(id0); } private native double GetUpperThreshold_4(); public double GetUpperThreshold() { return GetUpperThreshold_4(); } private native void SetUpperThreshold_5(double id0); public void SetUpperThreshold(double id0) { SetUpperThreshold_5(id0); } public vtkThresholdGraph() { super(); } public vtkThresholdGraph(long id) { super(id); } public native long VTKInit(); }