18 #ifndef __itkSignedDanielssonDistanceMapImageFilter_h
19 #define __itkSignedDanielssonDistanceMapImageFilter_h
29 template<
typename InputPixelType >
87 template<
typename TInputImage,
88 typename TOutputImage,
89 typename TVoronoiImage = TInputImage >
130 InputImageType::ImageDimension);
153 itkSetMacro(SquaredDistance,
bool);
156 itkGetConstReferenceMacro(SquaredDistance,
bool);
159 itkBooleanMacro(SquaredDistance);
162 itkSetMacro(UseImageSpacing,
bool);
165 itkGetConstReferenceMacro(UseImageSpacing,
bool);
168 itkBooleanMacro(UseImageSpacing);
172 itkSetMacro(InsideIsPositive,
bool);
176 itkGetConstReferenceMacro(InsideIsPositive,
bool);
181 itkBooleanMacro(InsideIsPositive);
208 #ifdef ITK_USE_CONCEPT_CHECKING
239 #ifndef ITK_MANUAL_INSTANTIATION
240 #include "itkSignedDanielssonDistanceMapImageFilter.hxx"
Superclass::DataObjectPointerArraySizeType DataObjectPointerArraySizeType
InputImageType::RegionType RegionType
void PrintSelf(std::ostream &os, Indent indent) const
InputImageType::OffsetType OffsetType
Image< OffsetType, itkGetStaticConstMacro(InputImageDimension) > VectorImageType
InputImageType::PixelType PixelType
SignedDanielssonDistanceMapImageFilter Self
OutputImageType::Pointer OutputImagePointer
virtual ProcessObject::DataObjectPointer MakeOutput(ProcessObject::DataObjectPointerArraySizeType idx) ITK_OVERRIDE
SignedDanielssonDistanceMapImageFilter()
Base class for all process objects that output image data.
virtual ~SignedDanielssonDistanceMapImageFilter()
InputPixelType operator()(InputPixelType input) const
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
TInputImage InputImageType
RegionType::IndexType IndexType
Superclass::DataObjectPointer DataObjectPointer
static const unsigned int InputImageDimension
SmartPointer< const Self > ConstPointer
VoronoiImageType::Pointer VoronoiImagePointer
VoronoiImageType::PixelType VoronoiPixelType
VectorImageType::Pointer VectorImagePointer
virtual DataObjectPointer MakeOutput(DataObjectPointerArraySizeType idx)
InputImageType::ConstPointer InputImagePointer
OutputImageType * GetDistanceMap(void)
Base class for filters that take an image as input and produce an image as output.
void operator=(const Self &)
Control indentation during Print() invocation.
TVoronoiImage VoronoiImageType
Define additional traits for native types such as int or float.
VoronoiImageType * GetVoronoiMap(void)
TOutputImage OutputImageType
TOutputImage OutputImageType
ProcessObject::DataObjectPointerArraySizeType DataObjectPointerArraySizeType
#define itkConceptMacro(name, concept)
VectorImageType * GetVectorDistanceMap(void)
SmartPointer< Self > Pointer
Templated n-dimensional image class.
RegionType::SizeType SizeType
ImageToImageFilter< TInputImage, TOutputImage > Superclass