Athena IO Library
Athena::WiiImage Class Reference

The WiiImage class. More...

#include <WiiImage.hpp>

Collaboration diagram for Athena::WiiImage:
Collaboration graph

Public Member Functions

 WiiImage ()
 WiiImage.
 
 WiiImage (atUint32 width, atUint32 height, atUint8 *data)
 WiiImage. More...
 
 ~WiiImage ()
 ~WiiImage
 
void setWidth (const atUint32 width)
 setWidth More...
 
atUint32 width () const
 width More...
 
void setHeight (const atUint32 height)
 setHeight More...
 
atUint32 height () const
 height More...
 
void setData (const atUint8 *data)
 setData More...
 
atUint8 * data ()
 data More...
 
atUint8 * toRGBA ()
 toRGBA More...
 

Detailed Description

The WiiImage class.

Definition at line 28 of file WiiImage.hpp.

Constructor & Destructor Documentation

Athena::WiiImage::WiiImage ( atUint32  width,
atUint32  height,
atUint8 *  data 
)

WiiImage.

Parameters
width
height
data

Member Function Documentation

atUint8* Athena::WiiImage::data ( )

data

Returns
atUint32 Athena::WiiImage::height ( ) const

height

Returns
void Athena::WiiImage::setData ( const atUint8 *  data)

setData

Parameters
data
void Athena::WiiImage::setHeight ( const atUint32  height)

setHeight

Parameters
height
void Athena::WiiImage::setWidth ( const atUint32  width)

setWidth

Parameters
width
atUint8* Athena::WiiImage::toRGBA ( )

toRGBA

Returns
atUint32 Athena::WiiImage::width ( ) const

width

Returns

The documentation for this class was generated from the following file: