res0CellCount method

int res0CellCount()

@defgroup getRes0Cells getRes0Cells Functions for getRes0Cells @{ / /** @brief returns the number of resolution 0 cells (hexagons and pentagons)

Implementation

int res0CellCount() {
  return _res0CellCount();
}