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 border associated with a region.
More...
#include <itkKLMSegmentationBorder.h>
Inheritance diagram for itk::KLMDynamicBorderArray:
[legend]Collaboration diagram for itk::KLMDynamicBorderArray< TBorder >:
[legend]List of all members.
Public Methods |
bool | operator> (const KLMDynamicBorderArray< TBorder > &rhs) const |
bool | operator> (const KLMDynamicBorderArray< TBorder > *rhs) const |
Public Attributes |
TBorder * | m_Pointer |
Detailed Description
template<class TBorder>
class itk::KLMDynamicBorderArray< TBorder >
Object maintaining a reference to a list of border 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 40 of file itkKLMSegmentationBorder.h.
Member Function Documentation
template<class TBorder> |
bool itk::KLMDynamicBorderArray< TBorder >::operator> |
( |
const KLMDynamicBorderArray< TBorder > * |
rhs |
) |
const [inline] |
|
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.
Definition at line 45 of file itkKLMSegmentationBorder.h. |
Member Data Documentation
template<class TBorder> |
TBorder* itk::KLMDynamicBorderArray< TBorder >::m_Pointer
|
|
The documentation for this class was generated from the following file:
Generated at Fri May 21 01:30:49 2004 for ITK by
1.2.15 written by Dimitri van Heesch,
© 1997-2000