MythTV  0.26-pre
Public Member Functions | Public Attributes
Bitmap< Pixel > Class Template Reference

#include <polygon.h>

List of all members.

Public Member Functions

 Bitmap (int e=0)
 ~Bitmap ()
void size (int w, int h)
void clear ()

Public Attributes

int width
int height
int extra
Pixel * data

Detailed Description

template<typename Pixel>
class Bitmap< Pixel >

Definition at line 7 of file polygon.h.


Constructor & Destructor Documentation

template<typename Pixel>
Bitmap< Pixel >::Bitmap ( int  e = 0) [inline]

Definition at line 13 of file polygon.h.

template<typename Pixel>
Bitmap< Pixel >::~Bitmap ( ) [inline]

Definition at line 14 of file polygon.h.


Member Function Documentation

template<typename Pixel>
void Bitmap< Pixel >::size ( int  w,
int  h 
) [inline]

Definition at line 16 of file polygon.h.

Referenced by Synaesthesia::resize().

template<typename Pixel>
void Bitmap< Pixel >::clear ( void  ) [inline]

Definition at line 25 of file polygon.h.

Referenced by Bitmap< unsigned short >::size().


Member Data Documentation

template<typename Pixel>
int Bitmap< Pixel >::width

Definition at line 10 of file polygon.h.

template<typename Pixel>
int Bitmap< Pixel >::height

Definition at line 10 of file polygon.h.

Referenced by Bitmap< unsigned short >::clear(), and Bitmap< unsigned short >::size().

template<typename Pixel>
int Bitmap< Pixel >::extra

Definition at line 10 of file polygon.h.

Referenced by Bitmap< unsigned short >::clear(), and Bitmap< unsigned short >::size().

template<typename Pixel>
Pixel* Bitmap< Pixel >::data

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends