PRAgMaTIc
master
|
#include <iostream>
#include <getopt.h>
#include "Mesh.h"
#include "VTKTools.h"
#include "MetricField.h"
#include "Coarsen.h"
#include "Smooth.h"
#include "Swapping.h"
#include "ticker.h"
#include <mpi.h>
Go to the source code of this file.
Functions | |
void | usage (char *cmd) |
int | parse_arguments (int argc, char **argv, std::string &infilename, bool &verbose, double &factor) |
void | cout_quality (const Mesh< double > *mesh, std::string operation) |
int | main (int argc, char **argv) |
void cout_quality | ( | const Mesh< double > * | mesh, |
std::string | operation | ||
) |
Definition at line 123 of file jpeg2mesh.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 134 of file jpeg2mesh.cpp.
int parse_arguments | ( | int | argc, |
char ** | argv, | ||
std::string & | infilename, | ||
bool & | verbose, | ||
double & | factor | ||
) |
Definition at line 62 of file jpeg2mesh.cpp.
void usage | ( | char * | cmd | ) |
Definition at line 53 of file jpeg2mesh.cpp.