ITK  4.4.0
Insight Segmentation and Registration Toolkit
Public Member Functions | List of all members
itk::watershed::SegmentTree< TScalarType >::sort_comp Struct Reference

#include <itkWatershedSegmentTree.h>

+ Inheritance diagram for itk::watershed::SegmentTree< TScalarType >::sort_comp:
+ Collaboration diagram for itk::watershed::SegmentTree< TScalarType >::sort_comp:

Detailed Description

template<class TScalarType>
struct itk::watershed::SegmentTree< TScalarType >::sort_comp

Boolean comparison functor for use in sorting functions.

Definition at line 88 of file itkWatershedSegmentTree.h.

Public Member Functions

bool operator() (const merge_t &a, const merge_t &b)
 

Member Function Documentation

template<class TScalarType >
bool itk::watershed::SegmentTree< TScalarType >::sort_comp::operator() ( const merge_t a,
const merge_t b 
)
inline

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