DFLib Release 1.0.0
Functions | Variables
testlsDFfix.cpp File Reference
#include <cmath>
#include <cstring>
#include <iostream>
#include <fstream>
#include <sstream>
#include <vector>
#include <proj.h>
#include "DFLib_Misc_Defs.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 testlsDFfix.cpp:

Functions

double proj_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]
 
PJ * convertPJ
 

Function Documentation

◆ convertLatLonToMerc()

void convertLatLonToMerc ( std::vector< double > &  merc,
double &  lon,
double &  lat 
)
Here is the caller graph for this function:

◆ convertMercToLatLon()

void convertMercToLatLon ( std::vector< double > &  merc,
double &  lon,
double &  lat 
)
Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char **  argv 
)
Here is the call graph for this function:

◆ proj_dmstor()

double proj_dmstor ( const char *  ,
char **   
)
Here is the caller graph for this function:

Variable Documentation

◆ convertPJ

PJ* convertPJ

◆ latlon_argv

char* latlon_argv[2]

◆ mercator_argv

char* mercator_argv[3]