#include <AxisMapping.h>
|
| static unsigned int | findCellId (AxisMappingCache &cache, const Grid::Location &location, const Grid &src, const Grid &dest) |
| | Find the cellId in grid 'dest', given the location in grid 'src'. More...
|
| |
| static unsigned int | findcellId (AxisMappingCache &cache, unsigned int cellId, const Grid &src, const Grid &dest) |
| | Find the cellId in grid 'dest', given the cellId in grid 'src'. More...
|
| |
| static Grid::Location | findLocation (AxisMappingCache &cache, const Grid::Location &location, const Grid &src, const Grid &dest) |
| | Find the location in grid 'dest', given the location in grid 'src'. More...
|
| |
| static Grid::Location | findLocation (AxisMappingCache &cache, unsigned int cellId, const Grid &src, const Grid &dest) |
| | Find the location in grid 'dest', given the cellId in grid 'src'. More...
|
| |
◆ findCellId()
Find the cellId in grid 'dest', given the location in grid 'src'.
◆ findcellId()
| static unsigned int dp3::parmdb::GridMapping::findcellId |
( |
AxisMappingCache & |
cache, |
|
|
unsigned int |
cellId, |
|
|
const Grid & |
src, |
|
|
const Grid & |
dest |
|
) |
| |
|
static |
Find the cellId in grid 'dest', given the cellId in grid 'src'.
◆ findLocation() [1/2]
Find the location in grid 'dest', given the location in grid 'src'.
◆ findLocation() [2/2]
Find the location in grid 'dest', given the cellId in grid 'src'.
The documentation for this class was generated from the following file: