Go to the documentation of this file.
37 #ifndef __vtkPriorityQueue_h
38 #define __vtkPriorityQueue_h
68 void Insert(
double priority,
vtkIdType id);
135 this->
Pop(loc,priority);
154 if ( this->
MaxId < 0 )
161 return this->
Array[location].
id;
167 if ( this->
MaxId < 0 )
173 return this->
Array[location].
id;