21 #ifndef otbPipelineMemoryPrintCalculator_h
22 #define otbPipelineMemoryPrintCalculator_h
24 #include "itkProcessObject.h"
25 #if ITK_VERSION_MAJOR < 4 || (ITK_VERSION_MAJOR == 4 && ITK_VERSION_MINOR <= 8)
26 #include "itksys/FundamentalType.h"
28 #include "itk_kwiml.h"
33 #include "OTBStreamingExport.h"
87 #if ITK_VERSION_MAJOR < 4 || (ITK_VERSION_MAJOR == 4 && ITK_VERSION_MINOR <= 8)
106 itkSetMacro(BiasCorrectionFactor,
double);
107 itkGetMacro(BiasCorrectionFactor,
double);
117 void Compute(
bool propagate =
true);
134 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
141 void operator=(
const Self&) =
delete;