Skip to content

Commit

Permalink
Export GDAL Grid for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Jul 20, 2018
1 parent ffbf53e commit 7271403
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions io/GDALGrid.hpp
Expand Up @@ -60,8 +60,9 @@ class GDALGrid
{}
};

GDALGrid(size_t width, size_t height, double edgeLength, double radius,
int outputTypes, size_t windowSize);
// Exported for testing.
PDAL_DLL GDALGrid(size_t width, size_t height,
double edgeLength, double radius, int outputTypes, size_t windowSize);

void expand(size_t width, size_t height, size_t xshift, size_t yshift);

Expand Down

0 comments on commit 7271403

Please sign in to comment.