#include <point-list.hh>
Public Member Functions | |
Point_List () | |
Point_List (std::list< CVertex * > *l) | |
virtual | ~Point_List () |
TAttributeId | getType () const |
std::list< CVertex * > * | Get_Data () |
CAttribute * | copy () const |
void | destroy () |
void | save (std::ostream &fd) const |
void | load (std::istream &fd) |
Private Attributes | |
std::list< CVertex * > * | lst |
Definition at line 49 of file point-list.hh.
Point_List::Point_List | ( | ) | [inline] |
Definition at line 86 of file point-list.hh.
Point_List::Point_List | ( | std::list< CVertex * > * | l | ) | [inline] |
Definition at line 92 of file point-list.hh.
Point_List::~Point_List | ( | ) | [inline, virtual] |
Definition at line 100 of file point-list.hh.
CAttribute * Point_List::copy | ( | ) | const [inline] |
Definition at line 120 of file point-list.hh.
void Point_List::destroy | ( | ) | [inline] |
Definition at line 132 of file point-list.hh.
std::list< CVertex * > * Point_List::Get_Data | ( | ) | [inline] |
Definition at line 114 of file point-list.hh.
TAttributeId Point_List::getType | ( | ) | const [inline] |
Definition at line 108 of file point-list.hh.
void Point_List::load | ( | std::istream & | fd | ) | [inline] |
Definition at line 147 of file point-list.hh.
void Point_List::save | ( | std::ostream & | fd | ) | const [inline] |
Definition at line 138 of file point-list.hh.
std::list<CVertex*>* Point_List::lst [private] |
Definition at line 71 of file point-list.hh.