#include <color-table-att.hh>
Public Member Functions | |
Color_Table_Att () | |
Color_Table_Att (Color const &c1, Color const &c2, Color const &c3, Color const &c4) | |
Color_Table_Att (Color_Table *t) | |
virtual | ~Color_Table_Att () |
TAttributeId | getType () const |
Color_Table * | Get_Data () |
CAttribute * | copy () const |
void | destroy () |
void | save (std::ostream &fd) const |
void | load (std::istream &fd) |
Private Attributes | |
Color_Table * | tab |
Definition at line 47 of file color-table-att.hh.
Color_Table_Att::Color_Table_Att | ( | ) | [inline] |
Definition at line 88 of file color-table-att.hh.
Color_Table_Att::Color_Table_Att | ( | Color const & | c1, | |
Color const & | c2, | |||
Color const & | c3, | |||
Color const & | c4 | |||
) | [inline] |
Definition at line 95 of file color-table-att.hh.
Color_Table_Att::Color_Table_Att | ( | Color_Table * | t | ) | [inline] |
Definition at line 103 of file color-table-att.hh.
Color_Table_Att::~Color_Table_Att | ( | ) | [inline, virtual] |
Definition at line 111 of file color-table-att.hh.
CAttribute * Color_Table_Att::copy | ( | ) | const [inline] |
Definition at line 133 of file color-table-att.hh.
void Color_Table_Att::destroy | ( | ) | [inline] |
Definition at line 142 of file color-table-att.hh.
Color_Table * Color_Table_Att::Get_Data | ( | ) | [inline] |
Definition at line 126 of file color-table-att.hh.
TAttributeId Color_Table_Att::getType | ( | ) | const [inline] |
Definition at line 119 of file color-table-att.hh.
void Color_Table_Att::load | ( | std::istream & | fd | ) | [inline] |
Definition at line 157 of file color-table-att.hh.
void Color_Table_Att::save | ( | std::ostream & | fd | ) | const [inline] |
Definition at line 149 of file color-table-att.hh.
Color_Table* Color_Table_Att::tab [private] |
Definition at line 71 of file color-table-att.hh.