This class represents a <GRID>-environment
This class represents a <GRID>-environment. Currently, the grid can only contain images (ImageElements) stored in an Element-vector (derived from Environment). Note : I'm not sure, if the grid should be able to hold any sub-environments like the class HBoxEnvironment. If not, the name of this class should be changed to "ImageGridEnvironment".
~GridEnvironment()
void read(ifstream *input)
void write(ofstream *output, int number_of_images)
number_of_images - The number of images that will be written.
If -1, all images will be written.int shouldBeWrittenOneByOne()
int columns_
int rows_
int write_one_by_one_
Alphabetic index Hierarchy of classes