Orfeo Toolbox
3.16
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
OTB
Code
SpatialReasoning
otbRCC8Edge.cxx
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: ORFEO Toolbox
4
Language: C++
5
Date: $Date$
6
Version: $Revision$
7
8
9
Copyright (c) Centre National d'Etudes Spatiales. All rights reserved.
10
See OTBCopyright.txt for details.
11
12
13
This software is distributed WITHOUT ANY WARRANTY; without even
14
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15
PURPOSE. See the above copyright notices for more information.
16
17
=========================================================================*/
18
19
#include "
otbRCC8Edge.h
"
20
21
namespace
otb
22
{
26
RCC8Edge::RCC8Edge
()
27
{
28
m_Value
=
OTB_RCC8_DC
;
29
}
33
void
34
RCC8Edge::PrintSelf
(std::ostream& os,
itk::Indent
indent)
const
35
{
36
Superclass::PrintSelf
(os, indent);
37
os << indent <<
"RCC8 Value: "
<<
m_Value
<< std::endl;
38
}
39
}
// end namespace otb
Generated at Sun Feb 3 2013 00:44:14 for
Orfeo Toolbox
with
doxygen 1.8.1.1