]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkStreamTracer.java
Fix PNG loading
[simantics/3d.git] / vtk / src / vtk / vtkStreamTracer.java
1 // java wrapper for vtkStreamTracer object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkStreamTracer 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 SetStartPosition_2(double id0,double id1,double id2);
19   public void SetStartPosition(double id0,double id1,double id2)
20     { SetStartPosition_2(id0,id1,id2); }
21
22   private native void SetStartPosition_3(double id0[]);
23   public void SetStartPosition(double id0[])
24     { SetStartPosition_3(id0); }
25
26   private native double[] GetStartPosition_4();
27   public double[] GetStartPosition()
28     { return GetStartPosition_4(); }
29
30   private native void SetSourceData_5(vtkDataSet id0);
31   public void SetSourceData(vtkDataSet id0)
32     { SetSourceData_5(id0); }
33
34   private native long GetSource_6();
35   public vtkDataSet GetSource() {
36     long temp = GetSource_6();
37
38     if (temp == 0) return null;
39     return (vtkDataSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
40 }
41
42   private native void SetSourceConnection_7(vtkAlgorithmOutput id0);
43   public void SetSourceConnection(vtkAlgorithmOutput id0)
44     { SetSourceConnection_7(id0); }
45
46   private native void SetIntegrator_8(vtkInitialValueProblemSolver id0);
47   public void SetIntegrator(vtkInitialValueProblemSolver id0)
48     { SetIntegrator_8(id0); }
49
50   private native long GetIntegrator_9();
51   public vtkInitialValueProblemSolver GetIntegrator() {
52     long temp = GetIntegrator_9();
53
54     if (temp == 0) return null;
55     return (vtkInitialValueProblemSolver)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
56 }
57
58   private native void SetIntegratorType_10(int id0);
59   public void SetIntegratorType(int id0)
60     { SetIntegratorType_10(id0); }
61
62   private native int GetIntegratorType_11();
63   public int GetIntegratorType()
64     { return GetIntegratorType_11(); }
65
66   private native void SetIntegratorTypeToRungeKutta2_12();
67   public void SetIntegratorTypeToRungeKutta2()
68     { SetIntegratorTypeToRungeKutta2_12(); }
69
70   private native void SetIntegratorTypeToRungeKutta4_13();
71   public void SetIntegratorTypeToRungeKutta4()
72     { SetIntegratorTypeToRungeKutta4_13(); }
73
74   private native void SetIntegratorTypeToRungeKutta45_14();
75   public void SetIntegratorTypeToRungeKutta45()
76     { SetIntegratorTypeToRungeKutta45_14(); }
77
78   private native void SetInterpolatorTypeToDataSetPointLocator_15();
79   public void SetInterpolatorTypeToDataSetPointLocator()
80     { SetInterpolatorTypeToDataSetPointLocator_15(); }
81
82   private native void SetInterpolatorTypeToCellLocator_16();
83   public void SetInterpolatorTypeToCellLocator()
84     { SetInterpolatorTypeToCellLocator_16(); }
85
86   private native void SetMaximumPropagation_17(double id0);
87   public void SetMaximumPropagation(double id0)
88     { SetMaximumPropagation_17(id0); }
89
90   private native double GetMaximumPropagation_18();
91   public double GetMaximumPropagation()
92     { return GetMaximumPropagation_18(); }
93
94   private native void SetIntegrationStepUnit_19(int id0);
95   public void SetIntegrationStepUnit(int id0)
96     { SetIntegrationStepUnit_19(id0); }
97
98   private native int GetIntegrationStepUnit_20();
99   public int GetIntegrationStepUnit()
100     { return GetIntegrationStepUnit_20(); }
101
102   private native void SetInitialIntegrationStep_21(double id0);
103   public void SetInitialIntegrationStep(double id0)
104     { SetInitialIntegrationStep_21(id0); }
105
106   private native double GetInitialIntegrationStep_22();
107   public double GetInitialIntegrationStep()
108     { return GetInitialIntegrationStep_22(); }
109
110   private native void SetMinimumIntegrationStep_23(double id0);
111   public void SetMinimumIntegrationStep(double id0)
112     { SetMinimumIntegrationStep_23(id0); }
113
114   private native double GetMinimumIntegrationStep_24();
115   public double GetMinimumIntegrationStep()
116     { return GetMinimumIntegrationStep_24(); }
117
118   private native void SetMaximumIntegrationStep_25(double id0);
119   public void SetMaximumIntegrationStep(double id0)
120     { SetMaximumIntegrationStep_25(id0); }
121
122   private native double GetMaximumIntegrationStep_26();
123   public double GetMaximumIntegrationStep()
124     { return GetMaximumIntegrationStep_26(); }
125
126   private native void SetMaximumError_27(double id0);
127   public void SetMaximumError(double id0)
128     { SetMaximumError_27(id0); }
129
130   private native double GetMaximumError_28();
131   public double GetMaximumError()
132     { return GetMaximumError_28(); }
133
134   private native void SetMaximumNumberOfSteps_29(int id0);
135   public void SetMaximumNumberOfSteps(int id0)
136     { SetMaximumNumberOfSteps_29(id0); }
137
138   private native int GetMaximumNumberOfSteps_30();
139   public int GetMaximumNumberOfSteps()
140     { return GetMaximumNumberOfSteps_30(); }
141
142   private native void SetTerminalSpeed_31(double id0);
143   public void SetTerminalSpeed(double id0)
144     { SetTerminalSpeed_31(id0); }
145
146   private native double GetTerminalSpeed_32();
147   public double GetTerminalSpeed()
148     { return GetTerminalSpeed_32(); }
149
150   private native boolean GetSurfaceStreamlines_33();
151   public boolean GetSurfaceStreamlines()
152     { return GetSurfaceStreamlines_33(); }
153
154   private native void SetSurfaceStreamlines_34(boolean id0);
155   public void SetSurfaceStreamlines(boolean id0)
156     { SetSurfaceStreamlines_34(id0); }
157
158   private native void SurfaceStreamlinesOn_35();
159   public void SurfaceStreamlinesOn()
160     { SurfaceStreamlinesOn_35(); }
161
162   private native void SurfaceStreamlinesOff_36();
163   public void SurfaceStreamlinesOff()
164     { SurfaceStreamlinesOff_36(); }
165
166   private native void SetIntegrationDirection_37(int id0);
167   public void SetIntegrationDirection(int id0)
168     { SetIntegrationDirection_37(id0); }
169
170   private native int GetIntegrationDirectionMinValue_38();
171   public int GetIntegrationDirectionMinValue()
172     { return GetIntegrationDirectionMinValue_38(); }
173
174   private native int GetIntegrationDirectionMaxValue_39();
175   public int GetIntegrationDirectionMaxValue()
176     { return GetIntegrationDirectionMaxValue_39(); }
177
178   private native int GetIntegrationDirection_40();
179   public int GetIntegrationDirection()
180     { return GetIntegrationDirection_40(); }
181
182   private native void SetIntegrationDirectionToForward_41();
183   public void SetIntegrationDirectionToForward()
184     { SetIntegrationDirectionToForward_41(); }
185
186   private native void SetIntegrationDirectionToBackward_42();
187   public void SetIntegrationDirectionToBackward()
188     { SetIntegrationDirectionToBackward_42(); }
189
190   private native void SetIntegrationDirectionToBoth_43();
191   public void SetIntegrationDirectionToBoth()
192     { SetIntegrationDirectionToBoth_43(); }
193
194   private native void SetComputeVorticity_44(boolean id0);
195   public void SetComputeVorticity(boolean id0)
196     { SetComputeVorticity_44(id0); }
197
198   private native boolean GetComputeVorticity_45();
199   public boolean GetComputeVorticity()
200     { return GetComputeVorticity_45(); }
201
202   private native void SetRotationScale_46(double id0);
203   public void SetRotationScale(double id0)
204     { SetRotationScale_46(id0); }
205
206   private native double GetRotationScale_47();
207   public double GetRotationScale()
208     { return GetRotationScale_47(); }
209
210   private native void SetInterpolatorPrototype_48(vtkAbstractInterpolatedVelocityField id0);
211   public void SetInterpolatorPrototype(vtkAbstractInterpolatedVelocityField id0)
212     { SetInterpolatorPrototype_48(id0); }
213
214   private native void SetInterpolatorType_49(int id0);
215   public void SetInterpolatorType(int id0)
216     { SetInterpolatorType_49(id0); }
217
218   public vtkStreamTracer() { super(); }
219
220   public vtkStreamTracer(long id) { super(id); }
221   public native long   VTKInit();
222
223 }