18 #ifndef itkSignedMaurerDistanceMapImageFilter_h
19 #define itkSignedMaurerDistanceMapImageFilter_h
61 template<
typename TInputImage,
typename TOutputImage >
69 TInputImage::ImageDimension);
71 TOutputImage::ImageDimension);
73 TOutputImage::ImageDimension);
121 itkSetMacro(SquaredDistance,
bool);
124 itkGetConstReferenceMacro(SquaredDistance,
bool);
127 itkBooleanMacro(SquaredDistance);
131 itkSetMacro(InsideIsPositive,
bool);
135 itkGetConstReferenceMacro(InsideIsPositive,
bool);
140 itkBooleanMacro(InsideIsPositive);
143 itkSetMacro(UseImageSpacing,
bool);
146 itkGetConstReferenceMacro(UseImageSpacing,
bool);
149 itkBooleanMacro(UseImageSpacing);
178 void operator=(const Self &);
182 OutputPixelType, OutputPixelType, OutputPixelType);
197 #ifndef ITK_MANUAL_INSTANTIATION
198 #include "itkSignedMaurerDistanceMapImageFilter.hxx"
OutputImageType::IndexType OutputIndexType
InputImageType::PixelType InputPixelType
void ThreadedGenerateData(const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId) override
InputImageType::ConstPointer InputImageConstPointer
OutputImageType::SizeType OutputSizeType
InputSpacingType m_Spacing
OutputImageType::SizeValueType OutputSizeValueType
static const unsigned int OutputImageDimension
SignedMaurerDistanceMapImageFilter Self
unsigned int SplitRequestedRegion(unsigned int i, unsigned int num, OutputImageRegionType &splitRegion) override
TOutputImage OutputImageType
SmartPointer< Self > Pointer
OutputImageType::RegionType OutputRegionType
signed long IndexValueType
TInputImage InputImageType
const InputImageType * m_InputCache
OutputImageType::RegionType OutputImageRegionType
SmartPointer< const Self > ConstPointer
Base class for all process objects that output image data.
InputImageType::IndexValueType InputIndexValueType
unsigned long SizeValueType
OutputImageType::SpacingType OutputSpacingType
InputImageType::SizeValueType InputSizeValueType
This filter calculates the Euclidean distance transform of a binary image in linear time for arbitrar...
InputImageType::SizeType InputSizeType
static const unsigned int ImageDimension
unsigned int m_CurrentDimension
OutputImageType::Pointer OutputImagePointer
virtual ~SignedMaurerDistanceMapImageFilter()
unsigned int ThreadIdType
InputImageType::RegionType InputRegionType
InputImageType::IndexType InputIndexType
SignedMaurerDistanceMapImageFilter()
static const unsigned int InputImageDimension
void PrintSelf(std::ostream &os, Indent indent) const override
Base class for filters that take an image as input and produce an image as output.
ImageToImageFilter< InputImageType, OutputImageType > Superclass
void GenerateData() override
OutputImageType::RegionType OutputImageRegionType
bool Remove(OutputPixelType, OutputPixelType, OutputPixelType, OutputPixelType, OutputPixelType, OutputPixelType)
Control indentation during Print() invocation.
OutputImageType::PixelType OutputPixelType
InputImageType::SpacingType InputSpacingType
TOutputImage OutputImageType
void Voronoi(unsigned int, OutputIndexType idx, OutputImageType *output)
InputPixelType m_BackgroundValue
OutputImageType::IndexValueType OutputIndexValueType