// java wrapper for vtkPriorityQueue object // package vtk; import vtk.*; public class vtkPriorityQueue extends vtkObject { private native int IsTypeOf_0(String id0); public int IsTypeOf(String id0) { return IsTypeOf_0(id0); } private native int IsA_1(String id0); public int IsA(String id0) { return IsA_1(id0); } private native void Allocate_2(int id0,int id1); public void Allocate(int id0,int id1) { Allocate_2(id0,id1); } private native void Insert_3(double id0,int id1); public void Insert(double id0,int id1) { Insert_3(id0,id1); } private native int Pop_4(int id0); public int Pop(int id0) { return Pop_4(id0); } private native int Peek_5(int id0); public int Peek(int id0) { return Peek_5(id0); } private native double DeleteId_6(int id0); public double DeleteId(int id0) { return DeleteId_6(id0); } private native double GetPriority_7(int id0); public double GetPriority(int id0) { return GetPriority_7(id0); } private native int GetNumberOfItems_8(); public int GetNumberOfItems() { return GetNumberOfItems_8(); } private native void Reset_9(); public void Reset() { Reset_9(); } public vtkPriorityQueue() { super(); } public vtkPriorityQueue(long id) { super(id); } public native long VTKInit(); }