Main program to convert a UHBD grid file into DT-Grid format file. More...
#include <stdlib.h>#include <iostream>#include <fstream>#include <string.h>#include <sstream>#include <iomanip>#include <math.h>#include <sys/stat.h>#include "DTgrd.hpp"#include <vector>Functions | |
| void | help_menu (void) |
| help menu function. This returns the options to inform the user about the parameters More... | |
| int | main (int argc, char *argv[]) |
| main program call More... | |
Main program to convert a UHBD grid file into DT-Grid format file.
This program converts a UHBD grid file into DT-Grid file format. It inputs and outputs both ascii and binary types. Running the program with "-h" option in command line returns the options available for the user.
| void help_menu | ( | void | ) |
help menu function. This returns the options to inform the user about the parameters
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
main program call
1.8.13
Imprint/Privacy