#include <TestGrids.h>
Public Member Functions | |
void | TestGrids () |
Comprehensive tester. | |
Protected Member Functions | |
void | TestGetAverage (clGridBase *p_oGrid) |
Tests the GetAverage methods. | |
void | TestGetCoordinates (clGridBase *p_oGrid) |
Tests to make sure that the grid cell coordinate calculation methods work. | |
clGridBase * | CreateGrid (clSimManager *p_oSimManager) |
Creates a grid and initializes it with values. | |
char * | WriteXMLFile1 () |
Writes an XML file that will create the sim manager so we can create a grid through the proper channels. |
|
Creates a grid and initializes it with values. The two data members are called "int" and "float". The grid cell size is 4X6.
|
|
Tests the GetAverage methods.
|
|
Tests to make sure that the grid cell coordinate calculation methods work. This feeds in one number, 13, to both start and end for X and Y. |
|
Writes an XML file that will create the sim manager so we can create a grid through the proper channels. The plot size is 200X200 m.
|