Dirac - A Video Codec

Created by the British Broadcasting Corporation.


dirac::CoeffArray Class Reference

A class for picture component data. More...

#include <common.h>

Inheritance diagram for dirac::CoeffArray:

dirac::TwoDArray< T >

List of all members.

Public Member Functions

Private Attributes


Detailed Description

A class for encapsulating coefficient data, derived from TwoDArray..

Constructor & Destructor Documentation

dirac::CoeffArray::CoeffArray (  )  [inline]

Default constructor creates an empty array.

dirac::CoeffArray::CoeffArray ( int  height,
int  width,
CompSort  cs = Y_COMP 
) [inline]

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

dirac::CoeffArray::~CoeffArray (  )  [inline]


Member Function Documentation

const CompSort& dirac::CoeffArray::CSort (  )  const [inline]

References m_csort.

void dirac::CoeffArray::SetCSort ( const CompSort  cs  )  [inline]

References m_csort.


Member Data Documentation

Referenced by CSort(), and SetCSort().


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.