This 2D grid class is an abstraction of properties for uniform and nonuniform grids. The defintions are according to: https://en.wikipedia.org/wiki/Regular_grid.
More...
#include <Grid.h>
This 2D grid class is an abstraction of properties for uniform and nonuniform grids. The defintions are according to: https://en.wikipedia.org/wiki/Regular_grid.
virtual ge::Grid2D::~Grid2D |
( |
| ) |
|
|
inlinevirtual |
void ge::Grid2D::clear |
( |
| ) |
|
|
virtual |
virtual vmml::Vector2i ge::Grid2D::getCellIdxForBound |
( |
vmml::Vector4d |
_point | ) |
|
|
pure virtual |
virtual vmml::Vector2ui ge::Grid2D::getCellIdxForPoint |
( |
vmml::Vector2d |
_point | ) |
|
|
pure virtual |
vmml::Vector2d ge::Grid2D::getMidpoint |
( |
| ) |
const |
vmml::Vector2ui ge::Grid2D::getSize |
( |
| ) |
const |
vmml::Vector2d ge::Grid2D::midpoint |
|
protected |
vmml::Vector2ui ge::Grid2D::sizes |
|
protected |
Amount of points in every direction
The documentation for this class was generated from the following files:
- /Users/mthoeny/Development/gis_globeEngine/trunk/src/globeEngineCore/include/Grid.h
- /Users/mthoeny/Development/gis_globeEngine/trunk/src/globeEngineCore/src/Grid.cpp