|
ug4
|
#include <parallel_matrix.h>
Inheritance diagram for ug::BGLParallelMatrix< T >::adjacency_iterator:Public Types | |
| typedef boost::graph_traits< T >::adjacency_iterator | base |
Public Member Functions | |
| adjacency_iterator () | |
| adjacency_iterator (base b, owners const *o, ghosts const *g) | |
| bool | operator!= (adjacency_iterator const &p) const |
| vertex_descriptor | operator* () const |
| adjacency_iterator & | operator++ () |
| adjacency_iterator & | operator++ (int) |
| bool | operator== (adjacency_iterator const &o) const |
Public Attributes | |
| base | _base |
| ghosts const * | _ghosts |
| owners const * | _owners |
| typedef boost::graph_traits<T>::adjacency_iterator ug::BGLParallelMatrix< T >::adjacency_iterator::base |
|
inline |
|
inline |
|
inline |
References ug::BGLParallelMatrix< T >::adjacency_iterator::operator==(), and p.
|
inline |
|
inline |
|
inline |
References incomplete.
|
inline |
| base ug::BGLParallelMatrix< T >::adjacency_iterator::_base |
| ghosts const* ug::BGLParallelMatrix< T >::adjacency_iterator::_ghosts |
| owners const* ug::BGLParallelMatrix< T >::adjacency_iterator::_owners |