DGtal
1.5.beta
|
#include <cstdio>
#include <cmath>
#include <iostream>
#include <fstream>
#include <vector>
#include <type_traits>
#include <functional>
#include "DGtal/base/Common.h"
#include "DGtal/kernel/PointVector.h"
#include "DGtalCatch.h"
Go to the source code of this file.
Macros | |
#define | COMPARE_VALUE_AND_TYPE(expr, check) |
Functions | |
TEST_CASE ("2D Point Vector Unit tests") | |
TEST_CASE ("3D Point Vector Unit tests") | |
TEST_CASE ("4D Point Vector Unit tests") | |
TEST_CASE ("Benchmarking","[.benchmark]") | |
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
This file is part of the DGtal library
Definition in file testPointVector.cpp.
#define COMPARE_VALUE_AND_TYPE | ( | expr, | |
check | |||
) |
Definition at line 49 of file testPointVector.cpp.
Definition at line 53 of file testPointVector.cpp.
References COMPARE_VALUE_AND_TYPE, DGtal::PointVector< dim, TEuclideanRing, TContainer >::crossProduct(), DGtal::crossProduct(), and SECTION().
Definition at line 109 of file testPointVector.cpp.
References COMPARE_VALUE_AND_TYPE, DGtal::PointVector< dim, TEuclideanRing, TContainer >::crossProduct(), DGtal::crossProduct(), and SECTION().
Definition at line 152 of file testPointVector.cpp.
References aPoint(), DGtal::PointVector< dim, TEuclideanRing, TContainer >::begin(), CAPTURE(), COMPARE_VALUE_AND_TYPE, DGtal::PointVector< dim, TEuclideanRing, TContainer >::cosineSimilarity(), DGtal::cosineSimilarity(), DGtal::PointVector< dim, TEuclideanRing, TContainer >::dot(), DGtal::dotProduct(), DGtal::PointVector< dim, TEuclideanRing, TContainer >::end(), DGtal::PointVector< dim, TEuclideanRing, TContainer >::inf(), DGtal::inf(), DGtal::PointVector< dim, TEuclideanRing, TContainer >::isLower(), DGtal::isLower(), DGtal::PointVector< dim, TEuclideanRing, TContainer >::isUpper(), DGtal::isUpper(), DGtal::PointVector< dim, TEuclideanRing, TContainer >::max(), DGtal::PointVector< dim, TEuclideanRing, TContainer >::maxElement(), DGtal::PointVector< dim, TEuclideanRing, TContainer >::min(), DGtal::PointVector< dim, TEuclideanRing, TContainer >::minElement(), DGtal::PointVector< dim, TEuclideanRing, TContainer >::partialCopy(), DGtal::PointVector< dim, TEuclideanRing, TContainer >::partialCopyInv(), REQUIRE(), SECTION(), DGtal::PointVector< dim, TEuclideanRing, TContainer >::sup(), and DGtal::sup().
TEST_CASE | ( | "Benchmarking" | , |
"" | [.benchmark] | ||
) |
Definition at line 524 of file testPointVector.cpp.
References BENCHMARK().