#include <SGM_vf2.hh>

Public Member Functions | |
| virtual bool | compatible (void *pa, void *pb) |
| virtual bool | compatibleLabel (const Label &a, const Label &b) |
| EdgeLabelComparator (const Label &pWildcard) | |
Data Fields | |
| const Label | pWildcard |
| the label defining the wildcard to use More... | |
Comparator class for the edge label used in the internal VF-2 data structures
Definition at line 58 of file SGM_vf2.hh.
| sgm::SGM_vf2::EdgeLabelComparator::EdgeLabelComparator | ( | const Label & | pWildcard | ) |
construction
| pWildcard | access to the wildcard label |
|
virtual |
comparison of the two pointers and objects.
| pa | first label pointer, assumed to be the pattern |
| pb | second label pointer, assumed to be the target |
Implements sgm::VF2_MatchingHandler::LabelComparator.
|
virtualinherited |
comparison of the two Label objects.
| a | first label |
| b | second label |
|
inherited |
Definition at line 109 of file VF2_MatchingHandler.hh.