simorthoprogram/simorthoprogram-orth_gf3-strip/test_moudel.h

42 lines
687 B
C
Raw Permalink Normal View History

2024-02-20 02:28:15 +00:00
#pragma once
#include <iostream>
#include <Eigen/Core>
#include <Eigen/Dense>
#include <time.h>
//#include <mkl.h>
#include <stdlib.h>
#include <direct.h>
// gdal
#include <proj.h>
#include <string>
#include "gdal_priv.h"
#include "ogr_geometry.h"
#include "gdalwarper.h"
#include "baseTool.h"
#include "simptsn.h"
using namespace std;
using namespace Eigen;
class test_moudel
{
};
int test_main(int mode, string rootpath);
int test_mode_0();
int test_mode_1(string rootpath);
int test_ASF(string rootpath);
int test_mode_2();
int test_mode_3();
int test_mode_4();
int test_mode_5();
int test_mode_6();
int test_mode_7();
int test_LLA2XYZ_XYZ2LLA();
int test_vector_operator();