$extrastylesheet
#include <mln/util/adjacency_matrix.hh>
Public Member Functions | |
const adj_t & | hook_data_ () const |
Constructors. | |
adjacency_matrix () | |
adjacency_matrix (const V &nelements) |
A class of adjacency matrix.
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.
Definition at line 136 of file adjacency_matrix.hh.
mln::util::adjacency_matrix< V >::adjacency_matrix | ( | ) |
Default constructor.
mln::util::adjacency_matrix< V >::adjacency_matrix | ( | const V & | nelements | ) |
Construct an adjacency matrix with nelements
elements maximum.
const adj_t& mln::util::adjacency_matrix< V >::hook_data_ | ( | ) | const |
Hook member used to retrieve the underlying data structure.