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
228 void operator=(const Self &);
239 #ifndef ITK_MANUAL_INSTANTIATION
240 #include "itkSignedDanielssonDistanceMapImageFilter.hxx"
Superclass::DataObjectPointerArraySizeType DataObjectPointerArraySizeType
virtual DataObjectPointer MakeOutput(DataObjectPointerArraySizeType idx) override
virtual ProcessObject::DataObjectPointer MakeOutput(ProcessObject::DataObjectPointerArraySizeType idx) override
InputImageType::RegionType RegionType
InputImageType::OffsetType OffsetType
Image< OffsetType, itkGetStaticConstMacro(InputImageDimension) > VectorImageType
InputImageType::PixelType PixelType
SignedDanielssonDistanceMapImageFilter Self
OutputImageType::Pointer OutputImagePointer
SignedDanielssonDistanceMapImageFilter()
Base class for all process objects that output image data.
virtual ~SignedDanielssonDistanceMapImageFilter()
void PrintSelf(std::ostream &os, Indent indent) const override
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
OutputImageType * GetDistanceMap()
InputImageType::ConstPointer InputImagePointer
void GenerateData() override
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
TVoronoiImage VoronoiImageType
VectorImageType * GetVectorDistanceMap()
TOutputImage OutputImageType
TOutputImage OutputImageType
ProcessObject::DataObjectPointerArraySizeType DataObjectPointerArraySizeType
#define itkConceptMacro(name, concept)
SmartPointer< Self > Pointer
Templated n-dimensional image class.
RegionType::SizeType SizeType
ImageToImageFilter< TInputImage, TOutputImage > Superclass
VoronoiImageType * GetVoronoiMap()