#include <voxel-list.hh>
Public Member Functions | |
Voxel_List () | |
virtual | ~Voxel_List () |
TAttributeId | getType () const |
void * | Get_Data () |
CAttribute * | copy () const |
void | destroy () |
void | save (std::ostream &fd) const |
void | load (std::istream &fd) |
Private Attributes | |
std::list< Voxel * > * | lst |
Definition at line 49 of file voxel-list.hh.
Voxel_List::Voxel_List | ( | ) | [inline] |
Definition at line 88 of file voxel-list.hh.
Voxel_List::~Voxel_List | ( | ) | [inline, virtual] |
Definition at line 96 of file voxel-list.hh.
CAttribute * Voxel_List::copy | ( | ) | const [inline] |
Definition at line 124 of file voxel-list.hh.
void Voxel_List::destroy | ( | ) | [inline] |
Definition at line 136 of file voxel-list.hh.
void * Voxel_List::Get_Data | ( | ) | [inline] |
Definition at line 118 of file voxel-list.hh.
TAttributeId Voxel_List::getType | ( | ) | const [inline] |
Definition at line 112 of file voxel-list.hh.
void Voxel_List::load | ( | std::istream & | fd | ) | [inline] |
Definition at line 151 of file voxel-list.hh.
void Voxel_List::save | ( | std::ostream & | fd | ) | const [inline] |
Definition at line 142 of file voxel-list.hh.
std::list<Voxel*>* Voxel_List::lst [private] |
Definition at line 70 of file voxel-list.hh.