OTB  10.0.0
Orfeo Toolbox
Public Member Functions | List of all members
otb::Functor::OffsetLexicographicCompare< VOffsetDimension > Class Template Reference

#include <otbShapeAttributesLabelMapFilter.h>

Public Member Functions

bool operator() (itk::Offset< VOffsetDimension > const &l, itk::Offset< VOffsetDimension > const &r) const
 

Detailed Description

template<unsigned int VOffsetDimension>
class otb::Functor::OffsetLexicographicCompare< VOffsetDimension >

Order Offset instances lexicographically.

This is a comparison functor suitable for storing Offset instances in an STL container. The ordering is total and unique but has little geometric meaning. This class is copied from ITK 4.12.0 for compatability with ITK 4, 5( alpha2), ITK5 (master)

Definition at line 49 of file otbShapeAttributesLabelMapFilter.h.

Member Function Documentation

◆ operator()()

template<unsigned int VOffsetDimension>
bool otb::Functor::OffsetLexicographicCompare< VOffsetDimension >::operator() ( itk::Offset< VOffsetDimension > const &  l,
itk::Offset< VOffsetDimension > const &  r 
) const
inline

Definition at line 52 of file otbShapeAttributesLabelMapFilter.h.


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