DP3
Static Public Member Functions | List of all members
dp3::parmdb::GridMapping Class Reference

#include <AxisMapping.h>

Static Public Member Functions

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...
 

Member Function Documentation

◆ findCellId()

static unsigned int dp3::parmdb::GridMapping::findCellId ( AxisMappingCache cache,
const Grid::Location location,
const Grid src,
const Grid dest 
)
static

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]

static Grid::Location dp3::parmdb::GridMapping::findLocation ( AxisMappingCache cache,
const Grid::Location location,
const Grid src,
const Grid dest 
)
static

Find the location in grid 'dest', given the location in grid 'src'.

◆ findLocation() [2/2]

static Grid::Location dp3::parmdb::GridMapping::findLocation ( AxisMappingCache cache,
unsigned int  cellId,
const Grid src,
const Grid dest 
)
static

Find the location in grid 'dest', given the cellId in grid 'src'.


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