#include <itkVectorConnectedComponentImageFilter.h>

Definition at line 42 of file itkVectorConnectedComponentImageFilter.h.
Public Member Functions | |
| TInput::ValueType | GetDistanceThreshold () |
| bool | operator!= (const SimilarVectorsFunctor &) const |
| bool | operator() (const TInput &a, const TInput &b) const |
| bool | operator== (const SimilarVectorsFunctor &other) const |
| void | SetDistanceThreshold (const typename TInput::ValueType &thresh) |
| SimilarVectorsFunctor () | |
| ~SimilarVectorsFunctor () | |
Protected Attributes | |
| TInput::ValueType | m_Threshold |
| itk::Functor::SimilarVectorsFunctor< TInput >::SimilarVectorsFunctor | ( | ) | [inline] |
Definition at line 45 of file itkVectorConnectedComponentImageFilter.h.
| itk::Functor::SimilarVectorsFunctor< TInput >::~SimilarVectorsFunctor | ( | ) | [inline] |
Definition at line 48 of file itkVectorConnectedComponentImageFilter.h.
| TInput::ValueType itk::Functor::SimilarVectorsFunctor< TInput >::GetDistanceThreshold | ( | ) | [inline] |
Definition at line 52 of file itkVectorConnectedComponentImageFilter.h.
| bool itk::Functor::SimilarVectorsFunctor< TInput >::operator!= | ( | const SimilarVectorsFunctor< TInput > & | ) | const [inline] |
Definition at line 54 of file itkVectorConnectedComponentImageFilter.h.
| bool itk::Functor::SimilarVectorsFunctor< TInput >::operator() | ( | const TInput & | a, | |
| const TInput & | b | |||
| ) | const [inline] |
Definition at line 62 of file itkVectorConnectedComponentImageFilter.h.
| bool itk::Functor::SimilarVectorsFunctor< TInput >::operator== | ( | const SimilarVectorsFunctor< TInput > & | other | ) | const [inline] |
Definition at line 58 of file itkVectorConnectedComponentImageFilter.h.
| void itk::Functor::SimilarVectorsFunctor< TInput >::SetDistanceThreshold | ( | const typename TInput::ValueType & | thresh | ) | [inline] |
Definition at line 50 of file itkVectorConnectedComponentImageFilter.h.
TInput::ValueType itk::Functor::SimilarVectorsFunctor< TInput >::m_Threshold [protected] |
Definition at line 69 of file itkVectorConnectedComponentImageFilter.h.
Referenced by itk::Functor::SimilarVectorsFunctor< TInputImage::ValueType >::GetDistanceThreshold(), itk::Functor::SimilarVectorsFunctor< TInputImage::ValueType >::operator()(), itk::Functor::SimilarVectorsFunctor< TInputImage::ValueType >::SetDistanceThreshold(), and itk::Functor::SimilarVectorsFunctor< TInputImage::ValueType >::SimilarVectorsFunctor().
1.5.5 written by Dimitri van Heesch,
© 1997-2000