bpp-core3
3.0.0
|
#include <Bpp/Graph/AssociationGraphObserver.h>
Public Member Functions | |
virtual | ~NodeIterator () |
virtual void | next ()=0 |
virtual bool | end () const =0 |
virtual void | start ()=0 |
virtual std::shared_ptr< N > | operator* ()=0 |
Definition at line 285 of file AssociationGraphObserver.h.
|
inlinevirtual |
Definition at line 288 of file AssociationGraphObserver.h.
References bpp::AssociationGraphObserver< N, E >::allNodesIterator(), bpp::AssociationGraphObserver< N, E >::NodeIterator::end(), bpp::AssociationGraphObserver< N, E >::getAllInnerNodes(), bpp::AssociationGraphObserver< N, E >::getAllInnerNodesIndexes(), bpp::AssociationGraphObserver< N, E >::getAllLeaves(), bpp::AssociationGraphObserver< N, E >::getAllLeavesIndexes(), bpp::AssociationGraphObserver< N, E >::getAllNodes(), bpp::AssociationGraphObserver< N, E >::getAllNodesIndexes(), bpp::AssociationGraphObserver< N, E >::getEdges(), bpp::AssociationGraphObserver< N, E >::getIncomingEdges(), bpp::AssociationGraphObserver< N, E >::getIncomingNeighbors(), bpp::AssociationGraphObserver< N, E >::getLeavesFromNode(), bpp::AssociationGraphObserver< N, E >::getNeighbors(), bpp::AssociationGraphObserver< N, E >::getOutgoingEdges(), bpp::AssociationGraphObserver< N, E >::getOutgoingNeighbors(), bpp::AssociationGraphObserver< N, E >::incomingNeighborNodesIterator(), bpp::AssociationGraphObserver< N, E >::NodeIterator::next(), bpp::AssociationGraphObserver< N, E >::NodeIterator::operator*(), bpp::AssociationGraphObserver< N, E >::outgoingNeighborNodesIterator(), and bpp::AssociationGraphObserver< N, E >::NodeIterator::start().
|
pure virtual |
Implemented in bpp::AssociationGraphImplObserver< N, E, GraphImpl >::NodeIteratorClass< GraphIterator, is_const >.
Referenced by bpp::ComputationTree::isAllSum(), bpp::AssociationGraphObserver< N, E >::EdgeIterator::~EdgeIterator(), and bpp::AssociationGraphObserver< N, E >::NodeIterator::~NodeIterator().
|
pure virtual |
Implemented in bpp::AssociationGraphImplObserver< N, E, GraphImpl >::NodeIteratorClass< GraphIterator, is_const >.
Referenced by bpp::ComputationTree::isAllSum(), bpp::AssociationGraphObserver< N, E >::EdgeIterator::~EdgeIterator(), and bpp::AssociationGraphObserver< N, E >::NodeIterator::~NodeIterator().
|
pure virtual |
|
pure virtual |