]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkBinCellDataFilter.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkBinCellDataFilter.java
1 // java wrapper for vtkBinCellDataFilter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkBinCellDataFilter extends vtkDataSetAlgorithm
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(int id0,double id1);
19   public void SetValue(int id0,double id1)
20     { SetValue_2(id0,id1); }
21
22   private native double GetValue_3(int id0);
23   public double GetValue(int id0)
24     { return GetValue_3(id0); }
25
26   private native void SetNumberOfBins_4(int id0);
27   public void SetNumberOfBins(int id0)
28     { SetNumberOfBins_4(id0); }
29
30   private native int GetNumberOfBins_5();
31   public int GetNumberOfBins()
32     { return GetNumberOfBins_5(); }
33
34   private native void GenerateValues_6(int id0,double id1[]);
35   public void GenerateValues(int id0,double id1[])
36     { GenerateValues_6(id0,id1); }
37
38   private native void GenerateValues_7(int id0,double id1,double id2);
39   public void GenerateValues(int id0,double id1,double id2)
40     { GenerateValues_7(id0,id1,id2); }
41
42   private native void SetSourceData_8(vtkDataObject id0);
43   public void SetSourceData(vtkDataObject id0)
44     { SetSourceData_8(id0); }
45
46   private native long GetSource_9();
47   public vtkDataObject GetSource() {
48     long temp = GetSource_9();
49
50     if (temp == 0) return null;
51     return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
52 }
53
54   private native void SetSourceConnection_10(vtkAlgorithmOutput id0);
55   public void SetSourceConnection(vtkAlgorithmOutput id0)
56     { SetSourceConnection_10(id0); }
57
58   private native void SetSpatialMatch_11(int id0);
59   public void SetSpatialMatch(int id0)
60     { SetSpatialMatch_11(id0); }
61
62   private native int GetSpatialMatch_12();
63   public int GetSpatialMatch()
64     { return GetSpatialMatch_12(); }
65
66   private native void SpatialMatchOn_13();
67   public void SpatialMatchOn()
68     { SpatialMatchOn_13(); }
69
70   private native void SpatialMatchOff_14();
71   public void SpatialMatchOff()
72     { SpatialMatchOff_14(); }
73
74   private native void SetStoreNumberOfNonzeroBins_15(boolean id0);
75   public void SetStoreNumberOfNonzeroBins(boolean id0)
76     { SetStoreNumberOfNonzeroBins_15(id0); }
77
78   private native void StoreNumberOfNonzeroBinsOn_16();
79   public void StoreNumberOfNonzeroBinsOn()
80     { StoreNumberOfNonzeroBinsOn_16(); }
81
82   private native void StoreNumberOfNonzeroBinsOff_17();
83   public void StoreNumberOfNonzeroBinsOff()
84     { StoreNumberOfNonzeroBinsOff_17(); }
85
86   private native boolean GetStoreNumberOfNonzeroBins_18();
87   public boolean GetStoreNumberOfNonzeroBins()
88     { return GetStoreNumberOfNonzeroBins_18(); }
89
90   private native void SetNumberOfNonzeroBinsArrayName_19(String id0);
91   public void SetNumberOfNonzeroBinsArrayName(String id0)
92     { SetNumberOfNonzeroBinsArrayName_19(id0); }
93
94   private native String GetNumberOfNonzeroBinsArrayName_20();
95   public String GetNumberOfNonzeroBinsArrayName()
96     { return GetNumberOfNonzeroBinsArrayName_20(); }
97
98   private native void SetTolerance_21(double id0);
99   public void SetTolerance(double id0)
100     { SetTolerance_21(id0); }
101
102   private native double GetTolerance_22();
103   public double GetTolerance()
104     { return GetTolerance_22(); }
105
106   private native void SetComputeTolerance_23(boolean id0);
107   public void SetComputeTolerance(boolean id0)
108     { SetComputeTolerance_23(id0); }
109
110   private native void ComputeToleranceOn_24();
111   public void ComputeToleranceOn()
112     { ComputeToleranceOn_24(); }
113
114   private native void ComputeToleranceOff_25();
115   public void ComputeToleranceOff()
116     { ComputeToleranceOff_25(); }
117
118   private native boolean GetComputeTolerance_26();
119   public boolean GetComputeTolerance()
120     { return GetComputeTolerance_26(); }
121
122   private native void SetArrayComponent_27(int id0);
123   public void SetArrayComponent(int id0)
124     { SetArrayComponent_27(id0); }
125
126   private native int GetArrayComponent_28();
127   public int GetArrayComponent()
128     { return GetArrayComponent_28(); }
129
130   private native void SetCellOverlapMethod_29(int id0);
131   public void SetCellOverlapMethod(int id0)
132     { SetCellOverlapMethod_29(id0); }
133
134   private native int GetCellOverlapMethodMinValue_30();
135   public int GetCellOverlapMethodMinValue()
136     { return GetCellOverlapMethodMinValue_30(); }
137
138   private native int GetCellOverlapMethodMaxValue_31();
139   public int GetCellOverlapMethodMaxValue()
140     { return GetCellOverlapMethodMaxValue_31(); }
141
142   private native int GetCellOverlapMethod_32();
143   public int GetCellOverlapMethod()
144     { return GetCellOverlapMethod_32(); }
145
146   private native void SetCellLocator_33(vtkAbstractCellLocator id0);
147   public void SetCellLocator(vtkAbstractCellLocator id0)
148     { SetCellLocator_33(id0); }
149
150   private native long GetCellLocator_34();
151   public vtkAbstractCellLocator GetCellLocator() {
152     long temp = GetCellLocator_34();
153
154     if (temp == 0) return null;
155     return (vtkAbstractCellLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
156 }
157
158   public vtkBinCellDataFilter() { super(); }
159
160   public vtkBinCellDataFilter(long id) { super(id); }
161   public native long   VTKInit();
162
163 }