]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkHierarchicalBinningFilter.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkHierarchicalBinningFilter.java
1 // java wrapper for vtkHierarchicalBinningFilter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkHierarchicalBinningFilter 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 SetNumberOfLevels_2(int id0);
19   public void SetNumberOfLevels(int id0)
20     { SetNumberOfLevels_2(id0); }
21
22   private native int GetNumberOfLevelsMinValue_3();
23   public int GetNumberOfLevelsMinValue()
24     { return GetNumberOfLevelsMinValue_3(); }
25
26   private native int GetNumberOfLevelsMaxValue_4();
27   public int GetNumberOfLevelsMaxValue()
28     { return GetNumberOfLevelsMaxValue_4(); }
29
30   private native int GetNumberOfLevels_5();
31   public int GetNumberOfLevels()
32     { return GetNumberOfLevels_5(); }
33
34   private native void SetAutomatic_6(boolean id0);
35   public void SetAutomatic(boolean id0)
36     { SetAutomatic_6(id0); }
37
38   private native boolean GetAutomatic_7();
39   public boolean GetAutomatic()
40     { return GetAutomatic_7(); }
41
42   private native void AutomaticOn_8();
43   public void AutomaticOn()
44     { AutomaticOn_8(); }
45
46   private native void AutomaticOff_9();
47   public void AutomaticOff()
48     { AutomaticOff_9(); }
49
50   private native void SetDivisions_10(int id0,int id1,int id2);
51   public void SetDivisions(int id0,int id1,int id2)
52     { SetDivisions_10(id0,id1,id2); }
53
54   private native void SetDivisions_11(int id0[]);
55   public void SetDivisions(int id0[])
56     { SetDivisions_11(id0); }
57
58   private native int[]  GetDivisions_12();
59   public int[]  GetDivisions()
60     { return GetDivisions_12(); }
61
62   private native void SetBounds_13(double id0,double id1,double id2,double id3,double id4,double id5);
63   public void SetBounds(double id0,double id1,double id2,double id3,double id4,double id5)
64     { SetBounds_13(id0,id1,id2,id3,id4,id5); }
65
66   private native void SetBounds_14(double id0[]);
67   public void SetBounds(double id0[])
68     { SetBounds_14(id0); }
69
70   private native double[] GetBounds_15();
71   public double[] GetBounds()
72     { return GetBounds_15(); }
73
74   private native int GetNumberOfGlobalBins_16();
75   public int GetNumberOfGlobalBins()
76     { return GetNumberOfGlobalBins_16(); }
77
78   private native int GetNumberOfBins_17(int id0);
79   public int GetNumberOfBins(int id0)
80     { return GetNumberOfBins_17(id0); }
81
82   private native void GetBinBounds_18(int id0,double id1[]);
83   public void GetBinBounds(int id0,double id1[])
84     { GetBinBounds_18(id0,id1); }
85
86   private native void GetLocalBinBounds_19(int id0,int id1,double id2[]);
87   public void GetLocalBinBounds(int id0,int id1,double id2[])
88     { GetLocalBinBounds_19(id0,id1,id2); }
89
90   public vtkHierarchicalBinningFilter() { super(); }
91
92   public vtkHierarchicalBinningFilter(long id) { super(id); }
93   public native long   VTKInit();
94
95 }