#include <level_set.hh>
Public Methods | |
level_set (const level_set &) | |
Copy constructor. | |
level_set (int) | |
Constructor with parameters, the number of darts. | |
level_set () | |
Constructor. | |
~level_set () | |
Destructor. | |
level_set & | operator= (const level_set &) |
Reaffectation operator. | |
int | load (ifstream &in) |
Set the level_set from a flow. | |
int | save (ofstream &out) |
Save the level_set into a flow. | |
int | give_max_level () |
Give the maximum level. | |
void | new_level () |
Add a new level to the level_set. | |
int | give_level (dart) |
Give the level of the dart. | |
iterator & | first (int) |
first dart of the level_set | |
iterator & | begin (int) |
first dart of the level | |
iterator & | end (int) |
after the last dart of the level (loop : for(i=level_set.first();i<level.end();i++) | |
iterator & | last (int) |
last dart of the level (loop : for(i=level_set.first();i<=level.last();i++) |
|
Copy constructor.
|
|
Constructor with parameters, the number of darts.
|
|
Constructor.
|
|
Destructor.
|
|
first dart of the level
|
|
after the last dart of the level (loop : for(i=level_set.first();i<level.end();i++)
|
|
first dart of the level_set
|
|
Give the level of the dart.
|
|
Give the maximum level.
|
|
last dart of the level (loop : for(i=level_set.first();i<=level.last();i++)
|
|
Set the level_set from a flow.
|
|
Add a new level to the level_set.
|
|
Reaffectation operator.
|
|
Save the level_set into a flow.
|