]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkTemporalInterpolatedVelocityField.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkTemporalInterpolatedVelocityField.java
1 // java wrapper for vtkTemporalInterpolatedVelocityField object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkTemporalInterpolatedVelocityField extends vtkFunctionSet
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 SelectVectors_2(String id0);
19   public void SelectVectors(String id0)
20     { SelectVectors_2(id0); }
21
22   private native void SetDataSetAtTime_3(int id0,int id1,double id2,vtkDataSet id3,boolean id4);
23   public void SetDataSetAtTime(int id0,int id1,double id2,vtkDataSet id3,boolean id4)
24     { SetDataSetAtTime_3(id0,id1,id2,id3,id4); }
25
26   private native boolean GetCachedCellIds_4(int id0[],int id1[]);
27   public boolean GetCachedCellIds(int id0[],int id1[])
28     { return GetCachedCellIds_4(id0,id1); }
29
30   private native void SetCachedCellIds_5(int id0[],int id1[]);
31   public void SetCachedCellIds(int id0[],int id1[])
32     { SetCachedCellIds_5(id0,id1); }
33
34   private native void ClearCache_6();
35   public void ClearCache()
36     { ClearCache_6(); }
37
38   private native double[] GetLastGoodVelocity_7();
39   public double[] GetLastGoodVelocity()
40     { return GetLastGoodVelocity_7(); }
41
42   private native double GetCurrentWeight_8();
43   public double GetCurrentWeight()
44     { return GetCurrentWeight_8(); }
45
46   private native boolean InterpolatePoint_9(vtkPointData id0,vtkPointData id1,int id2);
47   public boolean InterpolatePoint(vtkPointData id0,vtkPointData id1,int id2)
48     { return InterpolatePoint_9(id0,id1,id2); }
49
50   private native boolean InterpolatePoint_10(int id0,vtkPointData id1,int id2);
51   public boolean InterpolatePoint(int id0,vtkPointData id1,int id2)
52     { return InterpolatePoint_10(id0,id1,id2); }
53
54   private native void ShowCacheResults_11();
55   public void ShowCacheResults()
56     { ShowCacheResults_11(); }
57
58   private native boolean IsStatic_12(int id0);
59   public boolean IsStatic(int id0)
60     { return IsStatic_12(id0); }
61
62   private native void AdvanceOneTimeStep_13();
63   public void AdvanceOneTimeStep()
64     { AdvanceOneTimeStep_13(); }
65
66   public vtkTemporalInterpolatedVelocityField() { super(); }
67
68   public vtkTemporalInterpolatedVelocityField(long id) { super(id); }
69   public native long   VTKInit();
70
71 }