#include <StreamlineQueue.h>
Public Methods | |
bool | IsEmpty () |
Checks if the queue is empty. | |
void | Push (CStreamline *streamline) |
Pushes one streamline on the queue. | |
CStreamline * | Pop () |
Pops one streamline from the queue. | |
CObList * | GetStreamlines () |
Returns list of streamlines contained in the queue. | |
CStreamlineQueue () | |
virtual | ~CStreamlineQueue () |
This class is mainly used by the CStreamlineFinder-class for the ESS-algorithm