]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkCellSizeFilter.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkCellSizeFilter.java
1 // java wrapper for vtkCellSizeFilter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkCellSizeFilter extends vtkPassInputTypeAlgorithm
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 SetComputeVertexCount_2(boolean id0);
19   public void SetComputeVertexCount(boolean id0)
20     { SetComputeVertexCount_2(id0); }
21
22   private native boolean GetComputeVertexCount_3();
23   public boolean GetComputeVertexCount()
24     { return GetComputeVertexCount_3(); }
25
26   private native void ComputeVertexCountOn_4();
27   public void ComputeVertexCountOn()
28     { ComputeVertexCountOn_4(); }
29
30   private native void ComputeVertexCountOff_5();
31   public void ComputeVertexCountOff()
32     { ComputeVertexCountOff_5(); }
33
34   private native void SetComputeLength_6(boolean id0);
35   public void SetComputeLength(boolean id0)
36     { SetComputeLength_6(id0); }
37
38   private native boolean GetComputeLength_7();
39   public boolean GetComputeLength()
40     { return GetComputeLength_7(); }
41
42   private native void ComputeLengthOn_8();
43   public void ComputeLengthOn()
44     { ComputeLengthOn_8(); }
45
46   private native void ComputeLengthOff_9();
47   public void ComputeLengthOff()
48     { ComputeLengthOff_9(); }
49
50   private native void SetComputeArea_10(boolean id0);
51   public void SetComputeArea(boolean id0)
52     { SetComputeArea_10(id0); }
53
54   private native boolean GetComputeArea_11();
55   public boolean GetComputeArea()
56     { return GetComputeArea_11(); }
57
58   private native void ComputeAreaOn_12();
59   public void ComputeAreaOn()
60     { ComputeAreaOn_12(); }
61
62   private native void ComputeAreaOff_13();
63   public void ComputeAreaOff()
64     { ComputeAreaOff_13(); }
65
66   private native void SetComputeVolume_14(boolean id0);
67   public void SetComputeVolume(boolean id0)
68     { SetComputeVolume_14(id0); }
69
70   private native boolean GetComputeVolume_15();
71   public boolean GetComputeVolume()
72     { return GetComputeVolume_15(); }
73
74   private native void ComputeVolumeOn_16();
75   public void ComputeVolumeOn()
76     { ComputeVolumeOn_16(); }
77
78   private native void ComputeVolumeOff_17();
79   public void ComputeVolumeOff()
80     { ComputeVolumeOff_17(); }
81
82   private native void SetComputeSum_18(boolean id0);
83   public void SetComputeSum(boolean id0)
84     { SetComputeSum_18(id0); }
85
86   private native boolean GetComputeSum_19();
87   public boolean GetComputeSum()
88     { return GetComputeSum_19(); }
89
90   private native void ComputeSumOn_20();
91   public void ComputeSumOn()
92     { ComputeSumOn_20(); }
93
94   private native void ComputeSumOff_21();
95   public void ComputeSumOff()
96     { ComputeSumOff_21(); }
97
98   private native void SetVertexCountArrayName_22(String id0);
99   public void SetVertexCountArrayName(String id0)
100     { SetVertexCountArrayName_22(id0); }
101
102   private native String GetVertexCountArrayName_23();
103   public String GetVertexCountArrayName()
104     { return GetVertexCountArrayName_23(); }
105
106   private native void SetLengthArrayName_24(String id0);
107   public void SetLengthArrayName(String id0)
108     { SetLengthArrayName_24(id0); }
109
110   private native String GetLengthArrayName_25();
111   public String GetLengthArrayName()
112     { return GetLengthArrayName_25(); }
113
114   private native void SetAreaArrayName_26(String id0);
115   public void SetAreaArrayName(String id0)
116     { SetAreaArrayName_26(id0); }
117
118   private native String GetAreaArrayName_27();
119   public String GetAreaArrayName()
120     { return GetAreaArrayName_27(); }
121
122   private native void SetVolumeArrayName_28(String id0);
123   public void SetVolumeArrayName(String id0)
124     { SetVolumeArrayName_28(id0); }
125
126   private native String GetVolumeArrayName_29();
127   public String GetVolumeArrayName()
128     { return GetVolumeArrayName_29(); }
129
130   public vtkCellSizeFilter() { super(); }
131
132   public vtkCellSizeFilter(long id) { super(id); }
133   public native long   VTKInit();
134
135 }