18 #ifndef __otbFilterFunctionValues_h
19 #define __otbFilterFunctionValues_h
59 m_FilterFunctionValues = vect;
65 return m_FilterFunctionValues;
70 m_FilterFunctionValues6S = vect;
76 return m_FilterFunctionValues6S;
80 itkSetMacro(MinSpectralValue, WavelengthSpectralBandType);
82 itkGetMacro(MinSpectralValue, WavelengthSpectralBandType);
84 itkSetMacro(MaxSpectralValue, WavelengthSpectralBandType);
86 itkGetMacro(MaxSpectralValue, WavelengthSpectralBandType);
88 itkSetMacro(UserStep, WavelengthSpectralBandType);
90 itkGetMacro(UserStep, WavelengthSpectralBandType);
93 WavelengthSpectralBandType GetCenterSpectralValue()
const;
102 void PrintSelf(std::ostream& os,
itk::Indent indent)
const;
106 void operator =(
const Self&);