|
OTB
9.0.0
Orfeo Toolbox
|
Go to the documentation of this file.
21 #ifndef otbWavelengthSpectralBands_h
22 #define otbWavelengthSpectralBands_h
26 #include "OTBOpticalCalibrationExport.h"
58 itkSetMacro(NbBands,
unsigned int);
61 itkGetMacro(NbBands,
unsigned int);
73 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
77 void operator=(
const Self&) =
delete;
itk::SmartPointer< Self > Pointer
WavelengthSpectralBandListType m_WavelengthSpectralBandsList
itk::SmartPointer< const Self > ConstPointer
WavelengthSpectralBands Self
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
itk::SmartPointer< Self > Pointer
This class contains the values of the filter function for the processed spectral band.
FilterFunctionValues FilterFunctionValuesType
itk::DataObject Superclass
ObjectList< FilterFunctionValuesType > InternalWavelengthSpectralBandListType
This class contains the values of the filter functions.
InternalWavelengthSpectralBandListType::Pointer WavelengthSpectralBandListType
~WavelengthSpectralBands() override
This class is a generic all-purpose wrapping around an std::vector<itk::SmartPointer<ObjectType> >.