18#ifndef itkHConvexImageFilter_h
19#define itkHConvexImageFilter_h
43template <
typename TInputImage,
typename TOutputImage>
91 itkSetMacro(FullyConnected,
bool);
92 itkGetConstReferenceMacro(FullyConnected,
bool);
93 itkBooleanMacro(FullyConnected);
128#ifndef ITK_MANUAL_INSTANTIATION
129# include "itkHConvexImageFilter.hxx"
Base class for all data objects in ITK.
void EnlargeOutputRequestedRegion(DataObject *output) override
unsigned long m_NumberOfIterationsUsed
typename OutputImageType::Pointer OutputImagePointer
~HConvexImageFilter() override=default
SmartPointer< Self > Pointer
static constexpr unsigned int OutputImageDimension
ImageToImageFilter< TInputImage, TOutputImage > Superclass
void GenerateData() override
SmartPointer< const Self > ConstPointer
typename OutputImageType::RegionType OutputImageRegionType
typename OutputImageType::PixelType OutputImagePixelType
InputImagePixelType m_Height
void PrintSelf(std::ostream &os, Indent indent) const override
typename InputImageType::ConstPointer InputImageConstPointer
typename InputImageType::RegionType InputImageRegionType
static constexpr unsigned int InputImageDimension
typename OutputImageType::ConstPointer OutputImageConstPointer
TOutputImage OutputImageType
TInputImage InputImageType
void GenerateInputRequestedRegion() override
typename InputImageType::PixelType InputImagePixelType
typename InputImageType::Pointer InputImagePointer
Control indentation during Print() invocation.
Implements transparent reference counting.
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....