ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Member Functions | List of all members
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: http://hdl.handle.net/1926/584 or http://www.insight-journal.org/browse/publication/176

See Also
LabelObjectLine

Definition at line 41 of file itkLabelObjectLineComparator.h.

Public Member Functions

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

Member Function Documentation

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

Definition at line 44 of file itkLabelObjectLineComparator.h.


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