![]() |
Public API Reference |
#include <csgrid.h>
Public Methods | |
csSparseGrid () | |
Initialize an empty sparse grid object. More... | |
void * | GetAt (int row, int col) |
Get the data at given row/column. More... | |
Friends | |
class | csGrid |
Definition at line 93 of file csgrid.h.
|
Initialize an empty sparse grid object.
|
|
Get the data at given row/column.
Definition at line 150 of file csgrid.h. References csArray< csGridRowEntry *, csPDelArrayElementHandler< csGridRowEntry * > >::FindSortedKey, csArray< csGridRowEntry *, csPDelArrayElementHandler< csGridRowEntry * > >::Get, and csArray< csGridRowEntry *, csPDelArrayElementHandler< csGridRowEntry * > >::InsertSorted. |