Skip to content
Snippets Groups Projects
Commit 7807dab2 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

BUG: Print method prevent the resolution of the superclass one

parent 0b5f80fc
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ namespace otb
{
/** \class MultiChannelsPolarimetricSynthesisFilter
* \brief
* \brief TODO
*
*
*
......@@ -183,8 +183,6 @@ protected:
void PrintSelf(std::ostream& os, itk::Indent indent) const;
void Print();
private:
MultiChannelsPolarimetricSynthesisFilter(const Self &); //purposely not implemented
......
......@@ -371,16 +371,6 @@ MultiChannelsPolarimetricSynthesisFilter<TInputImage, TOutputImage, TFunction>
::PrintSelf(std::ostream& os, itk::Indent indent) const
{
this->Superclass::PrintSelf(os, indent);
}
/**
* Print
*/
template <class TInputImage, class TOutputImage, class TFunction>
void
MultiChannelsPolarimetricSynthesisFilter<TInputImage, TOutputImage, TFunction>
::Print()
{
std::cout << "PsiI: " << m_PsiI << std::endl;
std::cout << "KhiI: " << m_KhiI << std::endl;
std::cout << "PsiR: " << m_PsiR << std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment