|
bpp-core3
3.0.0
|
#include <Bpp/Graph/GlobalGraph.h>
Inheritance diagram for bpp::EdgesIteratorClass< T, is_const >:
Collaboration diagram for bpp::EdgesIteratorClass< T, is_const >:Public Member Functions | |
| virtual void | next ()=0 |
| virtual bool | end () const =0 |
| virtual void | start ()=0 |
| virtual EdgeId | operator* ()=0 |
Definition at line 836 of file GlobalGraph.h.
|
pure virtualinherited |
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 virtualinherited |
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 virtualinherited |
|
pure virtualinherited |
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().