SORTIE C++ Test Documentation
|
#include <fstream>
Functions | |
const char * | WriteGLIPointsXMLFile1 () |
Writes a parameter file to direct testing. More... | |
const char * | WriteGLIPointsXMLRotateFile1 () |
Writes a parameter file to direct testing. More... | |
const char * | WriteGLIPointsXMLRotateFile2 () |
Writes a parameter file to direct testing. More... | |
const char * | WriteGLIPointsXMLErrorFile1 () |
Writes a parameter file with no points in the points list. More... | |
const char * | WriteGLIPointsXMLErrorFile2 () |
Writes a parameter file where the number of azimuth angles is less than 0. More... | |
const char * | WriteGLIPointsXMLErrorFile3 () |
Writes a parameter file where the number of altitude angles is less than 0. More... | |
const char * | WriteGLIPointsXMLErrorFile4 () |
Writes a parameter file where a point's X or Y coordinate is outside the plot. More... | |
const char * | WriteGLIPointsXMLErrorFile5 () |
Writes a parameter file where a point's height is negative. More... | |
void | WriteGLIPointsCommonStuff (std::fstream &oOut) |
Writes common parameters for the test parameter files. More... | |
void WriteGLIPointsCommonStuff | ( | std::fstream & | oOut | ) |
Writes common parameters for the test parameter files.
oOut | File stream to write to. |
const char* WriteGLIPointsXMLErrorFile1 | ( | ) |
Writes a parameter file with no points in the points list.
const char* WriteGLIPointsXMLErrorFile2 | ( | ) |
Writes a parameter file where the number of azimuth angles is less than 0.
const char* WriteGLIPointsXMLErrorFile3 | ( | ) |
Writes a parameter file where the number of altitude angles is less than 0.
const char* WriteGLIPointsXMLErrorFile4 | ( | ) |
Writes a parameter file where a point's X or Y coordinate is outside the plot.
const char* WriteGLIPointsXMLErrorFile5 | ( | ) |
Writes a parameter file where a point's height is negative.
const char* WriteGLIPointsXMLFile1 | ( | ) |
Writes a parameter file to direct testing.
There is one species and one behavior: GLI points.
const char* WriteGLIPointsXMLRotateFile1 | ( | ) |
Writes a parameter file to direct testing.
There is one species and one behavior: GLI points.
const char* WriteGLIPointsXMLRotateFile2 | ( | ) |
Writes a parameter file to direct testing.
There is one species and one behavior: GLI points.