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
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
Public Static Functions Documentation
function coord
The documentation for this class was generated from the following file /home/runner/work/Blaze/Blaze/src/lib/grid/tests/test_grid.cpp