#include "vpgl_lvcs.h"#include <vcl_string.h>#include <vcl_cstring.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.
Defines | |
| #define | SMALL_STEP 1.0e-6 |
Functions | |
| vcl_ostream & | operator<< (vcl_ostream &os, const vpgl_lvcs &local_coord_sys) |
| vcl_istream & | operator>> (vcl_istream &is, vpgl_lvcs &local_coord_sys) |
Definition in file vpgl_lvcs.cxx.
| #define SMALL_STEP 1.0e-6 |
Definition at line 11 of file vpgl_lvcs.cxx.
| vcl_ostream& operator<< | ( | vcl_ostream & | os, |
| const vpgl_lvcs & | local_coord_sys | ||
| ) |
Definition at line 905 of file vpgl_lvcs.cxx.
| vcl_istream& operator>> | ( | vcl_istream & | is, |
| vpgl_lvcs & | local_coord_sys | ||
| ) |
Definition at line 911 of file vpgl_lvcs.cxx.
1.7.5.1