21 #ifndef otbContinuousMinimumMaximumImageCalculator_h
22 #define otbContinuousMinimumMaximumImageCalculator_h
24 #include "itkObject.h"
25 #include "itkObjectFactory.h"
26 #include "itkNumericTraits.h"
64 template <
class TInputImage>
108 void ComputeMinimum(
void);
111 void ComputeMaximum(
void);
123 itkGetConstReferenceMacro(IndexOfMinimum,
IndexType);
126 itkGetConstReferenceMacro(IndexOfMaximum,
IndexType);
141 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
158 void operator=(
const Self&) =
delete;
163 #ifndef OTB_MANUAL_INSTANTIATION