This class implements a heap of integers. The most effective usage of it is first to add there all items, and then get top item and remove any items till it becomes empty.
#include <Poly_MakeLoops.hxx>
Constructor & Destructor Documentation
Poly_MakeLoops::HeapOfInteger::HeapOfInteger |
( |
const Standard_Integer |
theNbPreAllocated = 1 | ) |
[inline] |
Member Function Documentation
void Poly_MakeLoops::HeapOfInteger::Add |
( |
const Standard_Integer |
theValue | ) |
[inline] |
void Poly_MakeLoops::HeapOfInteger::Clear |
( |
void |
| ) |
[inline] |
void Poly_MakeLoops::HeapOfInteger::Remove |
( |
const Standard_Integer |
theValue | ) |
[inline] |
The documentation for this class was generated from the following file: