![]() |
PandA-2024.02
|
Functor used to compare two vertices with respect to an order based on the control steps associated with the vertices. More...

Public Member Functions | |
| bool | operator() (const vertex &a, const vertex &b) const |
| functor function used to compare two vertices with respect to the control step associated with the vertices. More... | |
| cs_ordering_functor (const OpVertexMap< double > &o, const OpGraphConstRef &opGraph) | |
| Constructor. More... | |
| ~cs_ordering_functor ()=default | |
| Destructor. More... | |
Private Attributes | |
| const OpVertexMap< double > & | order |
| copy of the order: control step associated with the vertices. More... | |
| const OpGraphConstRef & | op_graph |
Functor used to compare two vertices with respect to an order based on the control steps associated with the vertices.
Definition at line 99 of file parametric_list_based.cpp.
|
inline |
Constructor.
| o | is the order. |
| opGraph | is the operation graph. |
Definition at line 124 of file parametric_list_based.cpp.
|
default |
Destructor.
functor function used to compare two vertices with respect to the control step associated with the vertices.
| a | is the first vertex |
| bis | the second vertex |
Definition at line 113 of file parametric_list_based.cpp.
References GET_NAME.
|
private |
Definition at line 104 of file parametric_list_based.cpp.
|
private |
copy of the order: control step associated with the vertices.
Definition at line 103 of file parametric_list_based.cpp.
1.8.13