#include <combi_map_base_exp.hh>
Inheritance diagram for combi_map_base_exp:


Public Methods | |
| combi_map_base_exp (int dimx, int dimy) | |
| Constructor. | |
| virtual | ~combi_map_base_exp () |
| Virtual destructor. | |
| dart | sigma (dart) const |
| Function to access to the sigma of one dart of the combinatorial map. | |
| dart | phi (dart b) |
| Function that compute sigma precedent of the alpha of the dart. | |
| int | give_nb_edge () const |
| Function that give the number of edge. | |
| unsigned long | give_background () const |
| Function that give the backround value. | |
| int | compute_index_orientation (dart, dart) |
| Function that compute the variation of orientation between two darts. | |
| void | give_pixel (dart, point &p) const |
| Function that give the coordinates of the pixel defined by the dart. | |
| void | give_pointel (dart, point &p) const |
| Function that give the coordinates of the vertex of the map defined by the dart. | |
| move_type | give_move (dart) const |
| Function that give the orientation of the dart. | |
| void | init_combi_map_priv (combi_map_priv &c_map) const |
| Function that initialize a combinatorial_map from a combi_map_base_exp. | |
| int | give_width () const |
| Function that give the width of the base map. | |
| int | give_height () const |
| Function that give the height of the base map. | |
|
||||||||||||
|
Constructor.
|
|
|
Virtual destructor.
|
|
||||||||||||
|
Function that compute the variation of orientation between two darts.
Implements combi_map_base. |
|
|
Function that give the backround value.
Implements combi_map. |
|
|
Function that give the height of the base map.
Implements combi_map_base. |
|
|
Function that give the orientation of the dart.
Implements combi_map_base. |
|
|
Function that give the number of edge.
Implements combi_map. |
|
||||||||||||
|
Function that give the coordinates of the pixel defined by the dart.
Implements combi_map_base. |
|
||||||||||||
|
Function that give the coordinates of the vertex of the map defined by the dart.
Implements combi_map_base. |
|
|
Function that give the width of the base map.
Implements combi_map_base. |
|
|
Function that initialize a combinatorial_map from a combi_map_base_exp.
Implements combi_map_base. |
|
|
Function that compute sigma precedent of the alpha of the dart.
Reimplemented from combi_map_base. |
|
|
Function to access to the sigma of one dart of the combinatorial map.
Implements combi_map_base. |
1.2.18