// java wrapper for vtkThresholdPoints object // package vtk; import vtk.*; public class vtkThresholdPoints 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 ThresholdByLower_2(double id0); public void ThresholdByLower(double id0) { ThresholdByLower_2(id0); } private native void ThresholdByUpper_3(double id0); public void ThresholdByUpper(double id0) { ThresholdByUpper_3(id0); } private native void ThresholdBetween_4(double id0,double id1); public void ThresholdBetween(double id0,double id1) { ThresholdBetween_4(id0,id1); } private native void SetUpperThreshold_5(double id0); public void SetUpperThreshold(double id0) { SetUpperThreshold_5(id0); } private native double GetUpperThreshold_6(); public double GetUpperThreshold() { return GetUpperThreshold_6(); } private native void SetLowerThreshold_7(double id0); public void SetLowerThreshold(double id0) { SetLowerThreshold_7(id0); } private native double GetLowerThreshold_8(); public double GetLowerThreshold() { return GetLowerThreshold_8(); } private native void SetOutputPointsPrecision_9(int id0); public void SetOutputPointsPrecision(int id0) { SetOutputPointsPrecision_9(id0); } private native int GetOutputPointsPrecision_10(); public int GetOutputPointsPrecision() { return GetOutputPointsPrecision_10(); } public vtkThresholdPoints() { super(); } public vtkThresholdPoints(long id) { super(id); } public native long VTKInit(); }