]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkPriorityQueue.java
PipeRun reverse action
[simantics/3d.git] / vtk / src / vtk / vtkPriorityQueue.java
1 // java wrapper for vtkPriorityQueue object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkPriorityQueue extends vtkObject
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 Allocate_2(int id0,int id1);
19   public void Allocate(int id0,int id1)
20     { Allocate_2(id0,id1); }
21
22   private native void Insert_3(double id0,int id1);
23   public void Insert(double id0,int id1)
24     { Insert_3(id0,id1); }
25
26   private native int Pop_4(int id0);
27   public int Pop(int id0)
28     { return Pop_4(id0); }
29
30   private native int Peek_5(int id0);
31   public int Peek(int id0)
32     { return Peek_5(id0); }
33
34   private native double DeleteId_6(int id0);
35   public double DeleteId(int id0)
36     { return DeleteId_6(id0); }
37
38   private native double GetPriority_7(int id0);
39   public double GetPriority(int id0)
40     { return GetPriority_7(id0); }
41
42   private native int GetNumberOfItems_8();
43   public int GetNumberOfItems()
44     { return GetNumberOfItems_8(); }
45
46   private native void Reset_9();
47   public void Reset()
48     { Reset_9(); }
49
50   public vtkPriorityQueue() { super(); }
51
52   public vtkPriorityQueue(long id) { super(id); }
53   public native long   VTKInit();
54
55 }