#include <border_data.hh>
Inheritance diagram for border_data:
Public Methods | |
virtual void | init (combi_map_base &, dart)=0 |
A pur virtual function to initialize the border_value of the dart. | |
virtual void | merge (int, dart, dart)=0 |
A pur virtual function to manage the border_value during the merge of two dart. |
|
A pur virtual function to initialize the border_value of the dart.
Implemented in border_data_deriche. |
|
A pur virtual function to manage the border_value during the merge of two dart.
Implemented in border_data_deriche. |