OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
ossim-plugins
cnes
src
otb
Coordinate.h
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
#ifndef Coordinate_h
13
#define Coordinate_h
14
15
#include <
ossim/plugin/ossimPluginConstants.h
>
16
17
namespace
ossimplugins
18
{
19
20
25
class
OSSIM_PLUGINS_DLL
Coordinate
26
{
27
public
:
31
Coordinate
();
35
~
Coordinate
();
39
Coordinate
(
double
x
,
double
y
,
double
z);
43
Coordinate
(
const
Coordinate
& rhs);
44
48
Coordinate
& operator=(
const
Coordinate
& rhs);
49
50
void
set_coordinates(
double
x
,
double
y
,
double
z);
51
52
double
get_x
()
53
{
54
return
_x;
55
};
56
57
double
get_y
()
58
{
59
return
_y;
60
};
61
62
double
get_z
()
63
{
64
return
_z;
65
};
66
protected
:
67
double
_x;
68
double
_y
;
69
double
_z
;
70
private
:
71
};
72
}
73
74
#endif
x
ossim_uint32 x
Definition:
ossimPdfWriter.cpp:519
y
ossim_uint32 y
Definition:
ossimPdfWriter.cpp:520
ossimplugins::Coordinate::get_y
double get_y()
Definition:
Coordinate.h:57
ossimplugins::Coordinate::get_x
double get_x()
Definition:
Coordinate.h:52
ossimplugins
Definition:
AlosPalsarData.cpp:26
ossimplugins::Coordinate::_z
double _z
Definition:
Coordinate.h:69
ossimplugins::Coordinate::get_z
double get_z()
Definition:
Coordinate.h:62
OSSIM_PLUGINS_DLL
#define OSSIM_PLUGINS_DLL
Definition:
ossimPluginConstants.h:39
ossimplugins::Coordinate
This class represents a coordinate.
Definition:
Coordinate.h:25
ossimPluginConstants.h
ossimplugins::Coordinate::_y
double _y
Definition:
Coordinate.h:68
Generated on Fri Aug 3 2018 08:46:44 for OSSIM - Open Source Software Image Map by
1.8.14