Skip to content

File test_grid.cpp

FileList > grid > tests > test_grid.cpp

Go to the source code of this file

  • #include <gtest/gtest.h>
  • #include <cmath>
  • #include <limits>
  • #include <vector>
  • #include "grid/grid.hpp"
  • #include "grid/grid_ops.hpp"

Public Functions

Type Name
TEST (GeoTransform, DefaultConstruction)
TEST (GeoTransform, ConstructionWithValues)
TEST (GeoTransform, ConstructionFromCoordinate)
TEST (GeoTransform, PixelToProjection)
TEST (GeoTransform, PixelToProjectionWithOffset)
TEST (GeoTransform, ProjectionToPixel)
TEST (GeoTransform, PixelProjectionRoundTrip)
TEST (GeoTransform, WithNewResolution)
TEST (Grid, ConstructionAndAccess)
TEST (Grid, Fill)
TEST (Grid, MinMax)
TEST (Grid, CopyFrom)
TEST (Grid, InBounds)
TEST (Grid, FillFrom)
TEST (GeoGrid, Extent)
TEST (InterpolateValue, CenterOfCell)
TEST (InterpolateValue, MidpointBetweenCells)
TEST (GridGraph, ConstructionAndAccess)
TEST (GridGraph, InBounds)
TEST (GeoGridPad, PadsWithValue)
TEST (GeoGridPad, AdjustsGeoTransform)
TEST (GeoGridPad, EmptyGrid)

Public Static Functions

Type Name
Coordinate2D< size_t > coord (size_t x, size_t y)

Public Functions Documentation

function TEST

TEST (
    GeoTransform,
    DefaultConstruction
) 

function TEST

TEST (
    GeoTransform,
    ConstructionWithValues
) 

function TEST

TEST (
    GeoTransform,
    ConstructionFromCoordinate
) 

function TEST

TEST (
    GeoTransform,
    PixelToProjection
) 

function TEST

TEST (
    GeoTransform,
    PixelToProjectionWithOffset
) 

function TEST

TEST (
    GeoTransform,
    ProjectionToPixel
) 

function TEST

TEST (
    GeoTransform,
    PixelProjectionRoundTrip
) 

function TEST

TEST (
    GeoTransform,
    WithNewResolution
) 

function TEST

TEST (
    Grid,
    ConstructionAndAccess
) 

function TEST

TEST (
    Grid,
    Fill
) 

function TEST

TEST (
    Grid,
    MinMax
) 

function TEST

TEST (
    Grid,
    CopyFrom
) 

function TEST

TEST (
    Grid,
    InBounds
) 

function TEST

TEST (
    Grid,
    FillFrom
) 

function TEST

TEST (
    GeoGrid,
    Extent
) 

function TEST

TEST (
    InterpolateValue,
    CenterOfCell
) 

function TEST

TEST (
    InterpolateValue,
    MidpointBetweenCells
) 

function TEST

TEST (
    GridGraph,
    ConstructionAndAccess
) 

function TEST

TEST (
    GridGraph,
    InBounds
) 

function TEST

TEST (
    GeoGridPad,
    PadsWithValue
) 

function TEST

TEST (
    GeoGridPad,
    AdjustsGeoTransform
) 

function TEST

TEST (
    GeoGridPad,
    EmptyGrid
) 

Public Static Functions Documentation

function coord

static Coordinate2D < size_t > coord (
    size_t x,
    size_t y
) 


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