]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkRibbonFilter.java
Revised native library loading for VTK
[simantics/3d.git] / vtk / src / vtk / vtkRibbonFilter.java
1 // java wrapper for vtkRibbonFilter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkRibbonFilter 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 SetWidth_2(double id0);
19   public void SetWidth(double id0)
20     { SetWidth_2(id0); }
21
22   private native double GetWidthMinValue_3();
23   public double GetWidthMinValue()
24     { return GetWidthMinValue_3(); }
25
26   private native double GetWidthMaxValue_4();
27   public double GetWidthMaxValue()
28     { return GetWidthMaxValue_4(); }
29
30   private native double GetWidth_5();
31   public double GetWidth()
32     { return GetWidth_5(); }
33
34   private native void SetAngle_6(double id0);
35   public void SetAngle(double id0)
36     { SetAngle_6(id0); }
37
38   private native double GetAngleMinValue_7();
39   public double GetAngleMinValue()
40     { return GetAngleMinValue_7(); }
41
42   private native double GetAngleMaxValue_8();
43   public double GetAngleMaxValue()
44     { return GetAngleMaxValue_8(); }
45
46   private native double GetAngle_9();
47   public double GetAngle()
48     { return GetAngle_9(); }
49
50   private native void SetVaryWidth_10(int id0);
51   public void SetVaryWidth(int id0)
52     { SetVaryWidth_10(id0); }
53
54   private native int GetVaryWidth_11();
55   public int GetVaryWidth()
56     { return GetVaryWidth_11(); }
57
58   private native void VaryWidthOn_12();
59   public void VaryWidthOn()
60     { VaryWidthOn_12(); }
61
62   private native void VaryWidthOff_13();
63   public void VaryWidthOff()
64     { VaryWidthOff_13(); }
65
66   private native void SetWidthFactor_14(double id0);
67   public void SetWidthFactor(double id0)
68     { SetWidthFactor_14(id0); }
69
70   private native double GetWidthFactor_15();
71   public double GetWidthFactor()
72     { return GetWidthFactor_15(); }
73
74   private native void SetDefaultNormal_16(double id0,double id1,double id2);
75   public void SetDefaultNormal(double id0,double id1,double id2)
76     { SetDefaultNormal_16(id0,id1,id2); }
77
78   private native void SetDefaultNormal_17(double id0[]);
79   public void SetDefaultNormal(double id0[])
80     { SetDefaultNormal_17(id0); }
81
82   private native double[] GetDefaultNormal_18();
83   public double[] GetDefaultNormal()
84     { return GetDefaultNormal_18(); }
85
86   private native void SetUseDefaultNormal_19(int id0);
87   public void SetUseDefaultNormal(int id0)
88     { SetUseDefaultNormal_19(id0); }
89
90   private native int GetUseDefaultNormal_20();
91   public int GetUseDefaultNormal()
92     { return GetUseDefaultNormal_20(); }
93
94   private native void UseDefaultNormalOn_21();
95   public void UseDefaultNormalOn()
96     { UseDefaultNormalOn_21(); }
97
98   private native void UseDefaultNormalOff_22();
99   public void UseDefaultNormalOff()
100     { UseDefaultNormalOff_22(); }
101
102   private native void SetGenerateTCoords_23(int id0);
103   public void SetGenerateTCoords(int id0)
104     { SetGenerateTCoords_23(id0); }
105
106   private native int GetGenerateTCoordsMinValue_24();
107   public int GetGenerateTCoordsMinValue()
108     { return GetGenerateTCoordsMinValue_24(); }
109
110   private native int GetGenerateTCoordsMaxValue_25();
111   public int GetGenerateTCoordsMaxValue()
112     { return GetGenerateTCoordsMaxValue_25(); }
113
114   private native int GetGenerateTCoords_26();
115   public int GetGenerateTCoords()
116     { return GetGenerateTCoords_26(); }
117
118   private native void SetGenerateTCoordsToOff_27();
119   public void SetGenerateTCoordsToOff()
120     { SetGenerateTCoordsToOff_27(); }
121
122   private native void SetGenerateTCoordsToNormalizedLength_28();
123   public void SetGenerateTCoordsToNormalizedLength()
124     { SetGenerateTCoordsToNormalizedLength_28(); }
125
126   private native void SetGenerateTCoordsToUseLength_29();
127   public void SetGenerateTCoordsToUseLength()
128     { SetGenerateTCoordsToUseLength_29(); }
129
130   private native void SetGenerateTCoordsToUseScalars_30();
131   public void SetGenerateTCoordsToUseScalars()
132     { SetGenerateTCoordsToUseScalars_30(); }
133
134   private native String GetGenerateTCoordsAsString_31();
135   public String GetGenerateTCoordsAsString()
136     { return GetGenerateTCoordsAsString_31(); }
137
138   private native void SetTextureLength_32(double id0);
139   public void SetTextureLength(double id0)
140     { SetTextureLength_32(id0); }
141
142   private native double GetTextureLengthMinValue_33();
143   public double GetTextureLengthMinValue()
144     { return GetTextureLengthMinValue_33(); }
145
146   private native double GetTextureLengthMaxValue_34();
147   public double GetTextureLengthMaxValue()
148     { return GetTextureLengthMaxValue_34(); }
149
150   private native double GetTextureLength_35();
151   public double GetTextureLength()
152     { return GetTextureLength_35(); }
153
154   public vtkRibbonFilter() { super(); }
155
156   public vtkRibbonFilter(long id) { super(id); }
157   public native long   VTKInit();
158
159 }