// java wrapper for vtkFitImplicitFunction object // package vtk; import vtk.*; public class vtkFitImplicitFunction extends vtkPointCloudFilter { 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 SetImplicitFunction_2(vtkImplicitFunction id0); public void SetImplicitFunction(vtkImplicitFunction id0) { SetImplicitFunction_2(id0); } private native long GetImplicitFunction_3(); public vtkImplicitFunction GetImplicitFunction() { long temp = GetImplicitFunction_3(); if (temp == 0) return null; return (vtkImplicitFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetThreshold_4(double id0); public void SetThreshold(double id0) { SetThreshold_4(id0); } private native double GetThresholdMinValue_5(); public double GetThresholdMinValue() { return GetThresholdMinValue_5(); } private native double GetThresholdMaxValue_6(); public double GetThresholdMaxValue() { return GetThresholdMaxValue_6(); } private native double GetThreshold_7(); public double GetThreshold() { return GetThreshold_7(); } private native int GetMTime_8(); public int GetMTime() { return GetMTime_8(); } public vtkFitImplicitFunction() { super(); } public vtkFitImplicitFunction(long id) { super(id); } public native long VTKInit(); }