#include <adjacency_matrix.hh>
Inherits mln::util::internal::adjacency_matrix_impl_selector< V, mln::metal::equal< mln_trait_value_quant(V), mln::trait::value::quant::low >::eval >.
Public Member Functions | |
adjacency_matrix (const V &nelements) | |
Construct an adjacency matrix with nelements elements maximum. | |
adjacency_matrix () | |
Constructors. |
Support low and high quantification value types. In case of low quantification value type, it uses an image2d to store adjacency information. In case of high quantification value type, it uses a util::set to store the adjacency information.
mln::util::adjacency_matrix< V >::adjacency_matrix | ( | ) | [inline] |
Constructors.
@{
Default
mln::util::adjacency_matrix< V >::adjacency_matrix | ( | const V & | nelements | ) | [inline] |
Construct an adjacency matrix with nelements
elements maximum.