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);
228 void operator=(const Self &);
239 #ifndef ITK_MANUAL_INSTANTIATION
240 #include "itkDanielssonDistanceMapImageFilter.hxx"
InputImageType::ConstPointer InputImagePointer
SizeType::SizeValueType SizeValueType
RegionType::IndexType IndexType
virtual ProcessObject::DataObjectPointer MakeOutput(ProcessObject::DataObjectPointerArraySizeType idx) override
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
unsigned long SizeValueType
VectorImageType * GetVectorDistanceMap()
InputImageType::RegionType RegionType
TVoronoiImage VoronoiImageType
virtual ~DanielssonDistanceMapImageFilter()
SmartPointer< Self > Pointer
VoronoiImageType * GetVoronoiMap()
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
OutputImageType::Pointer OutputImagePointer
void GenerateData() override
SmartPointer< const Self > ConstPointer
void UpdateLocalDistance(VectorImageType *, const IndexType &, const OffsetType &)
TInputImage InputImageType
DanielssonDistanceMapImageFilter()
void PrintSelf(std::ostream &os, Indent indent) const override
static const unsigned int VoronoiImageDimension
SpacingType m_InputSpacingCache
static const unsigned int InputImageDimension
ProcessObject::DataObjectPointerArraySizeType DataObjectPointerArraySizeType
Base class for filters that take an image as input and produce an image as output.
ImageToImageFilter< TInputImage, TOutputImage > Superclass
Control indentation during Print() invocation.
DanielssonDistanceMapImageFilter Self
Image< OffsetType, itkGetStaticConstMacro(InputImageDimension) > VectorImageType
OutputImageType * GetDistanceMap()
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
virtual DataObjectPointer MakeOutput(DataObjectPointerArraySizeType idx) override