mln::util::adjacency_matrix< V > Class Template Reference
[Utilities]

A class of adjacency matrix. More...

#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 >.

List of all members.

Public Member Functions

 adjacency_matrix (const V &nelements)
 Construct an adjacency matrix with nelements elements maximum.
 adjacency_matrix ()
 Constructors.


Detailed Description

template<typename V = def::coord>
class mln::util::adjacency_matrix< V >

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.


Constructor & Destructor Documentation

template<typename V>
mln::util::adjacency_matrix< V >::adjacency_matrix (  )  [inline]

Constructors.

@{

Default

template<typename V>
mln::util::adjacency_matrix< V >::adjacency_matrix ( const V &  nelements  )  [inline]

Construct an adjacency matrix with nelements elements maximum.


Generated on Thu Sep 9 19:33:04 2010 for Milena (Olena) by  doxygen 1.5.6