ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkLabelObjectLineComparator.h>
Performs a comparison of l1 < l2. Returns true if l1 is strictly less than l2.
This implementation was taken from the Insight Journal paper: http://hdl.handle.net/1926/584 or http://www.insight-journal.org/browse/publication/176
Definition at line 41 of file itkLabelObjectLineComparator.h.
Public Member Functions | |
bool | operator() (TLabelObjectLine const &l1, TLabelObjectLine const &l2) const |
|
inline |
Definition at line 44 of file itkLabelObjectLineComparator.h.