OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
EnvisatAsarRecord.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 {
18  _mnemonic(mnemonic)
19 {
20 }
21 
23 {
24 }
25 
27  _mnemonic(rhs._mnemonic)
28 {
29 }
30 }
virtual ~EnvisatAsarRecord()
Destructor.
This class is the base class of all the Envisat ASAR record classes.
EnvisatAsarRecord(std::string mnemonic)
Constructor.