#include "fifo_list.h"
#include "packnode.h"
Go to the source code of this file.
Compounds | |
class | queue |
The queue class extends the FIFO_LIST template (which in this case is instantiated with queueElem *. More... | |
class | queueElem |
A queue element. More... |
See chapter 8 of Ripples in Mathematics by Jensen and la Cour-Harbo for a description of the wavelet packet algorithm.
The documentation in this file is formatted for doxygen (see www.doxygen.org).
You may use this source code without limitation and without fee as long as you include: This software was written and is copyrighted by Ian Kaplan, Bear Products International, www.bearcave.com, 2002.
This software is provided "as is", without any warranty or claim as to its usefulness. Anyone who uses this source code uses it at their own risk. Nor is any support provided by Ian Kaplan and Bear Products International.
Please send any bug fixes or suggested source changes to:
iank@bearcave.com
Definition in file queue.h.