Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
itk::DistanceMapFilter< TInputImage, TOutputImage > Class Template Reference

#include <itkDistanceMapFilter.h>

Inheritance diagram for itk::DistanceMapFilter< TInputImage, TOutputImage >:
Collaboration diagram for itk::DistanceMapFilter< TInputImage, TOutputImage >:

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, OutputImageTypeSuperclass
 
typedef SmartPointer< SelfPointer
 
typedef SmartPointer< const SelfConstPointer
 

Public Member Functions

Pointer Clone () const
 
virtual void GenerateData ()
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

 DistanceMapFilter ()
 
virtual ~DistanceMapFilter ()
 

Detailed Description

template<class TInputImage, class TOutputImage>
class itk::DistanceMapFilter< TInputImage, TOutputImage >

Definition at line 28 of file itkDistanceMapFilter.h.

Member Typedef Documentation

template<class TInputImage , class TOutputImage >
typedef SmartPointer<const Self> itk::DistanceMapFilter< TInputImage, TOutputImage >::ConstPointer

Smart Pointer

Definition at line 61 of file itkDistanceMapFilter.h.

template<class TInputImage , class TOutputImage >
typedef InputImageType::Pointer itk::DistanceMapFilter< TInputImage, TOutputImage >::InputImagePointer

Typedef for input imageType Pointer.

Definition at line 41 of file itkDistanceMapFilter.h.

template<class TInputImage , class TOutputImage >
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.

template<class TInputImage , class TOutputImage >
typedef OutputImageType::Pointer itk::DistanceMapFilter< TInputImage, TOutputImage >::OutputImagePointer

Typedef for input imageType Pointer.

Definition at line 47 of file itkDistanceMapFilter.h.

template<class TInputImage , class TOutputImage >
typedef TOutputImage itk::DistanceMapFilter< TInputImage, TOutputImage >::OutputImageType

Typedef for output ImageType.

Definition at line 44 of file itkDistanceMapFilter.h.

template<class TInputImage , class TOutputImage >
typedef SmartPointer<Self> itk::DistanceMapFilter< TInputImage, TOutputImage >::Pointer

Smart Pointer

Definition at line 58 of file itkDistanceMapFilter.h.

template<class TInputImage , class TOutputImage >
typedef DistanceMapFilter itk::DistanceMapFilter< TInputImage, TOutputImage >::Self

Definition at line 52 of file itkDistanceMapFilter.h.

template<class TInputImage , class TOutputImage >
typedef ImageToImageFilter<InputImageType, OutputImageType> itk::DistanceMapFilter< TInputImage, TOutputImage >::Superclass

Superclass

Definition at line 55 of file itkDistanceMapFilter.h.

Constructor & Destructor Documentation

template<class TInputImage , class TOutputImage >
itk::DistanceMapFilter< TInputImage, TOutputImage >::DistanceMapFilter ( )
protected

Constructor

template<class TInputImage , class TOutputImage >
virtual itk::DistanceMapFilter< TInputImage, TOutputImage >::~DistanceMapFilter ( )
protectedvirtual

Destructor

Member Function Documentation

template<class TInputImage , class TOutputImage >
Pointer itk::DistanceMapFilter< TInputImage, TOutputImage >::Clone ( ) const
template<class TInputImage , class TOutputImage >
virtual void itk::DistanceMapFilter< TInputImage, TOutputImage >::GenerateData ( )
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.

template<class TInputImage , class TOutputImage >
static Pointer itk::DistanceMapFilter< TInputImage, TOutputImage >::New ( )
static

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