1 // java wrapper for vtkFitImplicitFunction object
7 public class vtkFitImplicitFunction extends vtkPointCloudFilter
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native void SetImplicitFunction_2(vtkImplicitFunction id0);
19 public void SetImplicitFunction(vtkImplicitFunction id0)
20 { SetImplicitFunction_2(id0); }
22 private native long GetImplicitFunction_3();
23 public vtkImplicitFunction GetImplicitFunction() {
24 long temp = GetImplicitFunction_3();
26 if (temp == 0) return null;
27 return (vtkImplicitFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
30 private native void SetThreshold_4(double id0);
31 public void SetThreshold(double id0)
32 { SetThreshold_4(id0); }
34 private native double GetThresholdMinValue_5();
35 public double GetThresholdMinValue()
36 { return GetThresholdMinValue_5(); }
38 private native double GetThresholdMaxValue_6();
39 public double GetThresholdMaxValue()
40 { return GetThresholdMaxValue_6(); }
42 private native double GetThreshold_7();
43 public double GetThreshold()
44 { return GetThreshold_7(); }
46 private native int GetMTime_8();
48 { return GetMTime_8(); }
50 public vtkFitImplicitFunction() { super(); }
52 public vtkFitImplicitFunction(long id) { super(id); }
53 public native long VTKInit();