OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
ossim-plugins
cnes
src
RadarSat
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
12
#include <
RadarSat/RadarSatRecord.h
>
13
#include <memory.h>
14
15
namespace
ossimplugins
16
{
17
RadarSatRecord::RadarSatRecord
(std::string mnemonic):
18
_mnemonic(mnemonic)
19
{
20
}
21
22
RadarSatRecord::~RadarSatRecord
()
23
{
24
}
25
26
RadarSatRecord::RadarSatRecord
(
const
RadarSatRecord
& rhs):
27
_mnemonic(rhs._mnemonic)
28
{
29
}
30
}
ossimplugins
Definition:
AlosPalsarData.cpp:26
ossimplugins::RadarSatRecord::RadarSatRecord
RadarSatRecord(std::string mnemonic)
Constructor.
Definition:
RadarSatRecord.cpp:17
ossimplugins::RadarSatRecord
This class is the base class of all the record classes.
Definition:
RadarSatRecord.h:26
RadarSatRecord.h
ossimplugins::RadarSatRecord::~RadarSatRecord
virtual ~RadarSatRecord()
Destructor.
Definition:
RadarSatRecord.cpp:22
Generated on Fri Aug 3 2018 08:46:55 for OSSIM - Open Source Software Image Map by
1.8.14