Macros | Functions
vpgl_lvcs.cxx File Reference
#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)
 

Macro Definition Documentation

◆ SMALL_STEP

#define SMALL_STEP   1.0e-6

Definition at line 14 of file vpgl_lvcs.cxx.

Function Documentation

◆ operator >>()

std::istream& operator >> ( std::istream &  is,
vpgl_lvcs local_coord_sys 
)

Definition at line 950 of file vpgl_lvcs.cxx.

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const vpgl_lvcs local_coord_sys 
)

Definition at line 944 of file vpgl_lvcs.cxx.