#include <combi_map_base_imp.hh>
Inheritance diagram for combi_map_base_imp:
Public Methods | |
combi_map_base_imp (int dimx, int dimy) | |
Constructor. | |
virtual | ~combi_map_base_imp () |
Virtual destructor. | |
dart | sigma (dart) const |
Function to compute the sigma of one dart of the combinatorial map. | |
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_imp. | |
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_imp.
Implements combi_map_base. |
|
Function to compute the sigma of one dart of the combinatorial map.
Implements combi_map_base. |