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