]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkQuantizePolyDataPoints.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkQuantizePolyDataPoints.java
1 // java wrapper for vtkQuantizePolyDataPoints object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkQuantizePolyDataPoints extends vtkCleanPolyData
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 SetQFactor_2(double id0);
19   public void SetQFactor(double id0)
20     { SetQFactor_2(id0); }
21
22   private native double GetQFactorMinValue_3();
23   public double GetQFactorMinValue()
24     { return GetQFactorMinValue_3(); }
25
26   private native double GetQFactorMaxValue_4();
27   public double GetQFactorMaxValue()
28     { return GetQFactorMaxValue_4(); }
29
30   private native double GetQFactor_5();
31   public double GetQFactor()
32     { return GetQFactor_5(); }
33
34   private native void OperateOnPoint_6(double id0[],double id1[]);
35   public void OperateOnPoint(double id0[],double id1[])
36     { OperateOnPoint_6(id0,id1); }
37
38   private native void OperateOnBounds_7(double id0[],double id1[]);
39   public void OperateOnBounds(double id0[],double id1[])
40     { OperateOnBounds_7(id0,id1); }
41
42   public vtkQuantizePolyDataPoints() { super(); }
43
44   public vtkQuantizePolyDataPoints(long id) { super(id); }
45   public native long   VTKInit();
46
47 }