#include <matrix-att.hh>
Public Member Functions | |
Matrix_Att () | |
Matrix_Att (int tab[6], unsigned char color) | |
virtual | ~Matrix_Att () |
TAttributeId | getType () const |
Matrix * | Get_Data () |
CAttribute * | copy () const |
void | destroy () |
void | save (std::ostream &fd) const |
void | load (std::istream &fd) |
Private Attributes | |
Matrix * | mat |
Definition at line 47 of file matrix-att.hh.
Matrix_Att::Matrix_Att | ( | ) | [inline] |
Definition at line 86 of file matrix-att.hh.
Matrix_Att::Matrix_Att | ( | int | tab[6], | |
unsigned char | color | |||
) | [inline] |
Definition at line 92 of file matrix-att.hh.
Matrix_Att::~Matrix_Att | ( | ) | [inline, virtual] |
Definition at line 100 of file matrix-att.hh.
CAttribute * Matrix_Att::copy | ( | ) | const [inline] |
Definition at line 120 of file matrix-att.hh.
void Matrix_Att::destroy | ( | ) | [inline] |
Definition at line 129 of file matrix-att.hh.
Matrix * Matrix_Att::Get_Data | ( | ) | [inline] |
Definition at line 114 of file matrix-att.hh.
TAttributeId Matrix_Att::getType | ( | ) | const [inline] |
Definition at line 108 of file matrix-att.hh.
void Matrix_Att::load | ( | std::istream & | fd | ) | [inline] |
Definition at line 153 of file matrix-att.hh.
void Matrix_Att::save | ( | std::ostream & | fd | ) | const [inline] |
Definition at line 136 of file matrix-att.hh.
Matrix* Matrix_Att::mat [private] |
Definition at line 69 of file matrix-att.hh.