Dirac - A Video Codec
Created by the British Broadcasting Corporation.
SubbandList Class Reference
A class encapulating all the subbands produced by a transform.
#include <wavelet_utils.h>
List of all members.
Public Member Functions
- SubbandList ()
- Constructor.
- ~SubbandList ()
- Destructor.
- void Init (const int depth, const int xlen, const int ylen)
- Initialise the list.
- int Length () const
- Return the length of the subband list.
- Subband & operator() (int n)
- Return the subband at position n (1<=n<=length).
- const Subband & operator() (int n) const
- Return the subband at position n (1<=n<=length).
- void AddBand (Subband &b)
- Add a band to the list.
- void Clear ()
- Remove all the bands from the list.
Private Attributes
Constructor & Destructor Documentation
SubbandList::SubbandList |
( |
|
) |
[inline] |
|
Member Function Documentation
void SubbandList::AddBand |
( |
Subband & |
b |
) |
[inline] |
|
void SubbandList::Clear |
( |
|
) |
[inline] |
|
void SubbandList::Init |
( |
const int |
depth, |
|
|
const int |
xlen, |
|
|
const int |
ylen |
|
) |
|
|
int SubbandList::Length |
( |
|
) |
const [inline] |
|
const Subband& SubbandList::operator() |
( |
int |
n |
) |
const [inline] |
|
Subband& SubbandList::operator() |
( |
int |
n |
) |
[inline] |
|
Member Data Documentation
The documentation for this class was generated from the following file:
© 2004 British Broadcasting Corporation.
Dirac code licensed under the Mozilla Public License (MPL) Version 1.1.
HTML documentation generated by Dimitri van Heesch's
excellent Doxygen tool.