#include <string>#include <cstring>#include "vpgl_lvcs.h"#include <vsl/vsl_basic_xml_element.h>#include <vpgl/vpgl_datum_conversion.h>#include <vpgl/vpgl_earth_constants.h>#include <vpgl/vpgl_utm.h>Go to the source code of this file.
Macros | |
| #define | SMALL_STEP 1.0e-6 |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const vpgl_lvcs &local_coord_sys) |
| std::istream & | operator >> (std::istream &is, vpgl_lvcs &local_coord_sys) |
| #define SMALL_STEP 1.0e-6 |
Definition at line 14 of file vpgl_lvcs.cxx.
| std::istream& operator >> | ( | std::istream & | is, |
| vpgl_lvcs & | local_coord_sys | ||
| ) |
Definition at line 950 of file vpgl_lvcs.cxx.
| std::ostream& operator<< | ( | std::ostream & | os, |
| const vpgl_lvcs & | local_coord_sys | ||
| ) |
Definition at line 944 of file vpgl_lvcs.cxx.
1.8.15