18 #ifndef itkSignedMaurerDistanceMapImageFilter_h
19 #define itkSignedMaurerDistanceMapImageFilter_h
61 template<
typename TInputImage,
typename TOutputImage >
68 itkStaticConstMacro(InputImageDimension,
unsigned int,
69 TInputImage::ImageDimension);
70 itkStaticConstMacro(OutputImageDimension,
unsigned int,
71 TOutputImage::ImageDimension);
72 itkStaticConstMacro(ImageDimension,
unsigned int,
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);
163 virtual
void PrintSelf(std::ostream & os,
Indent indent) const ITK_OVERRIDE;
165 virtual
void GenerateData() ITK_OVERRIDE;
167 virtual
unsigned int SplitRequestedRegion(
unsigned int i,
unsigned int num,
178 OutputPixelType, OutputPixelType, OutputPixelType);
183 unsigned int m_CurrentDimension;
185 bool m_InsideIsPositive;
186 bool m_UseImageSpacing;
187 bool m_SquaredDistance;
193 #ifndef ITK_MANUAL_INSTANTIATION
194 #include "itkSignedMaurerDistanceMapImageFilter.hxx"
OutputImageType::IndexType OutputIndexType
InputImageType::PixelType InputPixelType
InputImageType::ConstPointer InputImageConstPointer
OutputImageType::SizeType OutputSizeType
OutputImageType::SizeValueType OutputSizeValueType
SignedMaurerDistanceMapImageFilter Self
TOutputImage OutputImageType
SmartPointer< Self > Pointer
OutputImageType::RegionType OutputRegionType
signed long IndexValueType
TInputImage InputImageType
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
OutputImageType::Pointer OutputImagePointer
unsigned int ThreadIdType
InputImageType::RegionType InputRegionType
InputImageType::IndexType InputIndexType
Base class for filters that take an image as input and produce an image as output.
ImageToImageFilter< InputImageType, OutputImageType > Superclass
OutputImageType::RegionType OutputImageRegionType
Control indentation during Print() invocation.
OutputImageType::PixelType OutputPixelType
ImageBaseType::SizeType SizeType
InputImageType::SpacingType InputSpacingType
TOutputImage OutputImageType
OutputImageType::IndexValueType OutputIndexValueType
ImageBaseType::IndexType IndexType