$search
Unit Test for smooth linear splines. More...
#include <iostream>
#include <string>
#include <gtest/gtest.h>
#include <ecl/containers/array.hpp>
#include <ecl/formatters/floats.hpp>
#include <ecl/formatters/strings.hpp>
#include "../../include/ecl/geometry/smooth_linear_spline.hpp"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (SmoothLinearSplinesTests, allEggsInOneBasket) |
Unit Test for smooth linear splines.
Definition in file smooth_linear_splines.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 44 of file smooth_linear_splines.cpp.
TEST | ( | SmoothLinearSplinesTests | , | |
allEggsInOneBasket | ||||
) |
Definition at line 36 of file smooth_linear_splines.cpp.