SORTIE C++ Test Documentation
Functions
TestGrids.h File Reference

Functions

clGrid * CreateGrid (clSimManager *p_oSimManager)
 Creates a grid and initializes it with values. More...
 
const char * WriteGridXMLFile1 ()
 Writes an XML file that will create the sim manager so we can create a grid through the proper channels. More...
 

Function Documentation

◆ CreateGrid()

clGrid* CreateGrid ( clSimManager *  p_oSimManager)

Creates a grid and initializes it with values.

The two data members are called "int" and "float". The grid cell size is 4X6.

Parameters
p_oSimManagerSim manager.
Returns
Created, initialized grid.

◆ WriteGridXMLFile1()

const char* WriteGridXMLFile1 ( )

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.

Returns
Filename just written.