CrystalSpace

Public API Reference

Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

csSparseGrid Class Reference
[Grid]

If cells are populated with data or components, we need to store this somewhere and thats what the SparseGrid is for. More...

#include <csws/csgrid.h>

List of all members.

Public Member Functions

 csSparseGrid ()
 Initialize an empty sparse grid object.
void * GetAt (int row, int col)
 Get the data at given row/column.

Friends

class csGrid


Detailed Description

If cells are populated with data or components, we need to store this somewhere and thats what the SparseGrid is for.

Definition at line 95 of file csgrid.h.


Constructor & Destructor Documentation

csSparseGrid::csSparseGrid  )  [inline]
 

Initialize an empty sparse grid object.

Definition at line 151 of file csgrid.h.


Member Function Documentation

void* csSparseGrid::GetAt int  row,
int  col
[inline]
 

Get the data at given row/column.

Definition at line 154 of file csgrid.h.


The documentation for this class was generated from the following file:
Generated for Crystal Space by doxygen 1.3.9.1