Tulip  5.0.0
Large graphs analysis and drawing
tlp::SortEdgeIterator Struct Reference

#include <SortIterator.h>

Inherits StableIterator< tlp::edge >.

Public Member Functions

 SortEdgeIterator (Iterator< tlp::edge > *itIn, const tlp::NumericProperty *metric, bool ascendingOrder=true)
 

Detailed Description

This Iterator sorts the edges in a sequence based on their values in a NumericProperty.

Definition at line 109 of file SortIterator.h.