File grid.cpp
Go to the source code of this file
#include "grid.hpp"#include "gdal_priv.h"#include "img_grid.hpp"#include "isom/colors.hpp"#include "las/las_point.hpp"#include "utilities/timer.hpp"
Public Functions
| Type | Name |
|---|---|
| T | interpolate_value (const GeoGrid< T > & grid, const Coordinate2D< double > & projection_coord) |
| template double | interpolate_value (const GeoGrid< double > & grid, const Coordinate2D< double > & projection_coord) |
| Geo< GridT > | same_type_different_size (const Geo< GridT > & grid, size_t new_width, size_t new_height, const Coordinate2D< double > & new_top_left) |
Public Functions Documentation
function interpolate_value
template<typename T>
T interpolate_value (
const GeoGrid < T > & grid,
const Coordinate2D < double > & projection_coord
)
function interpolate_value
template double interpolate_value (
const GeoGrid < double > & grid,
const Coordinate2D < double > & projection_coord
)
function same_type_different_size
template<typename GridT>
Geo < GridT > same_type_different_size (
const Geo < GridT > & grid,
size_t new_width,
size_t new_height,
const Coordinate2D < double > & new_top_left
)
The documentation for this class was generated from the following file /home/runner/work/Blaze/Blaze/src/lib/grid/grid.cpp