// java wrapper for vtkHyperTreeGridThreshold object // package vtk; import vtk.*; public class vtkHyperTreeGridThreshold extends vtkHyperTreeGridAlgorithm { 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 SetLowerThreshold_2(double id0); public void SetLowerThreshold(double id0) { SetLowerThreshold_2(id0); } private native double GetLowerThreshold_3(); public double GetLowerThreshold() { return GetLowerThreshold_3(); } private native void SetUpperThreshold_4(double id0); public void SetUpperThreshold(double id0) { SetUpperThreshold_4(id0); } private native double GetUpperThreshold_5(); public double GetUpperThreshold() { return GetUpperThreshold_5(); } private native void ThresholdBetween_6(double id0,double id1); public void ThresholdBetween(double id0,double id1) { ThresholdBetween_6(id0,id1); } public vtkHyperTreeGridThreshold() { super(); } public vtkHyperTreeGridThreshold(long id) { super(id); } public native long VTKInit(); }