![]() |
PandA-2024.02
|
Sorter for connection. More...
#include <parametric_list_based.hpp>


Public Member Functions | |
| PrioritySorter (const refcount< priority_data< int >> priority, const OpGraphConstRef op_graph) | |
| Constructor. More... | |
| bool | operator() (const vertex x, const vertex y) const |
| Compare position of two vertices. More... | |
Data Fields | |
| refcount< priority_data< int > > | priority |
| The priority. More... | |
| const OpGraphConstRef | op_graph |
| The operation graph. More... | |
Sorter for connection.
Definition at line 81 of file parametric_list_based.hpp.
| PrioritySorter::PrioritySorter | ( | const refcount< priority_data< int >> | priority, |
| const OpGraphConstRef | op_graph | ||
| ) |
Constructor.
| priority | is the priority associated with each vertex |
| op_graph | is the operation graph |
Definition at line 78 of file parametric_list_based.cpp.
Compare position of two vertices.
| x | is the first vertex |
| y | is the second vertex |
Definition at line 83 of file parametric_list_based.cpp.
| const OpGraphConstRef PrioritySorter::op_graph |
The operation graph.
Definition at line 87 of file parametric_list_based.hpp.
Referenced by operator()().
| refcount<priority_data<int> > PrioritySorter::priority |
The priority.
Definition at line 84 of file parametric_list_based.hpp.
1.8.13