ITK  5.4.0
Insight Toolkit
Public Member Functions | Public Attributes | List of all members

#include <itkKLMSegmentationBorder.h>

Detailed Description

template<typename TBorder>
class itk::KLMDynamicBorderArray< TBorder >

Object maintaining a reference to a list of borders associated with a region.

This is a tiny class similar to smart pointers that maintains a reference to a list of borders pointed by a region.

Definition at line 43 of file itkKLMSegmentationBorder.h.

Public Member Functions

bool operator> (const KLMDynamicBorderArray< TBorder > *rhs) const
 
bool operator> (const KLMDynamicBorderArray< TBorder > &rhs) const
 

Public Attributes

TBorder * m_Pointer
 

Member Function Documentation

◆ operator>() [1/2]

template<typename TBorder>
bool itk::KLMDynamicBorderArray< TBorder >::operator> ( const KLMDynamicBorderArray< TBorder > &  rhs) const
inline

Greater than operators defined to work with both static objects or pointer to objects. In the degenerate case of an image where all (or many) Lambda's are equal to some constant value, this operator will ensure that the future merged regions do not gain more borders than other regions, thus avoiding pathologically slow behavior.

Definition at line 54 of file itkKLMSegmentationBorder.h.

References itk::Math::ExactlyEquals(), and itk::KLMDynamicBorderArray< TBorder >::m_Pointer.

◆ operator>() [2/2]

template<typename TBorder>
bool itk::KLMDynamicBorderArray< TBorder >::operator> ( const KLMDynamicBorderArray< TBorder > *  rhs) const
inline

Member Data Documentation

◆ m_Pointer

template<typename TBorder>
TBorder* itk::KLMDynamicBorderArray< TBorder >::m_Pointer

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