BuildDimension Class Reference

BuildDimension contains the raw data of a single dimention of tiles in BuildWorld. More...

#include <BuildWorld.h>

Collaboration diagram for BuildDimension:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 BuildDimension ()

Public Attributes

BuildPage pages [BUILD_SIZE]

Classes

class  BuildPage
 BuildPage is a single page in the dimention. More...

Detailed Description

BuildDimension contains the raw data of a single dimention of tiles in BuildWorld.

A single dimention is either the X, Y or Z axis. This class holds the tiles data for all the tiles which are prependicular to a specific axis. These tiles come in BUILD_SIZE parallel pages, each page is a matrix of BUILD_SIZE x BUILD_SIZE tiles.

See also:
BuildWorld


Constructor & Destructor Documentation

BuildDimension::BuildDimension (  )  [inline]


Member Data Documentation


The documentation for this class was generated from the following file: