|
sgsPy
structurally guided sampling
|
#include <iostream>#include <boost/asio/thread_pool.hpp>#include <boost/asio/post.hpp>#include "utils/raster.h"#include "utils/helper.h"Go to the source code of this file.
Namespaces | |
| namespace | sgs |
| namespace | sgs::breaks |
Functions | |
| void | sgs::breaks::processMapPixel (size_t index, helper::RasterBandMetaData &dataBand, void *p_dataBuffer, helper::RasterBandMetaData &stratBand, void *p_stratBuffer, std::vector< double > &bandBreaks, size_t multiplier, bool &mapNan, size_t &mapStrat) |
| void | sgs::breaks::processPixel (size_t index, void *p_data, helper::RasterBandMetaData *p_dataBand, void *p_strat, helper::RasterBandMetaData *p_stratBand, std::vector< double > &bandBreaks) |
| raster::GDALRasterWrapper * | sgs::breaks::breaks (raster::GDALRasterWrapper *p_raster, std::map< int, std::vector< double > > breaks, bool map, std::string filename, bool largeRaster, int threads, std::string tempFolder, std::map< std::string, std::string > driverOptions) |