ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Member Functions
itk::watershed::SegmentTree< TScalarType >::merge_comp Struct Reference

#include <itkWatershedSegmentTree.h>

List of all members.

Public Member Functions

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

Detailed Description

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

Boolean comparison functor for use in sorting functions.

Definition at line 77 of file itkWatershedSegmentTree.h.


Constructor & Destructor Documentation

template<class TScalarType >
itk::watershed::SegmentTree< TScalarType >::merge_comp::merge_comp ( )
inline

Definition at line 79 of file itkWatershedSegmentTree.h.


Member Function Documentation

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

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