mln::image2d<T>
.
More...
#include <graph.hh>
Public Types | |
typedef std::set < util::ord_pair < util::vertex_id_t > > | edges_set_t |
typedef std::vector < util::ord_pair < util::vertex_id_t > > | edges_t |
typedef util::graph | G |
typedef std::vector < std::vector< util::edge_id_t > > | vertices_t |
Public Member Functions | |
data (unsigned nvertices) | |
Constructor. | |
data () | |
~data () | |
Public Attributes | |
edges_t | edges_ |
The edges. | |
edges_set_t | edges_set_ |
An index of the set of edges, for fast-access purpose. | |
vertices_t | vertices_ |
The vertices. |
mln::image2d<T>
.
Definition at line 52 of file mln/util/graph.hh.
typedef std::set<util::ord_pair<util::vertex_id_t> > mln::internal::data< util::graph >::edges_set_t |
Definition at line 57 of file mln/util/graph.hh.
typedef std::vector<util::ord_pair<util::vertex_id_t> > mln::internal::data< util::graph >::edges_t |
Definition at line 56 of file mln/util/graph.hh.
typedef util::graph mln::internal::data< util::graph >::G |
Definition at line 54 of file mln/util/graph.hh.
typedef std::vector<std::vector<util::edge_id_t> > mln::internal::data< util::graph >::vertices_t |
Definition at line 55 of file mln/util/graph.hh.
mln::internal::data< util::graph >::data | ( | ) | [inline] |
Definition at line 258 of file mln/util/graph.hh.
mln::internal::data< util::graph >::data | ( | unsigned | nvertices | ) | [inline] |
Constructor.
Allocate enough space in order to support nvertices
vertices.
Definition at line 263 of file mln/util/graph.hh.
mln::internal::data< util::graph >::~data | ( | ) | [inline] |
Definition at line 269 of file mln/util/graph.hh.
edges_t mln::internal::data< util::graph >::edges_ |
edges_set_t mln::internal::data< util::graph >::edges_set_ |
An index of the set of edges, for fast-access purpose.
Definition at line 72 of file mln/util/graph.hh.
vertices_t mln::internal::data< util::graph >::vertices_ |