]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkRecursiveDividingCubes.java
Equipment/Component library customization
[simantics/3d.git] / vtk / src / vtk / vtkRecursiveDividingCubes.java
1 // java wrapper for vtkRecursiveDividingCubes object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkRecursiveDividingCubes extends vtkPolyDataAlgorithm
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 SetValue_2(double id0);
19   public void SetValue(double id0)
20     { SetValue_2(id0); }
21
22   private native double GetValue_3();
23   public double GetValue()
24     { return GetValue_3(); }
25
26   private native void SetDistance_4(double id0);
27   public void SetDistance(double id0)
28     { SetDistance_4(id0); }
29
30   private native double GetDistanceMinValue_5();
31   public double GetDistanceMinValue()
32     { return GetDistanceMinValue_5(); }
33
34   private native double GetDistanceMaxValue_6();
35   public double GetDistanceMaxValue()
36     { return GetDistanceMaxValue_6(); }
37
38   private native double GetDistance_7();
39   public double GetDistance()
40     { return GetDistance_7(); }
41
42   private native void SetIncrement_8(int id0);
43   public void SetIncrement(int id0)
44     { SetIncrement_8(id0); }
45
46   private native int GetIncrementMinValue_9();
47   public int GetIncrementMinValue()
48     { return GetIncrementMinValue_9(); }
49
50   private native int GetIncrementMaxValue_10();
51   public int GetIncrementMaxValue()
52     { return GetIncrementMaxValue_10(); }
53
54   private native int GetIncrement_11();
55   public int GetIncrement()
56     { return GetIncrement_11(); }
57
58   public vtkRecursiveDividingCubes() { super(); }
59
60   public vtkRecursiveDividingCubes(long id) { super(id); }
61   public native long   VTKInit();
62
63 }