Functions | |
void | writeCoordinatesToStream_cartesian (const utl::Point *pPoint, utl::CoordinateSystemPtr pCoordinateSystem, std::ofstream *pStream) |
void | writeCoordinatesToStream_geodetic (const utl::Point *pPoint, std::ofstream *pStream) |
void | writeCoordinatesToStream_spheric (const utl::Point *pPoint, utl::CoordinateSystemPtr pCoordinateSystem, std::ofstream *pStream) |
void | writeCoordinateSystemToStream (utl::CoordinateSystemPtr pCoordinateSystem, utl::CoordinateSystemPtr pGlobalCoordinateSystem, std::ofstream *pStream) |
void | writeVectorToStream_cartesian (const utl::Vector *pVector, utl::CoordinateSystemPtr pCoordinateSystem, std::ofstream *pStream) |
void RdAirplane::DataWriterUtil::writeCoordinatesToStream_cartesian | ( | const utl::Point * | pPoint, |
utl::CoordinateSystemPtr | pCoordinateSystem, | ||
std::ofstream * | pStream | ||
) |
Referenced by RdAirplane::DataWriter::registerEvent().
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 | ||
) |
Referenced by RdAirplane::DataWriter::registerEvent().