~ubuntu-branches/ubuntu/saucy/mapserver/saucy-security

« back to all changes in this revision

Viewing changes to mapresample.h

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2011-12-23 14:02:06 UTC
  • mfrom: (26.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20111223140206-n3h9t2hsa8hyslmu
Tags: 6.0.1-2
Added missed stuff for libmapscript-perl.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/******************************************************************************
2
 
 * $Id: mapresample.h 6428 2007-07-31 19:58:45Z dmorissette $
 
2
 * $Id: mapresample.h 9873 2010-02-23 05:06:40Z warmerdam $
3
3
 *
4
4
 * Project:  CFS OGC MapServer
5
5
 * Purpose:  Definitions related to raster resampling support.
51
51
                       double *x, double *y, int *panSuccess );
52
52
#ifdef USE_GDAL
53
53
int msResampleGDALToMap( mapObj *map, layerObj *layer, 
54
 
                         imageObj *image,
 
54
                         imageObj *image, rasterBufferObj *rb, 
55
55
                         GDALDatasetH hDS );
56
56
#endif
57
57
#endif /* ndef RESAMPLE_H */