21 #ifndef otbUnaryFunctorWithIndexWithOutputSizeImageFilter_h
22 #define otbUnaryFunctorWithIndexWithOutputSizeImageFilter_h
24 #include "itkImageToImageFilter.h"
25 #include "itkImageRegionConstIteratorWithIndex.h"
26 #include "itkProcessObject.h"
41 template <
class TInputImage,
class TOutputImage,
class TFunction>
47 typedef itk::ImageToImageFilter<TInputImage, TOutputImage>
Superclass;
105 typedef itk::ImageRegionConstIteratorWithIndex<TInputImage>
IteratorType;
130 void DynamicThreadedGenerateData(
const OutputImageRegionType& outputRegionForThread)
override;
135 void GenerateInputRequestedRegion(
void)
override;
147 Superclass::GenerateOutputInformation();
148 typename Superclass::OutputImagePointer outputPtr = this->GetOutput();
149 outputPtr->SetNumberOfComponentsPerPixel(
150 this->GetFunctor().GetOutputSize());
163 #ifndef OTB_MANUAL_INSTANTIATION
Implements neighborhood-wise generic operation on image.
InputImageType::RegionType InputImageRegionType
InputImageType::IndexType InputImageIndexType
Superclass::OutputImageType OutputImageType
UnaryFunctorWithIndexWithOutputSizeImageFilter(const Self &)=delete
InputImageType::ConstPointer InputImagePointer
itk::ImageToImageFilter< TInputImage, TOutputImage > Superclass
~UnaryFunctorWithIndexWithOutputSizeImageFilter() override
itk::ImageRegionConstIteratorWithIndex< TInputImage > IteratorType
InputImageType::SizeType InputImageSizeType
InputImageType::PixelType InputImagePixelType
void SetFunctor(const FunctorType &functor)
const FunctorType & GetFunctor() const
UnaryFunctorWithIndexWithOutputSizeImageFilter Self
void GenerateOutputInformation() override
itk::SmartPointer< const Self > ConstPointer
Superclass::InputImageType InputImageType
itk::SmartPointer< Self > Pointer
OutputImageType::RegionType OutputImageRegionType
FunctorType & GetFunctor()
OutputImageType::PixelType OutputImagePixelType
void operator=(const Self &)=delete
itk::ProcessObject ProcessObjectType
OutputImageType::Pointer OutputImagePointer
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.