Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <itkDistanceMapFilter.h>
Public Types | |
typedef TInputImage | InputImageType |
This filter creates a map of the distance to the nearest point on a binary mask. More... | |
typedef InputImageType::Pointer | InputImagePointer |
typedef TOutputImage | OutputImageType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef DistanceMapFilter | Self |
typedef ImageToImageFilter< InputImageType, OutputImageType > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
Pointer | Clone () const |
virtual void | GenerateData () |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
DistanceMapFilter () | |
virtual | ~DistanceMapFilter () |
Definition at line 28 of file itkDistanceMapFilter.h.
typedef SmartPointer<const Self> itk::DistanceMapFilter< TInputImage, TOutputImage >::ConstPointer |
Smart Pointer
Definition at line 61 of file itkDistanceMapFilter.h.
typedef InputImageType::Pointer itk::DistanceMapFilter< TInputImage, TOutputImage >::InputImagePointer |
Typedef for input imageType Pointer.
Definition at line 41 of file itkDistanceMapFilter.h.
typedef TInputImage itk::DistanceMapFilter< TInputImage, TOutputImage >::InputImageType |
This filter creates a map of the distance to the nearest point on a binary mask.
Typedef for input ImageType.
Definition at line 38 of file itkDistanceMapFilter.h.
typedef OutputImageType::Pointer itk::DistanceMapFilter< TInputImage, TOutputImage >::OutputImagePointer |
Typedef for input imageType Pointer.
Definition at line 47 of file itkDistanceMapFilter.h.
typedef TOutputImage itk::DistanceMapFilter< TInputImage, TOutputImage >::OutputImageType |
Typedef for output ImageType.
Definition at line 44 of file itkDistanceMapFilter.h.
typedef SmartPointer<Self> itk::DistanceMapFilter< TInputImage, TOutputImage >::Pointer |
Smart Pointer
Definition at line 58 of file itkDistanceMapFilter.h.
typedef DistanceMapFilter itk::DistanceMapFilter< TInputImage, TOutputImage >::Self |
Definition at line 52 of file itkDistanceMapFilter.h.
typedef ImageToImageFilter<InputImageType, OutputImageType> itk::DistanceMapFilter< TInputImage, TOutputImage >::Superclass |
Superclass
Definition at line 55 of file itkDistanceMapFilter.h.
|
protected |
Constructor
|
protectedvirtual |
Destructor
Pointer itk::DistanceMapFilter< TInputImage, TOutputImage >::Clone | ( | ) | const |
|
virtual |
Generate Data. The image will be divided into a number of pieces, a number of threads will be spawned and Threaded GenerateData() will be called in each thread.
|
static |