18 #ifndef __itkDanielssonDistanceMapImageFilter_h
19 #define __itkDanielssonDistanceMapImageFilter_h
58 template<
typename TInputImage,
59 typename TOutputImage,
60 typename TVoronoiImage = TInputImage >
99 typedef typename RegionType::SizeType
SizeType;
117 InputImageType::ImageDimension);
133 itkSetMacro(SquaredDistance,
bool);
136 itkGetConstReferenceMacro(SquaredDistance,
bool);
139 itkBooleanMacro(SquaredDistance);
146 itkSetMacro(InputIsBinary,
bool);
149 itkGetConstReferenceMacro(InputIsBinary,
bool);
152 itkBooleanMacro(InputIsBinary);
155 itkSetMacro(UseImageSpacing,
bool);
158 itkGetConstReferenceMacro(UseImageSpacing,
bool);
161 itkBooleanMacro(UseImageSpacing);
188 #ifdef ITK_USE_CONCEPT_CHECKING
190 TOutputImage::ImageDimension);
192 TVoronoiImage::ImageDimension);
239 #ifndef ITK_MANUAL_INSTANTIATION
240 #include "itkDanielssonDistanceMapImageFilter.hxx"
InputImageType::ConstPointer InputImagePointer
SizeType::SizeValueType SizeValueType
RegionType::IndexType IndexType
OutputImageType * GetDistanceMap(void)
Light weight base class for most itk classes.
VoronoiImageType::Pointer VoronoiImagePointer
static const unsigned int OutputImageDimension
DataObject::Pointer DataObjectPointer
RegionType::SizeType SizeType
InputImageType::SpacingType SpacingType
VoronoiImageType::PixelType VoronoiPixelType
InputImageType::SpacingValueType SpacingValueType
InputImageType::PixelType InputPixelType
virtual ProcessObject::DataObjectPointer MakeOutput(ProcessObject::DataObjectPointerArraySizeType idx) ITK_OVERRIDE
unsigned long SizeValueType
InputImageType::RegionType RegionType
TVoronoiImage VoronoiImageType
void operator=(const Self &)
virtual ~DanielssonDistanceMapImageFilter()
SmartPointer< Self > Pointer
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
OutputImageType::Pointer OutputImagePointer
SmartPointer< const Self > ConstPointer
void UpdateLocalDistance(VectorImageType *, const IndexType &, const OffsetType &)
TInputImage InputImageType
DanielssonDistanceMapImageFilter()
static const unsigned int VoronoiImageDimension
SpacingType m_InputSpacingCache
static const unsigned int InputImageDimension
ProcessObject::DataObjectPointerArraySizeType DataObjectPointerArraySizeType
void PrintSelf(std::ostream &os, Indent indent) const
Base class for filters that take an image as input and produce an image as output.
VoronoiImageType * GetVoronoiMap(void)
ImageToImageFilter< TInputImage, TOutputImage > Superclass
VectorImageType * GetVectorDistanceMap(void)
Control indentation during Print() invocation.
virtual DataObjectPointer MakeOutput(DataObjectPointerArraySizeType idx)
DanielssonDistanceMapImageFilter Self
Image< OffsetType, itkGetStaticConstMacro(InputImageDimension) > VectorImageType
ImageType OutputImageType
This filter computes the distance map of the input image as an approximation with pixel accuracy to t...
VectorImageType::Pointer VectorImagePointer
#define itkConceptMacro(name, concept)
InputImageType::OffsetType OffsetType
Templated n-dimensional image class.
OutputImageType::PixelType OutputPixelType
TOutputImage OutputImageType