#include <vertex_data_color.hh>
Inheritance diagram for vertex_data_color:
Public Methods | |
vertex_data_color (image &I, quantize &Q) | |
Constructor with parameters, the number of darts. | |
virtual | ~vertex_data_color () |
Destructor. | |
vertex_value & | operator() (long) const |
Access an element of dataset. | |
void | del (vertex) |
Remove an element from the dataset. | |
void | init (combi_map_base &, vertex) |
Function to initialize the vertex_value of the vertex. | |
void | merge (int, vertex, vertex) |
Function to manage the vertex_value during the merge of two vertices. | |
int | give_label (vertex) |
Give the label of the color of one vertex. | |
int | give_dim_color () |
Give the depth of the color. |
|
Constructor with parameters, the number of darts.
|
|
Destructor.
|
|
Remove an element from the dataset.
|
|
Give the depth of the color.
|
|
Give the label of the color of one vertex.
|
|
Function to initialize the vertex_value of the vertex.
Implements vertex_data. |
|
Function to manage the vertex_value during the merge of two vertices.
Implements vertex_data. |
|
Access an element of dataset.
|