Description

The TIntegerMap class implements a two dimensional matrix of integers. It may be useful for storing height map data, and in general data that requires or can be represented as 32 bit signed integers.

[See also] TByteMap, TWordMap, TBooleanMap