#include <mesh_graph_generator.hpp>
Public Types | |
typedef std::input_iterator_tag | iterator_category |
typedef std::pair < vertices_size_type, vertices_size_type > | value_type |
typedef const value_type & | reference |
typedef const value_type * | pointer |
typedef void | difference_type |
Public Member Functions | |
mesh_iterator () | |
mesh_iterator (vertices_size_type x, vertices_size_type y, bool toroidal=true) | |
reference | operator* () const |
pointer | operator-> () const |
mesh_iterator & | operator++ () |
mesh_iterator | operator++ (int) |
bool | operator== (const mesh_iterator &other) const |
bool | operator!= (const mesh_iterator &other) const |
typedef void boost::mesh_iterator< Graph >::difference_type |
typedef std::input_iterator_tag boost::mesh_iterator< Graph >::iterator_category |
typedef const value_type* boost::mesh_iterator< Graph >::pointer |
typedef const value_type& boost::mesh_iterator< Graph >::reference |
typedef std::pair<vertices_size_type, vertices_size_type> boost::mesh_iterator< Graph >::value_type |
|
inline |
|
inline |
References BOOST_ASSERT.
|
inline |
References boost::spirit::x3::unicode::other.
|
inline |
|
inline |
References boost::is_undirected().
|
inline |
|
inline |
|
inline |