18#ifndef itkVotingBinaryImageFilter_h
19#define itkVotingBinaryImageFilter_h
39template <
typename TInputImage,
typename TOutputImage>
149#ifndef ITK_MANUAL_INSTANTIATION
150# include "itkVotingBinaryImageFilter.hxx"
Control indentation during Print() invocation.
Implements transparent reference counting.
~VotingBinaryImageFilter() override=default
itkVirtualGetConstReferenceMacro(BirthThreshold, unsigned int)
typename InputImageType::RegionType InputImageRegionType
itkVirtualGetConstReferenceMacro(SurvivalThreshold, unsigned int)
InputImageType InputImageType
InputPixelType m_ForegroundValue
void DynamicThreadedGenerateData(const OutputImageRegionType &outputRegionForThread) override
void PrintSelf(std::ostream &os, Indent indent) const override
void GenerateInputRequestedRegion() override
static constexpr unsigned int OutputImageDimension
typename InputImageType::SizeType InputSizeType
unsigned int m_BirthThreshold
SmartPointer< const Self > ConstPointer
typename OutputImageType::RegionType OutputImageRegionType
itkVirtualSetMacro(BirthThreshold, unsigned int)
itkVirtualSetMacro(SurvivalThreshold, unsigned int)
InputPixelType m_BackgroundValue
OutputImageType OutputImageType
typename OutputImageType::PixelType OutputPixelType
unsigned int m_SurvivalThreshold
static constexpr unsigned int InputImageDimension
typename InputImageType::PixelType InputPixelType
VotingBinaryImageFilter()
VotingBinaryImageFilter Self
SmartPointer< Self > Pointer
ImageToImageFilter< InputImageType, OutputImageType > Superclass
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....