#include <vertex_data.hh>
Inheritance diagram for vertex_data:
Public Methods | |
virtual void | init (combi_map_base &, vertex)=0 |
Function to initialize the vertex_value of the vertex. | |
virtual void | merge (int, vertex, vertex)=0 |
Function to manage the vertex_value during the merge of two vertices. |
|
Function to initialize the vertex_value of the vertex.
Implemented in vertex_data_color. |
|
Function to manage the vertex_value during the merge of two vertices.
Implemented in vertex_data_color. |