![]() |
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 92 of file csgrid.h.
|
Initialize an empty sparse grid object.
|
|
Get the data at given row/column.
Definition at line 166 of file csgrid.h. References csVector::FindSortedKey, csBasicVector::Get, and csVector::InsertSorted. |