VoxelFarm::MapIndex Class Reference

An index of which Cells are empty and which ones contain information. For offline mode only. More...

#include <mapindex.h>

Public Member Functions

 MapIndex (int aKeyLevel, char *aIndexPath)
 
bool cellIsEmpty (CellId cell, int level, int x, int y, int z)
 Returns whether a cell has data.
 

Protected Member Functions

CellsloadSection (CellId key)
 

Protected Attributes

ExternalMutex::Mutex lock
 

Detailed Description

An index of which Cells are empty and which ones contain information. For offline mode only.

Definition at line 54 of file mapindex.h.


The documentation for this class was generated from the following file: