#include <combi_map.hh>
Inheritance diagram for combi_map:
Public Methods | |
virtual dart | sigma (dart) const=0 |
A pur virtual function to access to the sigma of one dart of the combinatorial map. | |
dart | sigma_1 (dart b) |
A pur virtual function which returns the dart d=sigma_1(b) such that sigma(d)=b. | |
dart | phi (dart b) |
virtual dart | alpha (dart) const=0 |
A pur virtual function to access to the alpha of one dart of the combinatorial map. | |
virtual int | give_nb_edge () const=0 |
A pur virtual function that give the number of edge. | |
virtual unsigned long | give_background () const=0 |
A pur virtual function that give the backround value. |
|
A pur virtual function to access to the alpha of one dart of the combinatorial map.
Implemented in combi_map_base, combi_map_gen, and combi_map_priv. |
|
A pur virtual function that give the backround value.
Implemented in combi_map_base_exp, combi_map_base_imp, combi_map_gen, and combi_map_priv. |
|
A pur virtual function that give the number of edge.
Implemented in combi_map_base_exp, combi_map_base_imp, combi_map_gen, and combi_map_priv. |
|
A pure virtual function which returns the phi successor of a dart sigma o alpha Reimplemented in combi_map_base, and combi_map_base_exp. |
|
A pur virtual function to access to the sigma of one dart of the combinatorial map.
Implemented in combi_map_base, combi_map_base_exp, combi_map_base_imp, combi_map_gen, and combi_map_priv. |
|
A pur virtual function which returns the dart d=sigma_1(b) such that sigma(d)=b.
|