]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkLagrangianParticleTracker.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkLagrangianParticleTracker.java
1 // java wrapper for vtkLagrangianParticleTracker object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkLagrangianParticleTracker extends vtkDataObjectAlgorithm
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 SetIntegrationModel_2(vtkLagrangianBasicIntegrationModel id0);
19   public void SetIntegrationModel(vtkLagrangianBasicIntegrationModel id0)
20     { SetIntegrationModel_2(id0); }
21
22   private native long GetIntegrationModel_3();
23   public vtkLagrangianBasicIntegrationModel GetIntegrationModel() {
24     long temp = GetIntegrationModel_3();
25
26     if (temp == 0) return null;
27     return (vtkLagrangianBasicIntegrationModel)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void SetIntegrator_4(vtkInitialValueProblemSolver id0);
31   public void SetIntegrator(vtkInitialValueProblemSolver id0)
32     { SetIntegrator_4(id0); }
33
34   private native long GetIntegrator_5();
35   public vtkInitialValueProblemSolver GetIntegrator() {
36     long temp = GetIntegrator_5();
37
38     if (temp == 0) return null;
39     return (vtkInitialValueProblemSolver)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
40 }
41
42   private native void SetGeneratePolyVertexInteractionOutput_6(boolean id0);
43   public void SetGeneratePolyVertexInteractionOutput(boolean id0)
44     { SetGeneratePolyVertexInteractionOutput_6(id0); }
45
46   private native boolean GetGeneratePolyVertexInteractionOutput_7();
47   public boolean GetGeneratePolyVertexInteractionOutput()
48     { return GetGeneratePolyVertexInteractionOutput_7(); }
49
50   private native void SetCellLengthComputationMode_8(int id0);
51   public void SetCellLengthComputationMode(int id0)
52     { SetCellLengthComputationMode_8(id0); }
53
54   private native int GetCellLengthComputationMode_9();
55   public int GetCellLengthComputationMode()
56     { return GetCellLengthComputationMode_9(); }
57
58   private native void SetStepFactor_10(double id0);
59   public void SetStepFactor(double id0)
60     { SetStepFactor_10(id0); }
61
62   private native double GetStepFactor_11();
63   public double GetStepFactor()
64     { return GetStepFactor_11(); }
65
66   private native void SetStepFactorMin_12(double id0);
67   public void SetStepFactorMin(double id0)
68     { SetStepFactorMin_12(id0); }
69
70   private native double GetStepFactorMin_13();
71   public double GetStepFactorMin()
72     { return GetStepFactorMin_13(); }
73
74   private native void SetStepFactorMax_14(double id0);
75   public void SetStepFactorMax(double id0)
76     { SetStepFactorMax_14(id0); }
77
78   private native double GetStepFactorMax_15();
79   public double GetStepFactorMax()
80     { return GetStepFactorMax_15(); }
81
82   private native void SetMaximumNumberOfSteps_16(int id0);
83   public void SetMaximumNumberOfSteps(int id0)
84     { SetMaximumNumberOfSteps_16(id0); }
85
86   private native int GetMaximumNumberOfSteps_17();
87   public int GetMaximumNumberOfSteps()
88     { return GetMaximumNumberOfSteps_17(); }
89
90   private native void SetMaximumIntegrationTime_18(double id0);
91   public void SetMaximumIntegrationTime(double id0)
92     { SetMaximumIntegrationTime_18(id0); }
93
94   private native double GetMaximumIntegrationTime_19();
95   public double GetMaximumIntegrationTime()
96     { return GetMaximumIntegrationTime_19(); }
97
98   private native void SetAdaptiveStepReintegration_20(boolean id0);
99   public void SetAdaptiveStepReintegration(boolean id0)
100     { SetAdaptiveStepReintegration_20(id0); }
101
102   private native boolean GetAdaptiveStepReintegration_21();
103   public boolean GetAdaptiveStepReintegration()
104     { return GetAdaptiveStepReintegration_21(); }
105
106   private native void AdaptiveStepReintegrationOn_22();
107   public void AdaptiveStepReintegrationOn()
108     { AdaptiveStepReintegrationOn_22(); }
109
110   private native void AdaptiveStepReintegrationOff_23();
111   public void AdaptiveStepReintegrationOff()
112     { AdaptiveStepReintegrationOff_23(); }
113
114   private native void SetUseParticlePathsRenderingThreshold_24(boolean id0);
115   public void SetUseParticlePathsRenderingThreshold(boolean id0)
116     { SetUseParticlePathsRenderingThreshold_24(id0); }
117
118   private native boolean GetUseParticlePathsRenderingThreshold_25();
119   public boolean GetUseParticlePathsRenderingThreshold()
120     { return GetUseParticlePathsRenderingThreshold_25(); }
121
122   private native void UseParticlePathsRenderingThresholdOn_26();
123   public void UseParticlePathsRenderingThresholdOn()
124     { UseParticlePathsRenderingThresholdOn_26(); }
125
126   private native void UseParticlePathsRenderingThresholdOff_27();
127   public void UseParticlePathsRenderingThresholdOff()
128     { UseParticlePathsRenderingThresholdOff_27(); }
129
130   private native void SetParticlePathsRenderingPointsThreshold_28(int id0);
131   public void SetParticlePathsRenderingPointsThreshold(int id0)
132     { SetParticlePathsRenderingPointsThreshold_28(id0); }
133
134   private native int GetParticlePathsRenderingPointsThreshold_29();
135   public int GetParticlePathsRenderingPointsThreshold()
136     { return GetParticlePathsRenderingPointsThreshold_29(); }
137
138   private native void SetSourceData_30(vtkDataObject id0);
139   public void SetSourceData(vtkDataObject id0)
140     { SetSourceData_30(id0); }
141
142   private native long GetSource_31();
143   public vtkDataObject GetSource() {
144     long temp = GetSource_31();
145
146     if (temp == 0) return null;
147     return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
148 }
149
150   private native void SetSourceConnection_32(vtkAlgorithmOutput id0);
151   public void SetSourceConnection(vtkAlgorithmOutput id0)
152     { SetSourceConnection_32(id0); }
153
154   private native void SetSurfaceData_33(vtkDataObject id0);
155   public void SetSurfaceData(vtkDataObject id0)
156     { SetSurfaceData_33(id0); }
157
158   private native long GetSurface_34();
159   public vtkDataObject GetSurface() {
160     long temp = GetSurface_34();
161
162     if (temp == 0) return null;
163     return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
164 }
165
166   private native void SetSurfaceConnection_35(vtkAlgorithmOutput id0);
167   public void SetSurfaceConnection(vtkAlgorithmOutput id0)
168     { SetSurfaceConnection_35(id0); }
169
170   private native int FillInputPortInformation_36(int id0,vtkInformation id1);
171   public int FillInputPortInformation(int id0,vtkInformation id1)
172     { return FillInputPortInformation_36(id0,id1); }
173
174   private native int FillOutputPortInformation_37(int id0,vtkInformation id1);
175   public int FillOutputPortInformation(int id0,vtkInformation id1)
176     { return FillOutputPortInformation_37(id0,id1); }
177
178   private native int GetMTime_38();
179   public int GetMTime()
180     { return GetMTime_38(); }
181
182   private native int GetNewParticleId_39();
183   public int GetNewParticleId()
184     { return GetNewParticleId_39(); }
185
186   public vtkLagrangianParticleTracker() { super(); }
187
188   public vtkLagrangianParticleTracker(long id) { super(id); }
189   public native long   VTKInit();
190
191 }