DFLib  Release 1.0.0
Functions | Variables
nonoise.cpp File Reference
#include <cmath>
#include <iostream>
#include <fstream>
#include <vector>
#include <proj_api.h>
#include "Util_Misc.hpp"
#include "gaussian_random.hpp"
#include "DF_Report_Collection.hpp"
#include "DF_XY_Point.hpp"
#include "DF_XY_Report.hpp"
#include "Util_Minimization_Methods.hpp"
Include dependency graph for nonoise.cpp:

Functions

double dmstor (const char *, char **)
 
void convertMercToLatLon (std::vector< double > &merc, double &lon, double &lat)
 
void convertLatLonToMerc (std::vector< double > &merc, double &lon, double &lat)
 
int main (int argc, char **argv)
 

Variables

char * latlon_argv [2]
 
char * mercator_argv [3]
 
projPJ latlonProj
 
projPJ mercProj
 

Function Documentation

void convertLatLonToMerc ( std::vector< double > &  merc,
double &  lon,
double &  lat 
)

Here is the caller graph for this function:

void convertMercToLatLon ( std::vector< double > &  merc,
double &  lon,
double &  lat 
)

Here is the caller graph for this function:

double dmstor ( const char *  ,
char **   
)

Here is the caller graph for this function:

int main ( int  argc,
char **  argv 
)

Here is the call graph for this function:

Variable Documentation

char* latlon_argv[2]
Initial value:
={"proj=latlong",
"datum=WGS84"}
projPJ latlonProj
char* mercator_argv[3]
Initial value:
={"proj=merc",
"ellps=WGS84",
"lat_ts=0"}
projPJ mercProj