Skip to content

File forward_grid.hpp

FileList > grid > forward_grid.hpp

Go to the source code of this file

  • #include <cstddef>

Namespaces

Type Name
namespace blaze

Public Types

Type Name
typedef Geo< FlexGrid > GeoFlexGrid
typedef Geo< Grid< T > > GeoGrid
typedef GeoGrid< RGBColor > GeoImgGrid

Public Functions

Type Name
T interpolate_value (const GeoGrid< T > & grid, const Coordinate2D< double > & projection_coord)
size_t num_cells_by_distance (double x, double dx)

Public Types Documentation

typedef GeoFlexGrid

using GeoFlexGrid =  Geo<FlexGrid>;

typedef GeoGrid

using GeoGrid =  Geo<Grid<T> >;

typedef GeoImgGrid

using GeoImgGrid =  GeoGrid<RGBColor>;

Public Functions Documentation

function interpolate_value

template<typename T>
T interpolate_value (
    const GeoGrid < T > & grid,
    const Coordinate2D < double > & projection_coord
) 

function num_cells_by_distance

inline size_t num_cells_by_distance (
    double x,
    double dx
) 


The documentation for this class was generated from the following file /home/runner/work/Blaze/Blaze/src/lib/grid/forward_grid.hpp