Commit df8e694b authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

REFAC: rename and move bufferfilter

No related merge requests found
Showing with 4 additions and 2 deletions
+4 -2
......@@ -27,7 +27,7 @@
#include "otbStreamingStatisticsImageFilter.h"
#include "itkUnaryFunctorImageFilter.h"
#include "itkStreamingImageFilter.h"
#include "otbBufferFilter.h"
#include "otbInPlacePassFilter.h"
#include "otbComputeHistoFilter.h"
#include "otbComputeGainLutFilter.h"
......
......@@ -60,7 +60,9 @@ public:
itkTypeMacro(BufferFilter, InPlaceImageFilter)
protected:
BufferFilter() {}
BufferFilter() {
this->InPlaceOn();
}
~BufferFilter() override {}
virtual void ThreadedGenerateData(
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment