From ddd34a0259e7660fc8daae1b05ea9ed1d2761e18 Mon Sep 17 00:00:00 2001 From: remi cresson <remi.cresson@teledetection.fr> Date: Thu, 3 Aug 2017 12:31:32 +0000 Subject: [PATCH] DOC: replace TFunction::OutputSize by TFunction::GetOutputSize() --- Modules/Core/Common/include/otbUnaryFunctorImageFilter.h | 2 +- .../ImageManipulation/include/otbBinaryFunctorImageFilter.h | 2 +- .../ImageManipulation/include/otbTernaryFunctorImageFilter.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Modules/Core/Common/include/otbUnaryFunctorImageFilter.h b/Modules/Core/Common/include/otbUnaryFunctorImageFilter.h index 798d8fe6c5..2217de58ba 100644 --- a/Modules/Core/Common/include/otbUnaryFunctorImageFilter.h +++ b/Modules/Core/Common/include/otbUnaryFunctorImageFilter.h @@ -32,7 +32,7 @@ namespace otb * Add the capability to change the number of channel when operation on * VectorImage compared to the itk::UnaryFunctorImageFilter * - * The number of channel is provided by the functor: TFunction::OutputSize. If + * The number of channel is provided by the functor: TFunction::GetOutputSize. If * this number is lower or equal to zero, the behavior of the itk::UnaryFunctorImageFilter * remains unchanged. * diff --git a/Modules/Filtering/ImageManipulation/include/otbBinaryFunctorImageFilter.h b/Modules/Filtering/ImageManipulation/include/otbBinaryFunctorImageFilter.h index 6f0bf16422..016785dde3 100644 --- a/Modules/Filtering/ImageManipulation/include/otbBinaryFunctorImageFilter.h +++ b/Modules/Filtering/ImageManipulation/include/otbBinaryFunctorImageFilter.h @@ -29,7 +29,7 @@ namespace otb * Add the capability to change the number of channel when operation on * VectorImage compared to the itk::BinaryFunctorImageFilter * - * The number of channel is provided by the functor: TFunction::OutputSize. If + * The number of channel is provided by the functor: TFunction::GetOutputSize. If * this number is lower or equal to zero, the behavior of the itk::BinaryFunctorImageFilter * remains unchanged. * diff --git a/Modules/Filtering/ImageManipulation/include/otbTernaryFunctorImageFilter.h b/Modules/Filtering/ImageManipulation/include/otbTernaryFunctorImageFilter.h index 81ca3fbde8..64cf6348db 100644 --- a/Modules/Filtering/ImageManipulation/include/otbTernaryFunctorImageFilter.h +++ b/Modules/Filtering/ImageManipulation/include/otbTernaryFunctorImageFilter.h @@ -29,7 +29,7 @@ namespace otb * Add the capability to change the number of channel when operation on * VectorImage compared to the itk::TernaryFunctorImageFilter * - * The number of channel is provided by the functor: TFunction::OutputSize. If + * The number of channel is provided by the functor: TFunction::GetOutputSize. If * this number is lower or equal to zero, the behavior of the itk::TernaryFunctorImageFilter * remains unchanged. * -- GitLab