Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

reproject.h File Reference

#include "common.h"
#include "grid.h"

Functions

void reproject (grid_type *src_grid, grid_type *target_grid, distance_type distance, time_type max_dtime)

Function Documentation

void reproject grid_type src_grid,
grid_type target_grid,
distance_type  distance,
time_type  max_dtime
 

reprojects src_grid over target_grid

The current implementation uses a "nearest neighbour" policy, an optional argument might be added to choose the reprojection policy (with this one by default)

Source and target grids must meet some requirements :

Parameters:
src_grid the grid whose content is to reproject
target_grid the grid over which reprojection is to be done
distance the maximal search distance for the nearest neighbour
max_dtime the maximal time difference for the nearest neighbour
reproject updates the following fields of target_grid :


Generated on Wed Apr 19 17:05:06 2006 for Remap by  doxygen 1.3.9.1