Changeset 14772

Show
Ignore:
Timestamp:
06/27/08 00:12:00 (5 months ago)
Author:
warmerdam
Message:

preliminary proximity algorithm implementation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gdal/alg/GNUmakefile

    r14673 r14772  
    66                gdalwarpoperation.o gdalchecksum.o gdal_rpc.o gdal_tps.o \ 
    77                thinplatespline.o llrasterize.o gdalrasterize.o gdalgeoloc.o \ 
    8                 gdalgrid.o gdalcutline.o 
     8                gdalgrid.o gdalcutline.o gdalproximity.o 
    99 
    1010ifeq ($(OGR_ENABLED),yes) 
  • trunk/gdal/alg/gdal_alg.h

    r14288 r14772  
    6363                               int nXOff, int nYOff, int nXSize, int nYSize ); 
    6464                                
     65CPLErr CPL_DLL CPL_STDCALL  
     66GDALComputeProximity( GDALRasterBandH hSrcBand,  
     67                      GDALRasterBandH hProximityBand, 
     68                      char **papszOptions, 
     69                      GDALProgressFunc pfnProgress,  
     70                      void * pProgressArg ); 
    6571 
    6672/*