Skip to content

File test_process.cpp

FileList > src > tests > test_process.cpp

Go to the source code of this file

  • #include <gtest/gtest.h>
  • #include <cmath>
  • #include <limits>
  • #include <numbers>
  • #include <vector>
  • #include "las/las_point.hpp"
  • #include "lib/grid/grid.hpp"
  • #include "methods/hill_shade/hill_shade.hpp"
  • #include "process.hpp"
  • #include "utilities/progress_tracker.hpp"

Public Functions

Type Name
TEST (Process, NumCellsByDistance)
TEST (Slope, FlatSurface)
TEST (Slope, FortyFiveDegreeSlope)
TEST (Slope, AlwaysNonNegative)
TEST (Slope, NeverExceedsVertical)

Public Functions Documentation

function TEST

TEST (
    Process,
    NumCellsByDistance
) 

function TEST

TEST (
    Slope,
    FlatSurface
) 

function TEST

TEST (
    Slope,
    FortyFiveDegreeSlope
) 

function TEST

TEST (
    Slope,
    AlwaysNonNegative
) 

function TEST

TEST (
    Slope,
    NeverExceedsVertical
) 


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