#include <vector>
#include <iostream>
#include <fstream>
#include <string>
#include "spin_gnuplot_cmd.h"
#include "debug.H"
Functions | |
string | GetStringFromFile (const char *filename, bool &result) |
Read the contents of a file into a string. | |
bool | AddFile (ofstream &out, const char *filename) |
bool | BoxAnimation (ofstream &out, const string &plotCmd, const float stepSize, const float xmin, const float xmax, const float ymin, const float ymax, const string basename, const string ext) |
Animate over a box path. | |
int | main (int argc, char *argv[]) |
Variables | |
int | debug_level |
The main program needs to define this as a non-extern. |
|
|
|
Animate over a box path.
|
|
Read the contents of a file into a string.
Hope the file is small! What happens with a huge beast of a file? |
|
|
|
The main program needs to define this as a non-extern.
|