#include <itkVectorConnectedComponentImageFilter.h>
Public Member Functions | |
SimilarVectorsFunctor () | |
~SimilarVectorsFunctor () | |
void | SetDistanceThreshold (const typename TInput::ValueType &thresh) |
TInput::ValueType | GetDistanceThreshold () |
bool | operator() (const TInput &a, const TInput &b) |
Protected Attributes | |
TInput::ValueType | threshold |
|
Definition at line 39 of file itkVectorConnectedComponentImageFilter.h. References itk::Functor::SimilarVectorsFunctor< TInput >::threshold. |
|
Definition at line 42 of file itkVectorConnectedComponentImageFilter.h. |
|
Definition at line 46 of file itkVectorConnectedComponentImageFilter.h. References itk::Functor::SimilarVectorsFunctor< TInput >::threshold. |
|
Definition at line 48 of file itkVectorConnectedComponentImageFilter.h. References itk::Functor::SimilarVectorsFunctor< TInput >::threshold. |
|
Definition at line 44 of file itkVectorConnectedComponentImageFilter.h. References itk::Functor::SimilarVectorsFunctor< TInput >::threshold. |
|