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, std::unique_ptr< atUint8[]> &&data)
 WiiImage. More...
 
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 13 of file WiiImage.hpp.

Constructor & Destructor Documentation

athena::WiiImage::WiiImage ( atUint32  width,
atUint32  height,
std::unique_ptr< 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: