Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::KLMDynamicBorderArray< TBorder > Class Template Reference
[Region Growing Filters]

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

#include <itkKLMSegmentationBorder.h>

List of all members.
TBorder * m_Pointer
bool operator> (const KLMDynamicBorderArray< TBorder > *rhs) const
bool operator> (const KLMDynamicBorderArray< TBorder > &rhs) const


Detailed Description

template<class 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 42 of file itkKLMSegmentationBorder.h.


Member Function Documentation

template<class 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 83 of file itkKLMSegmentationBorder.h.

References itk::KLMDynamicBorderArray< TBorder >::m_Pointer.

template<class 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 52 of file itkKLMSegmentationBorder.h.

References itk::KLMDynamicBorderArray< TBorder >::m_Pointer.


Member Data Documentation

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

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 113 of file itkKLMSegmentationBorder.h.

Referenced by itk::KLMDynamicBorderArray< TBorder >::operator>().


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

Generated at Tue Sep 15 09:56:08 2009 for ITK by doxygen 1.5.8 written by Dimitri van Heesch, © 1997-2000