21 #ifndef otbImageToProfileFilter_h
22 #define otbImageToProfileFilter_h
46 template <
class TInputImage,
class TOutputImage,
class TFilter,
class TParameter =
unsigned int>
77 itkSetMacro(ProfileSize,
unsigned int);
78 itkGetMacro(ProfileSize,
unsigned int);
85 itkSetMacro(OutputIndex,
unsigned int);
86 itkGetMacro(OutputIndex,
unsigned int);
116 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
138 #ifndef OTB_MANUAL_INSTANTIATION
Base class for all the filters producing an otbImageList.
Base class for all the filters taking an image input to produce an image list.
Base class to produce a profile of the response of a given filter for a range of parameter.
itk::SmartPointer< Self > Pointer
void PrintSelf(std::ostream &os, itk::Indent indent) const override
TInputImage InputImageType
FilterType::Pointer FilterPointerType
void GenerateOutputInformation(void) override
itk::SmartPointer< const Self > ConstPointer
ImageToProfileFilter Self
itkGetObjectMacro(Filter, FilterType)
void operator=(const Self &)=delete
Superclass::OutputImageListType OutputImageListType
ParameterType m_InitialValue
virtual void SetProfileParameter(ParameterType)
ImageToProfileFilter(const Self &)=delete
ImageToImageListFilter< TInputImage, TOutputImage > Superclass
Superclass::InputImagePointer InputImagePointerType
unsigned int m_OutputIndex
TOutputImage OutputImageType
FilterPointerType m_Filter
void GenerateInputRequestedRegion(void) override
Superclass::OutputImageListPointerType OutputImageListPointerType
void GenerateData(void) override
unsigned int m_ProfileSize
~ImageToProfileFilter() override=default
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.