21 #ifndef otbConcatenateScalarValueImageFilter_hxx
22 #define otbConcatenateScalarValueImageFilter_hxx
29 template <
class TInputImage,
class TOutputImage>
34 template <
class TInputImage,
class TOutputImage>
37 Superclass::GenerateOutputInformation();
39 this->GetOutput()->SetNumberOfComponentsPerPixel(this->GetInput()->GetNumberOfComponentsPerPixel() + 1);
42 template <
class TInputImage,
class TOutputImage>
45 Superclass::PrintSelf(os, indent);
void GenerateOutputInformation() override
ConcatenateScalarValueImageFilter()
void PrintSelf(std::ostream &os, itk::Indent indent) const override
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.