]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkFitImplicitFunction.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkFitImplicitFunction.java
1 // java wrapper for vtkFitImplicitFunction object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkFitImplicitFunction extends vtkPointCloudFilter
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native void SetImplicitFunction_2(vtkImplicitFunction id0);
19   public void SetImplicitFunction(vtkImplicitFunction id0)
20     { SetImplicitFunction_2(id0); }
21
22   private native long GetImplicitFunction_3();
23   public vtkImplicitFunction GetImplicitFunction() {
24     long temp = GetImplicitFunction_3();
25
26     if (temp == 0) return null;
27     return (vtkImplicitFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void SetThreshold_4(double id0);
31   public void SetThreshold(double id0)
32     { SetThreshold_4(id0); }
33
34   private native double GetThresholdMinValue_5();
35   public double GetThresholdMinValue()
36     { return GetThresholdMinValue_5(); }
37
38   private native double GetThresholdMaxValue_6();
39   public double GetThresholdMaxValue()
40     { return GetThresholdMaxValue_6(); }
41
42   private native double GetThreshold_7();
43   public double GetThreshold()
44     { return GetThreshold_7(); }
45
46   private native int GetMTime_8();
47   public int GetMTime()
48     { return GetMTime_8(); }
49
50   public vtkFitImplicitFunction() { super(); }
51
52   public vtkFitImplicitFunction(long id) { super(id); }
53   public native long   VTKInit();
54
55 }