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