A sphere with three ocean waves in differing shades of blue. Next to the sphere, there is the bolded text "Ocean Color". Under that, there are two acronyms, separated by a vertical pipe: OB.DAAC (Ocean Biology Distributed Active Archive Center) and OBPG (Ocean Biology Processing Group).
Lorem
ipsum
dolor
sit
amet
Toggle navigation
Ocean Color Science Software
Jump to content
ocssw
V2022
web
ocssw
ocssw_src
src
l1bextract_meris
RadianceDSR.h
Go to the documentation of this file.
1
/*
2
* RadianceDSR.h
3
*
4
* Created on: Jan 7, 2013
5
* Author: dshea
6
*/
7
8
#ifndef RADIANCEDSR_H_
9
#define RADIANCEDSR_H_
10
11
#include "
MeasurementDSR.h
"
12
13
class
RadianceDSR
:
public
MeasurementDSR
{
14
public
:
15
RadianceDSR
(
int
size);
16
virtual
~RadianceDSR
();
17
18
virtual
void
print
();
19
20
};
21
22
#endif
/* RADIANCEDSR_H_ */
RadianceDSR::~RadianceDSR
virtual ~RadianceDSR()
Definition:
RadianceDSR.cpp:17
MeasurementDSR
Definition:
MeasurementDSR.h:13
RadianceDSR
Definition:
RadianceDSR.h:13
RadianceDSR::RadianceDSR
RadianceDSR(int size)
Definition:
RadianceDSR.cpp:13
MeasurementDSR.h
RadianceDSR::print
virtual void print()
Definition:
RadianceDSR.cpp:21