OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimEcefVector.cpp
Go to the documentation of this file.
1 //*****************************************************************************
2 // FILE: ossimEcefVector.cpp
3 //
4 // License: See top level LICENSE.txt file.
5 //
6 // DESCRIPTION:
7 // Contains declaration of a 3D vector object in the Earth-centered, earth
8 // fixed (ECEF) coordinate system.
9 //
10 // NOTE: There is no associated ossimEcefVector.cc file. All methods are
11 // inlined here
12 //
13 // SOFTWARE HISTORY:
14 //>
15 // 08Aug2001 Oscar Kramer
16 // Initial coding.
17 //<
18 //*****************************************************************************
19 // $Id: ossimEcefVector.cpp 9531 2006-09-11 11:18:27Z dburken $
20 
21 #include <sstream>
23 
25 {
26  return theData.toString(precision);
27 }
28 
29 void ossimEcefVector::toPoint(const std::string& s)
30 {
31  theData.toPoint(s);
32 }
ossimString toString(ossim_uint32 precision=15) const
To string method.
ossimColumnVector3d theData
void toPoint(const std::string &s)
Initializes this point from string.
unsigned int ossim_uint32
ossimString toString(ossim_uint32 precision=15) const
To string method.
void toPoint(const std::string &s)
Initializes this point from string.