22 #ifndef __SummingFilter_H
23 #define __SummingFilter_H
25 #include "itkImageToImageFilter.h"
26 #include "itkImageRegionIterator.h"
39 template <
class TInputImage,
class TOutputImage>
40 class ITK_EXPORT
SummingFilter :
public itk::ImageToImageFilter<TInputImage, TOutputImage>
45 typedef itk::ImageToImageFilter<TInputImage, TOutputImage>
Superclass;
83 this->DynamicMultiThreadingOn();
102 virtual void DynamicThreadedGenerateData(
const OutputImageRegionType& outputRegionForThread);
104 virtual void GenerateOutputInformation(
void);
113 #ifndef OTB_MANUAL_INSTANTIATION
Computes the sum of the input images pixels.
InputImageType::PointType InputImagePointType
TOutputImage OutputImageType
itk::SmartPointer< const Self > ConstPointer
InputImageType::RegionType InputImageRegionType
OutputImageType::PointType OutputImagePointType
itk::SmartPointer< Self > Pointer
itk::ImageToImageFilter< TInputImage, TOutputImage > Superclass
TInputImage InputImageType
OutputImageType::RegionType OutputImageRegionType
void operator=(const Self &)
InputImageType::SpacingType InputImageSpacingType
InputImageType::InternalPixelType InputImageInternalPixelType
itk::ImageRegionConstIterator< InputImageType > InputIteratorType
InputImageType::PixelType InputImagePixelType
OutputImageType::InternalPixelType OutputImageInternalPixelType
itk::ImageRegionIterator< OutputImageType > OutputIteratorType
InputImageType::IndexType InputImageIndexType
OutputImageType::SpacingType OutputImageSpacingType
SummingFilter(const Self &)
InputImageType::SizeType InputImageSizeType
OutputImageType::PixelType OutputImagePixelType
OutputImageType::Pointer OutputImagePointer
OutputImageType::SizeType OutputImageSizeType
OutputImageType::IndexType OutputImageIndexType
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.