17 #ifndef ITKDISTANCEMAPFILTER_H_
18 #define ITKDISTANCEMAPFILTER_H_
20 #include "itkImageToImageFilter.h"
27 template <
class TInputImage,
class TOutputImage >
55 typedef ImageToImageFilter<InputImageType, OutputImageType>
Superclass;
64 itkFactorylessNewMacro(Self)
78 virtual ~DistanceMapFilter();
90 #ifndef ITK_MANUAL_INSTANTIATION
TInputImage InputImageType
This filter creates a map of the distance to the nearest point on a binary mask.
InputImageType::Pointer InputImagePointer
itk::SmartPointer< Self > Pointer
OutputImageType::Pointer OutputImagePointer
SmartPointer< const Self > ConstPointer
TOutputImage OutputImageType
virtual void GenerateData()
ImageToImageFilter< InputImageType, OutputImageType > Superclass
SmartPointer< Self > Pointer