bpp-core3
3.0.0
|
#include <Bpp/Graph/Graph.h>
Public Member Functions | |
virtual | ~EdgeIterator () |
virtual void | next ()=0 |
virtual bool | end () const =0 |
virtual void | start ()=0 |
virtual EdgeId | operator* ()=0 |
|
inlinevirtual |
Definition at line 428 of file Graph.h.
References bpp::Graph::allEdgesIterator(), bpp::Graph::NodeIterator::end(), bpp::Graph::getAllEdges(), bpp::Graph::getAnyEdge(), bpp::Graph::getEdge(), bpp::Graph::getEdges(), bpp::Graph::getIncomingEdges(), bpp::Graph::getOutgoingEdges(), bpp::Graph::incomingEdgesIterator(), bpp::Graph::NodeIterator::next(), bpp::Graph::notifyDeletedEdges(), bpp::Graph::notifyDeletedNodes(), bpp::Graph::NodeIterator::operator*(), bpp::Graph::outgoingEdgesIterator(), bpp::Graph::outputToDot(), and bpp::Graph::NodeIterator::start().
|
pure virtual |
Implemented in bpp::EdgesIteratorClass< Graph::INCOMINGNEIGHBORITER, is_const >, bpp::EdgesIteratorClass< Graph::OUTGOINGNEIGHBORITER, is_const >, and bpp::EdgesIteratorClass< Graph::ALLGRAPHITER, is_const >.
Referenced by bpp::AssociationGraphImplObserver< N, E, GraphImpl >::EdgeIteratorClass< GraphIterator, is_const >::end(), bpp::AssociationGraphImplObserver< N, E, GraphImpl >::EdgeIteratorClass< GraphIterator, is_const >::next(), and bpp::AssociationGraphImplObserver< N, E, GraphImpl >::EdgeIteratorClass< GraphIterator, is_const >::start().
|
pure virtual |
Implemented in bpp::EdgesIteratorClass< Graph::INCOMINGNEIGHBORITER, is_const >, bpp::EdgesIteratorClass< Graph::OUTGOINGNEIGHBORITER, is_const >, and bpp::EdgesIteratorClass< Graph::ALLGRAPHITER, is_const >.
Referenced by bpp::AssociationGraphImplObserver< N, E, GraphImpl >::EdgeIteratorClass< GraphIterator, is_const >::next(), and bpp::AssociationGraphImplObserver< N, E, GraphImpl >::EdgeIteratorClass< GraphIterator, is_const >::start().
|
pure virtual |
|
pure virtual |
Implemented in bpp::EdgesIteratorClass< Graph::INCOMINGNEIGHBORITER, is_const >, bpp::EdgesIteratorClass< Graph::OUTGOINGNEIGHBORITER, is_const >, and bpp::EdgesIteratorClass< Graph::ALLGRAPHITER, is_const >.
Referenced by bpp::AssociationGraphImplObserver< N, E, GraphImpl >::EdgeIteratorClass< GraphIterator, is_const >::start().