18 #ifndef itkSignedDanielssonDistanceMapImageFilter_h
19 #define itkSignedDanielssonDistanceMapImageFilter_h
29 template<
typename InputPixelType >
87 template<
typename TInputImage,
88 typename TOutputImage,
89 typename TVoronoiImage = TInputImage >
129 itkStaticConstMacro(InputImageDimension,
unsigned int,
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);
205 using Superclass::MakeOutput;
208 #ifdef ITK_USE_CONCEPT_CHECKING
220 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
223 void GenerateData() ITK_OVERRIDE;
228 bool m_SquaredDistance;
229 bool m_UseImageSpacing;
230 bool m_InsideIsPositive;
235 #ifndef ITK_MANUAL_INSTANTIATION
236 #include "itkSignedDanielssonDistanceMapImageFilter.hxx"
virtual ~SignedDanielssonDistanceMapImageFilter() override
Superclass::DataObjectPointerArraySizeType DataObjectPointerArraySizeType
InputImageType::RegionType RegionType
InputImageType::OffsetType OffsetType
Image< OffsetType, itkGetStaticConstMacro(InputImageDimension) > VectorImageType
InputImageType::PixelType PixelType
SignedDanielssonDistanceMapImageFilter Self
OutputImageType::Pointer OutputImagePointer
Base class for all process objects that output image data.
InputPixelType operator()(InputPixelType input) const
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
TInputImage InputImageType
RegionType::IndexType IndexType
Superclass::DataObjectPointer DataObjectPointer
SmartPointer< const Self > ConstPointer
VoronoiImageType::Pointer VoronoiImagePointer
VoronoiImageType::PixelType VoronoiPixelType
VectorImageType::Pointer VectorImagePointer
InputImageType::ConstPointer InputImagePointer
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
TVoronoiImage VoronoiImageType
ImageBaseType::SizeType SizeType
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
ImageBaseType::IndexType IndexType