Tulip  4.10.0
Better Visualization Through Research
tlp::SortSourceEdgeIterator Struct Reference

#include <SortIterator.h>

Inherits StableIterator< tlp::edge >.

Public Member Functions

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

Detailed Description

This Iterator sorts the edges based on the values of their source nodes in a NumericProperty.

Definition at line 145 of file SortIterator.h.