OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
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_ */
virtual ~RadianceDSR()
Definition: RadianceDSR.cpp:17
RadianceDSR(int size)
Definition: RadianceDSR.cpp:13
virtual void print()
Definition: RadianceDSR.cpp:21