]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkSplineFilter.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkSplineFilter.java
1 // java wrapper for vtkSplineFilter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkSplineFilter 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 SetMaximumNumberOfSubdivisions_2(int id0);
19   public void SetMaximumNumberOfSubdivisions(int id0)
20     { SetMaximumNumberOfSubdivisions_2(id0); }
21
22   private native int GetMaximumNumberOfSubdivisionsMinValue_3();
23   public int GetMaximumNumberOfSubdivisionsMinValue()
24     { return GetMaximumNumberOfSubdivisionsMinValue_3(); }
25
26   private native int GetMaximumNumberOfSubdivisionsMaxValue_4();
27   public int GetMaximumNumberOfSubdivisionsMaxValue()
28     { return GetMaximumNumberOfSubdivisionsMaxValue_4(); }
29
30   private native int GetMaximumNumberOfSubdivisions_5();
31   public int GetMaximumNumberOfSubdivisions()
32     { return GetMaximumNumberOfSubdivisions_5(); }
33
34   private native void SetSubdivide_6(int id0);
35   public void SetSubdivide(int id0)
36     { SetSubdivide_6(id0); }
37
38   private native int GetSubdivideMinValue_7();
39   public int GetSubdivideMinValue()
40     { return GetSubdivideMinValue_7(); }
41
42   private native int GetSubdivideMaxValue_8();
43   public int GetSubdivideMaxValue()
44     { return GetSubdivideMaxValue_8(); }
45
46   private native int GetSubdivide_9();
47   public int GetSubdivide()
48     { return GetSubdivide_9(); }
49
50   private native void SetSubdivideToSpecified_10();
51   public void SetSubdivideToSpecified()
52     { SetSubdivideToSpecified_10(); }
53
54   private native void SetSubdivideToLength_11();
55   public void SetSubdivideToLength()
56     { SetSubdivideToLength_11(); }
57
58   private native String GetSubdivideAsString_12();
59   public String GetSubdivideAsString()
60     { return GetSubdivideAsString_12(); }
61
62   private native void SetNumberOfSubdivisions_13(int id0);
63   public void SetNumberOfSubdivisions(int id0)
64     { SetNumberOfSubdivisions_13(id0); }
65
66   private native int GetNumberOfSubdivisionsMinValue_14();
67   public int GetNumberOfSubdivisionsMinValue()
68     { return GetNumberOfSubdivisionsMinValue_14(); }
69
70   private native int GetNumberOfSubdivisionsMaxValue_15();
71   public int GetNumberOfSubdivisionsMaxValue()
72     { return GetNumberOfSubdivisionsMaxValue_15(); }
73
74   private native int GetNumberOfSubdivisions_16();
75   public int GetNumberOfSubdivisions()
76     { return GetNumberOfSubdivisions_16(); }
77
78   private native void SetLength_17(double id0);
79   public void SetLength(double id0)
80     { SetLength_17(id0); }
81
82   private native double GetLengthMinValue_18();
83   public double GetLengthMinValue()
84     { return GetLengthMinValue_18(); }
85
86   private native double GetLengthMaxValue_19();
87   public double GetLengthMaxValue()
88     { return GetLengthMaxValue_19(); }
89
90   private native double GetLength_20();
91   public double GetLength()
92     { return GetLength_20(); }
93
94   private native void SetSpline_21(vtkSpline id0);
95   public void SetSpline(vtkSpline id0)
96     { SetSpline_21(id0); }
97
98   private native long GetSpline_22();
99   public vtkSpline GetSpline() {
100     long temp = GetSpline_22();
101
102     if (temp == 0) return null;
103     return (vtkSpline)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
104 }
105
106   private native void SetGenerateTCoords_23(int id0);
107   public void SetGenerateTCoords(int id0)
108     { SetGenerateTCoords_23(id0); }
109
110   private native int GetGenerateTCoordsMinValue_24();
111   public int GetGenerateTCoordsMinValue()
112     { return GetGenerateTCoordsMinValue_24(); }
113
114   private native int GetGenerateTCoordsMaxValue_25();
115   public int GetGenerateTCoordsMaxValue()
116     { return GetGenerateTCoordsMaxValue_25(); }
117
118   private native int GetGenerateTCoords_26();
119   public int GetGenerateTCoords()
120     { return GetGenerateTCoords_26(); }
121
122   private native void SetGenerateTCoordsToOff_27();
123   public void SetGenerateTCoordsToOff()
124     { SetGenerateTCoordsToOff_27(); }
125
126   private native void SetGenerateTCoordsToNormalizedLength_28();
127   public void SetGenerateTCoordsToNormalizedLength()
128     { SetGenerateTCoordsToNormalizedLength_28(); }
129
130   private native void SetGenerateTCoordsToUseLength_29();
131   public void SetGenerateTCoordsToUseLength()
132     { SetGenerateTCoordsToUseLength_29(); }
133
134   private native void SetGenerateTCoordsToUseScalars_30();
135   public void SetGenerateTCoordsToUseScalars()
136     { SetGenerateTCoordsToUseScalars_30(); }
137
138   private native String GetGenerateTCoordsAsString_31();
139   public String GetGenerateTCoordsAsString()
140     { return GetGenerateTCoordsAsString_31(); }
141
142   private native void SetTextureLength_32(double id0);
143   public void SetTextureLength(double id0)
144     { SetTextureLength_32(id0); }
145
146   private native double GetTextureLengthMinValue_33();
147   public double GetTextureLengthMinValue()
148     { return GetTextureLengthMinValue_33(); }
149
150   private native double GetTextureLengthMaxValue_34();
151   public double GetTextureLengthMaxValue()
152     { return GetTextureLengthMaxValue_34(); }
153
154   private native double GetTextureLength_35();
155   public double GetTextureLength()
156     { return GetTextureLength_35(); }
157
158   public vtkSplineFilter() { super(); }
159
160   public vtkSplineFilter(long id) { super(id); }
161   public native long   VTKInit();
162
163 }