#include <itkKLMSegmentationBorder.h>
Collaboration diagram for itk::KLMDynamicBorderArray< TBorder >:
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 41 of file itkKLMSegmentationBorder.h.
TBorder * | m_Pointer |
bool | operator> (const KLMDynamicBorderArray< TBorder > *rhs) const |
bool | operator> (const KLMDynamicBorderArray< TBorder > &rhs) const |
bool itk::KLMDynamicBorderArray< TBorder >::operator> | ( | const KLMDynamicBorderArray< TBorder > * | rhs | ) | const [inline] |
Definition at line 82 of file itkKLMSegmentationBorder.h.
References itk::KLMDynamicBorderArray< TBorder >::m_Pointer.
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 51 of file itkKLMSegmentationBorder.h.
References itk::KLMDynamicBorderArray< TBorder >::m_Pointer.
TBorder* itk::KLMDynamicBorderArray< TBorder >::m_Pointer |
Definition at line 112 of file itkKLMSegmentationBorder.h.
Referenced by itk::KLMDynamicBorderArray< TBorder >::operator>().