![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbWavelengthSpectralBands.h>
Inheritance diagram for otb::WavelengthSpectralBands:
Collaboration diagram for otb::WavelengthSpectralBands:Public Types | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef FilterFunctionValues | FilterFunctionValuesType |
| typedef ObjectList< FilterFunctionValuesType > | InternalWavelengthSpectralBandListType |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef WavelengthSpectralBands | Self |
| typedef itk::DataObject | Superclass |
| typedef InternalWavelengthSpectralBandListType::Pointer | WavelengthSpectralBandListType |
Public Member Functions | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| virtual const char * | GetNameOfClass () const |
| virtual unsigned int | GetNbBands () |
| virtual void | SetNbBands (unsigned int _arg) |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
| WavelengthSpectralBands () | |
| ~WavelengthSpectralBands () override | |
Private Member Functions | |
| void | operator= (const Self &)=delete |
| WavelengthSpectralBands (const Self &)=delete | |
Private Attributes | |
| unsigned int | m_NbBands |
| WavelengthSpectralBandListType | m_WavelengthSpectralBandsList |
This class contains the values of the filter functions.
Definition at line 37 of file otbWavelengthSpectralBands.h.
| typedef itk::SmartPointer<const Self> otb::WavelengthSpectralBands::ConstPointer |
Definition at line 44 of file otbWavelengthSpectralBands.h.
Definition at line 50 of file otbWavelengthSpectralBands.h.
| typedef ObjectList<FilterFunctionValuesType> otb::WavelengthSpectralBands::InternalWavelengthSpectralBandListType |
Definition at line 53 of file otbWavelengthSpectralBands.h.
| typedef itk::SmartPointer<Self> otb::WavelengthSpectralBands::Pointer |
Definition at line 43 of file otbWavelengthSpectralBands.h.
Standard typedefs
Definition at line 41 of file otbWavelengthSpectralBands.h.
| typedef itk::DataObject otb::WavelengthSpectralBands::Superclass |
Definition at line 42 of file otbWavelengthSpectralBands.h.
| typedef InternalWavelengthSpectralBandListType::Pointer otb::WavelengthSpectralBands::WavelengthSpectralBandListType |
Definition at line 54 of file otbWavelengthSpectralBands.h.
|
protected |
Constructor
|
inlineoverrideprotected |
Destructor
Definition at line 68 of file otbWavelengthSpectralBands.h.
|
privatedelete |
| virtual::itk::LightObject::Pointer otb::WavelengthSpectralBands::CreateAnother | ( | void | ) | const |
|
virtual |
Type macro
|
virtual |
Get the number of bands.
|
static |
Creation through object factory macro
|
privatedelete |
|
overrideprotected |
PrintSelf method
|
virtual |
Set the number of bands.
|
private |
Definition at line 81 of file otbWavelengthSpectralBands.h.
|
private |
List that contains the filter function value.
Definition at line 80 of file otbWavelengthSpectralBands.h.
1.8.17