#include "utl/UTMPoint.h"#include "utl/Point.h"#include "utl/Vector.h"#include "utl/CoordinateSystem.h"#include "utl/AugerUnits.h"#include <fstream>Go to the source code of this file.
Namespaces | |
| RdAirplane | |
| RdAirplane::DataWriterUtil | |
Functions | |
| void | RdAirplane::DataWriterUtil::writeCoordinatesToStream_cartesian (const utl::Point *pPoint, utl::CoordinateSystemPtr pCoordinateSystem, std::ofstream *pStream) |
| void | RdAirplane::DataWriterUtil::writeCoordinatesToStream_geodetic (const utl::Point *pPoint, std::ofstream *pStream) |
| void | RdAirplane::DataWriterUtil::writeCoordinatesToStream_spheric (const utl::Point *pPoint, utl::CoordinateSystemPtr pCoordinateSystem, std::ofstream *pStream) |
| void | RdAirplane::DataWriterUtil::writeCoordinateSystemToStream (utl::CoordinateSystemPtr pCoordinateSystem, utl::CoordinateSystemPtr pGlobalCoordinateSystem, std::ofstream *pStream) |
| void | RdAirplane::DataWriterUtil::writeVectorToStream_cartesian (const utl::Vector *pVector, utl::CoordinateSystemPtr pCoordinateSystem, std::ofstream *pStream) |