// java wrapper for vtkThreshold object // package vtk; import vtk.*; public class vtkThreshold extends vtkUnstructuredGridAlgorithm { private native String GetClassName_0(); public String GetClassName() { return GetClassName_0(); } 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 double GetUpperThreshold_5(); public double GetUpperThreshold() { return GetUpperThreshold_5(); } private native double GetLowerThreshold_6(); public double GetLowerThreshold() { return GetLowerThreshold_6(); } private native void SetAttributeMode_7(int id0); public void SetAttributeMode(int id0) { SetAttributeMode_7(id0); } private native int GetAttributeMode_8(); public int GetAttributeMode() { return GetAttributeMode_8(); } private native void SetAttributeModeToDefault_9(); public void SetAttributeModeToDefault() { SetAttributeModeToDefault_9(); } private native void SetAttributeModeToUsePointData_10(); public void SetAttributeModeToUsePointData() { SetAttributeModeToUsePointData_10(); } private native void SetAttributeModeToUseCellData_11(); public void SetAttributeModeToUseCellData() { SetAttributeModeToUseCellData_11(); } private native String GetAttributeModeAsString_12(); public String GetAttributeModeAsString() { return GetAttributeModeAsString_12(); } private native void SetComponentMode_13(int id0); public void SetComponentMode(int id0) { SetComponentMode_13(id0); } private native int GetComponentModeMinValue_14(); public int GetComponentModeMinValue() { return GetComponentModeMinValue_14(); } private native int GetComponentModeMaxValue_15(); public int GetComponentModeMaxValue() { return GetComponentModeMaxValue_15(); } private native int GetComponentMode_16(); public int GetComponentMode() { return GetComponentMode_16(); } private native void SetComponentModeToUseSelected_17(); public void SetComponentModeToUseSelected() { SetComponentModeToUseSelected_17(); } private native void SetComponentModeToUseAll_18(); public void SetComponentModeToUseAll() { SetComponentModeToUseAll_18(); } private native void SetComponentModeToUseAny_19(); public void SetComponentModeToUseAny() { SetComponentModeToUseAny_19(); } private native String GetComponentModeAsString_20(); public String GetComponentModeAsString() { return GetComponentModeAsString_20(); } private native void SetSelectedComponent_21(int id0); public void SetSelectedComponent(int id0) { SetSelectedComponent_21(id0); } private native int GetSelectedComponentMinValue_22(); public int GetSelectedComponentMinValue() { return GetSelectedComponentMinValue_22(); } private native int GetSelectedComponentMaxValue_23(); public int GetSelectedComponentMaxValue() { return GetSelectedComponentMaxValue_23(); } private native int GetSelectedComponent_24(); public int GetSelectedComponent() { return GetSelectedComponent_24(); } private native void SetAllScalars_25(int id0); public void SetAllScalars(int id0) { SetAllScalars_25(id0); } private native int GetAllScalars_26(); public int GetAllScalars() { return GetAllScalars_26(); } private native void AllScalarsOn_27(); public void AllScalarsOn() { AllScalarsOn_27(); } private native void AllScalarsOff_28(); public void AllScalarsOff() { AllScalarsOff_28(); } private native void SetPointsDataTypeToDouble_29(); public void SetPointsDataTypeToDouble() { SetPointsDataTypeToDouble_29(); } private native void SetPointsDataTypeToFloat_30(); public void SetPointsDataTypeToFloat() { SetPointsDataTypeToFloat_30(); } private native void SetPointsDataType_31(int id0); public void SetPointsDataType(int id0) { SetPointsDataType_31(id0); } private native int GetPointsDataType_32(); public int GetPointsDataType() { return GetPointsDataType_32(); } public vtkThreshold() { super(); } public vtkThreshold(long id) { super(id); } public native long VTKInit(); }