Skip to content
Snippets Groups Projects
Commit 97698cb7 authored by Julien Michel's avatar Julien Michel
Browse files

STYLE: Renaming double declared FunctorNew.

parent ba4d65e3
Branches
Tags
No related merge requests found
......@@ -26,11 +26,11 @@
namespace Functor
{
template <class TIter, class TOutput>
class UnaryFunctorNeighborhoodImageFilterFunctorNewTest
class UnaryFunctorNeighborhoodImageFilterTest
{
public:
UnaryFunctorNeighborhoodImageFilterFunctorNewTest() {};
~UnaryFunctorNeighborhoodImageFilterFunctorNewTest() {};
UnaryFunctorNeighborhoodImageFilterTest() {};
~UnaryFunctorNeighborhoodImageFilterTest() {};
inline TOutput operator() (const TIter & it)
{
......@@ -54,7 +54,7 @@ int otbUnaryFunctorNeighborhoodImageFilter(int argc, char * argv[])
typedef otb::ImageFileWriter<ImageType> WriterType;
typedef itk::ConstNeighborhoodIterator<ImageType> IterType;;
typedef Functor::UnaryFunctorNeighborhoodImageFilterFunctorNewTest<IterType, PixelType> FunctorType;
typedef Functor::UnaryFunctorNeighborhoodImageFilterTest<IterType, PixelType> FunctorType;
typedef otb::UnaryFunctorNeighborhoodImageFilter<ImageType, ImageType, FunctorType> UnaryFunctorNeighborhoodImageFilterType;
// Instantiating object
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment