|
OTB
9.0.0
Orfeo Toolbox
|
Go to the documentation of this file.
21 #ifndef otbRadarsat2ImageMetadataInterface_h
22 #define otbRadarsat2ImageMetadataInterface_h
79 void operator=(
const Self&) =
delete;
135 void PrintSelf(std::ostream& os, itk::Indent indent)
const override
137 os << indent <<
" offset:'" <<
m_Offset <<
"'" << std::endl;
138 os <<
" referenceNoiseLevel.gain: " << std::endl;
139 std::vector<float>::const_iterator it =
m_Gains.begin();
void PrintSelf(std::ostream &os, itk::Indent indent) const override
SarCalibrationLookupData Superclass
double GetValue(const IndexValueType x, const IndexValueType) const override
void PrintSelf(std::ostream &os, itk::Indent indent) const override
void InitParameters(short type, int offset, GainListType gains)
std::vector< float > GainListType
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
itk::SmartPointer< Self > Pointer
Radarsat2CalibrationLookupData()
itk::IndexValueType IndexValueType
void operator=(const Self &)=delete
~Radarsat2CalibrationLookupData() override
itk::SmartPointer< const Self > ConstPointer
Radarsat2CalibrationLookupData Self