Orfeo Toolbox
3.16
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
OTB
Code
GeospatialAnalysis
otbGISTableFunction.txx
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
#ifndef __otbGISTableFunction_txx
19
#define __otbGISTableFunction_txx
20
21
#include "
otbGISTableFunction.h
"
22
23
namespace
otb
24
{
25
29
template
<
class
TInputTable,
class
TOutput>
30
GISTableFunction<TInputTable, TOutput>
31
::GISTableFunction
()
32
{
33
m_Table =
NULL
;
34
}
35
39
template
<
class
TInputTable,
class
TOutput>
40
void
41
GISTableFunction<TInputTable, TOutput>
42
::PrintSelf
(
43
std::ostream& os,
44
Indent indent)
const
45
{
46
Superclass::PrintSelf(os, indent);
47
os << indent <<
"InputTable: "
<< m_Table.GetPointer() << std::endl;
48
49
}
50
54
template
<
class
TInputTable,
class
TOutput>
55
void
56
GISTableFunction<TInputTable, TOutput>
57
::SetInputTable
(
58
const
InputTableType
* ptr)
59
{
60
// set the input table
61
m_Table = ptr;
62
63
}
64
65
}
// end namespace itk
66
67
#endif
Generated at Sun Feb 3 2013 00:25:07 for
Orfeo Toolbox
with
doxygen 1.8.1.1