]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkRuledSurfaceFilter.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkRuledSurfaceFilter.java
1 // java wrapper for vtkRuledSurfaceFilter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkRuledSurfaceFilter 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 SetDistanceFactor_2(double id0);
19   public void SetDistanceFactor(double id0)
20     { SetDistanceFactor_2(id0); }
21
22   private native double GetDistanceFactorMinValue_3();
23   public double GetDistanceFactorMinValue()
24     { return GetDistanceFactorMinValue_3(); }
25
26   private native double GetDistanceFactorMaxValue_4();
27   public double GetDistanceFactorMaxValue()
28     { return GetDistanceFactorMaxValue_4(); }
29
30   private native double GetDistanceFactor_5();
31   public double GetDistanceFactor()
32     { return GetDistanceFactor_5(); }
33
34   private native void SetOnRatio_6(int id0);
35   public void SetOnRatio(int id0)
36     { SetOnRatio_6(id0); }
37
38   private native int GetOnRatioMinValue_7();
39   public int GetOnRatioMinValue()
40     { return GetOnRatioMinValue_7(); }
41
42   private native int GetOnRatioMaxValue_8();
43   public int GetOnRatioMaxValue()
44     { return GetOnRatioMaxValue_8(); }
45
46   private native int GetOnRatio_9();
47   public int GetOnRatio()
48     { return GetOnRatio_9(); }
49
50   private native void SetOffset_10(int id0);
51   public void SetOffset(int id0)
52     { SetOffset_10(id0); }
53
54   private native int GetOffsetMinValue_11();
55   public int GetOffsetMinValue()
56     { return GetOffsetMinValue_11(); }
57
58   private native int GetOffsetMaxValue_12();
59   public int GetOffsetMaxValue()
60     { return GetOffsetMaxValue_12(); }
61
62   private native int GetOffset_13();
63   public int GetOffset()
64     { return GetOffset_13(); }
65
66   private native void SetCloseSurface_14(int id0);
67   public void SetCloseSurface(int id0)
68     { SetCloseSurface_14(id0); }
69
70   private native int GetCloseSurface_15();
71   public int GetCloseSurface()
72     { return GetCloseSurface_15(); }
73
74   private native void CloseSurfaceOn_16();
75   public void CloseSurfaceOn()
76     { CloseSurfaceOn_16(); }
77
78   private native void CloseSurfaceOff_17();
79   public void CloseSurfaceOff()
80     { CloseSurfaceOff_17(); }
81
82   private native void SetRuledMode_18(int id0);
83   public void SetRuledMode(int id0)
84     { SetRuledMode_18(id0); }
85
86   private native int GetRuledModeMinValue_19();
87   public int GetRuledModeMinValue()
88     { return GetRuledModeMinValue_19(); }
89
90   private native int GetRuledModeMaxValue_20();
91   public int GetRuledModeMaxValue()
92     { return GetRuledModeMaxValue_20(); }
93
94   private native int GetRuledMode_21();
95   public int GetRuledMode()
96     { return GetRuledMode_21(); }
97
98   private native void SetRuledModeToResample_22();
99   public void SetRuledModeToResample()
100     { SetRuledModeToResample_22(); }
101
102   private native void SetRuledModeToPointWalk_23();
103   public void SetRuledModeToPointWalk()
104     { SetRuledModeToPointWalk_23(); }
105
106   private native String GetRuledModeAsString_24();
107   public String GetRuledModeAsString()
108     { return GetRuledModeAsString_24(); }
109
110   private native void SetResolution_25(int id0,int id1);
111   public void SetResolution(int id0,int id1)
112     { SetResolution_25(id0,id1); }
113
114   private native void SetResolution_26(int id0[]);
115   public void SetResolution(int id0[])
116     { SetResolution_26(id0); }
117
118   private native int[]  GetResolution_27();
119   public int[]  GetResolution()
120     { return GetResolution_27(); }
121
122   private native void SetPassLines_28(int id0);
123   public void SetPassLines(int id0)
124     { SetPassLines_28(id0); }
125
126   private native int GetPassLines_29();
127   public int GetPassLines()
128     { return GetPassLines_29(); }
129
130   private native void PassLinesOn_30();
131   public void PassLinesOn()
132     { PassLinesOn_30(); }
133
134   private native void PassLinesOff_31();
135   public void PassLinesOff()
136     { PassLinesOff_31(); }
137
138   private native void SetOrientLoops_32(int id0);
139   public void SetOrientLoops(int id0)
140     { SetOrientLoops_32(id0); }
141
142   private native int GetOrientLoops_33();
143   public int GetOrientLoops()
144     { return GetOrientLoops_33(); }
145
146   private native void OrientLoopsOn_34();
147   public void OrientLoopsOn()
148     { OrientLoopsOn_34(); }
149
150   private native void OrientLoopsOff_35();
151   public void OrientLoopsOff()
152     { OrientLoopsOff_35(); }
153
154   public vtkRuledSurfaceFilter() { super(); }
155
156   public vtkRuledSurfaceFilter(long id) { super(id); }
157   public native long   VTKInit();
158
159 }