|
| node (const typename std::vector< T >::const_iterator &begin_it, const typename std::vector< T >::const_iterator &end_it) |
| Node object, listing a set of outgoing edges.
|
|
std::vector< T >::const_iterator | begin () const |
| Iterator pointing to beginning of edges.
|
|
std::vector< T >::const_iterator | end () const |
| Iterator pointing to beyond end of edges.
|
|
std::size_t | size () const |
| Number of outgoing edges for this node.
|
|
const T & | operator[] (std::size_t i) const |
| Access outgoing edge i of this node.
|
|
template<typename T>
class dolfin::CSRGraph< T >::node
Access edges individually by using operator()[] to get a node object