OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
RadarSatRecord.cpp
Go to the documentation of this file.
1 //----------------------------------------------------------------------------
2 //
3 // "Copyright Centre National d'Etudes Spatiales"
4 //
5 // License: LGPL
6 //
7 // See LICENSE.txt file in the top level directory for more details.
8 //
9 //----------------------------------------------------------------------------
10 // $Id$
11 
13 #include <memory.h>
14 
15 namespace ossimplugins
16 {
17 RadarSatRecord::RadarSatRecord(std::string mnemonic):
18  _mnemonic(mnemonic)
19 {
20 }
21 
23 {
24 }
25 
27  _mnemonic(rhs._mnemonic)
28 {
29 }
30 }
RadarSatRecord(std::string mnemonic)
Constructor.
This class is the base class of all the record classes.
virtual ~RadarSatRecord()
Destructor.