Changeset 252 in flair-src for trunk/lib/FlairCore/src/GeoCoordinate.h
- Timestamp:
- Jul 5, 2018, 5:57:08 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairCore/src/GeoCoordinate.h
r15 r252 96 96 private: 97 97 /*! 98 * \brief Copydatas98 * \brief Raw read datas 99 99 * 100 100 * Reimplemented from io_data. \n 101 * See io_data:: CopyDatas.101 * See io_data::RawRead. 102 102 * 103 103 * \param dst destination buffer 104 104 */ 105 void CopyDatas(char *ptr) const;105 void RawRead(char *ptr) const; 106 106 107 107 double latitude;
Note:
See TracChangeset
for help on using the changeset viewer.