![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbPolarimetricData.h>
Inheritance diagram for otb::PolarimetricData:
Collaboration diagram for otb::PolarimetricData:Public Types | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef PolarimetricData | Self |
| typedef itk::DataObject | Superclass |
Public Member Functions | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
| static Pointer | New () |
| ArchitectureType | m_ArchitectureType |
| void | DetermineArchitecture (bool *PresentInputImages) |
| void | DetermineArchitecture (int NumberOfImages, bool EmissionH, bool EmissionV) |
| virtual void | SetArchitectureType (ArchitectureType _arg) |
| virtual ArchitectureType | GetArchitectureType () |
| PolarimetricData () | |
| ~PolarimetricData () override | |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
| PolarimetricData (const Self &)=delete | |
| void | operator= (const Self &)=delete |
This class allows determining the type of architecture we get.
HH_HV_VH_VV (0), HH_HV_VV (1), HH_VH_VV (2), HH_HV(3), VH_VV (4), HH_VV (5).
Definition at line 45 of file otbPolarimetricData.h.
| typedef itk::SmartPointer<const Self> otb::PolarimetricData::ConstPointer |
Definition at line 52 of file otbPolarimetricData.h.
| typedef itk::SmartPointer<Self> otb::PolarimetricData::Pointer |
Definition at line 51 of file otbPolarimetricData.h.
Standard typedefs
Definition at line 49 of file otbPolarimetricData.h.
| typedef itk::DataObject otb::PolarimetricData::Superclass |
Definition at line 50 of file otbPolarimetricData.h.
|
protected |
Constructor
|
inlineoverrideprotected |
Destructor
Definition at line 75 of file otbPolarimetricData.h.
|
privatedelete |
Architecture Type
| virtual::itk::LightObject::Pointer otb::PolarimetricData::CreateAnother | ( | void | ) | const |
| void otb::PolarimetricData::DetermineArchitecture | ( | bool * | PresentInputImages | ) |
Determine the kind of architecture of the input
| void otb::PolarimetricData::DetermineArchitecture | ( | int | NumberOfImages, |
| bool | EmissionH, | ||
| bool | EmissionV | ||
| ) |
Architecture Type
|
virtual |
Architecture Type
|
virtual |
Type macro
|
static |
Creation through object factory macro
Referenced by otb::MultiChannelsPolarimetricSynthesisFilter< TInputImage, TOutputImage, TFunction >::MultiChannelsPolarimetricSynthesisFilter().
|
privatedelete |
Architecture Type
|
overrideprotected |
PrintSelf method
|
virtual |
Set/Get ArchitectureType
|
private |
Architecture Type
Definition at line 87 of file otbPolarimetricData.h.
1.8.17