mln::image2d<T>.
More...
#include <line_graph.hh>
Public Types | |
| typedef std::vector < util::ord_pair < util::vertex_id_t > > | edges_t |
| typedef util::line_graph< G > | lg_t |
| typedef std::vector < std::vector< util::edge_id_t > > | vertices_t |
Public Member Functions | |
| data (const G &g) | |
| data () | |
| ~data () | |
Public Attributes | |
| edges_t | edges_ |
| The edges. | |
| G | g_ |
| vertices_t | vertices_ |
| The vertices. | |
mln::image2d<T>.
Definition at line 54 of file line_graph.hh.
| typedef std::vector<util::ord_pair<util::vertex_id_t> > mln::internal::data< util::line_graph< G > >::edges_t |
Definition at line 58 of file line_graph.hh.
| typedef util::line_graph<G> mln::internal::data< util::line_graph< G > >::lg_t |
Definition at line 56 of file line_graph.hh.
| typedef std::vector<std::vector<util::edge_id_t> > mln::internal::data< util::line_graph< G > >::vertices_t |
Definition at line 57 of file line_graph.hh.
| mln::internal::data< util::line_graph< G > >::data | ( | ) | [inline] |
Definition at line 244 of file line_graph.hh.
| mln::internal::data< util::line_graph< G > >::data | ( | const G & | g | ) | [inline] |
Definition at line 250 of file line_graph.hh.
| mln::internal::data< util::line_graph< G > >::~data | ( | ) | [inline] |
Definition at line 282 of file line_graph.hh.
| edges_t mln::internal::data< util::line_graph< G > >::edges_ |
| G mln::internal::data< util::line_graph< G > >::g_ |
Definition at line 64 of file line_graph.hh.
| vertices_t mln::internal::data< util::line_graph< G > >::vertices_ |
1.5.6