]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkCellLocatorInterpolatedVelocityField.java
Remove misplaced call to GLContext.makeCurrent()
[simantics/3d.git] / vtk / src / vtk / vtkCellLocatorInterpolatedVelocityField.java
1 // java wrapper for vtkCellLocatorInterpolatedVelocityField object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkCellLocatorInterpolatedVelocityField extends vtkCompositeInterpolatedVelocityField
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 long GetLastCellLocator_2();
19   public vtkAbstractCellLocator GetLastCellLocator() {
20     long temp = GetLastCellLocator_2();
21
22     if (temp == 0) return null;
23     return (vtkAbstractCellLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
24 }
25
26   private native long GetCellLocatorPrototype_3();
27   public vtkAbstractCellLocator GetCellLocatorPrototype() {
28     long temp = GetCellLocatorPrototype_3();
29
30     if (temp == 0) return null;
31     return (vtkAbstractCellLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native void SetCellLocatorPrototype_4(vtkAbstractCellLocator id0);
35   public void SetCellLocatorPrototype(vtkAbstractCellLocator id0)
36     { SetCellLocatorPrototype_4(id0); }
37
38   private native void CopyParameters_5(vtkAbstractInterpolatedVelocityField id0);
39   public void CopyParameters(vtkAbstractInterpolatedVelocityField id0)
40     { CopyParameters_5(id0); }
41
42   private native void AddDataSet_6(vtkDataSet id0);
43   public void AddDataSet(vtkDataSet id0)
44     { AddDataSet_6(id0); }
45
46   private native void SetLastCellId_7(int id0,int id1);
47   public void SetLastCellId(int id0,int id1)
48     { SetLastCellId_7(id0,id1); }
49
50   private native void SetLastCellId_8(int id0);
51   public void SetLastCellId(int id0)
52     { SetLastCellId_8(id0); }
53
54   public vtkCellLocatorInterpolatedVelocityField() { super(); }
55
56   public vtkCellLocatorInterpolatedVelocityField(long id) { super(id); }
57   public native long   VTKInit();
58
59 }