ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itk::Functor::LabelObjectLineComparator< TLabelObjectLine > Class Template Reference

#include <itkLabelObjectLineComparator.h>

Detailed Description

template<typename TLabelObjectLine>
class itk::Functor::LabelObjectLineComparator< TLabelObjectLine >

Performs a comparison of l1 < l2. Returns true if l1 is strictly less than l2.

Author
Gaetan Lehmann. Biologie du Developpement et de la Reproduction, INRA de Jouy-en-Josas, France.

This implementation was taken from the Insight Journal paper: https://doi.org/10.54294/q6auw4

See also
LabelObjectLine

Definition at line 41 of file itkLabelObjectLineComparator.h.

Public Member Functions

bool operator() (const TLabelObjectLine &l1, const TLabelObjectLine &l2) const
 

Member Function Documentation

◆ operator()()

template<typename TLabelObjectLine>
bool itk::Functor::LabelObjectLineComparator< TLabelObjectLine >::operator() ( const TLabelObjectLine & l1,
const TLabelObjectLine & l2 ) const
inline

Definition at line 45 of file itkLabelObjectLineComparator.h.


The documentation for this class was generated from the following file: