Dirac - A Video Codec

Created by the British Broadcasting Corporation.


PicArray Class Reference

A class for picture component data. More...

#include <common.h>

Inheritance diagram for PicArray:

TwoDArray< ValueType > List of all members.

Public Member Functions

Private Attributes


Detailed Description

A class for encapsulating picture data, derived from TwoDArray. NB: in the future there will be separate classes for input/output picture data, difference picture data, and wavelet coefficient data. Currently PicArray is used for all of these. TJD 13 April 2004.


Constructor & Destructor Documentation

PicArray::PicArray  )  [inline]
 

Default constructor creates an empty array.

PicArray::PicArray int  height,
int  width,
CompSort  cs = Y_COMP
 

Contructor creates a two-D array, with specified size and colour format.

PicArray::~PicArray  )  [inline]
 


Member Function Documentation

const CompSort& PicArray::CSort  )  const
 

void PicArray::SetCSort const CompSort  cs  ) 
 


Member Data Documentation

CompSort PicArray::m_csort [private]
 


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.