Class DCube

Inherits from:
Object
Declared in:
DCube.h

Class Hierarchy

    Object
      |
      +---DCube

Class Description

The cube collection stores objects in a 3d array that can grow. Objects can be accessed by an index. Due to the easy access there is no iterator.

Last modified:
31-Oct-2007 (DCube.h)

Instance Variables

private id *_objects
the stored objects
private int _columns
the number of columns
private int _rows
the number of rows
private int _layers
the number of layers
private long _length
the length of the cube

Method Index


generated 05-Nov-2007 by ObjcDoc 3.0.0