DGtal
1.5.beta
|
Tests for the parametric curves and their digitization. More...
#include <iostream>
#include "DGtalCatch.h"
#include "DGtal/base/Common.h"
#include "DGtal/helpers/StdDefs.h"
#include "DGtal/geometry/curves/parametric/EllipticHelix.h"
#include "DGtal/geometry/curves/parametric/DecoratorParametricCurveTransformation.h"
#include "DGtal/geometry/curves/parametric/Knot_3_1.h"
#include "DGtal/geometry/curves/parametric/Knot_3_2.h"
#include "DGtal/geometry/curves/parametric/Knot_4_1.h"
#include "DGtal/geometry/curves/parametric/Knot_4_3.h"
#include "DGtal/geometry/curves/parametric/Knot_5_1.h"
#include "DGtal/geometry/curves/parametric/Knot_5_2.h"
#include "DGtal/geometry/curves/parametric/Knot_6_2.h"
#include "DGtal/geometry/curves/parametric/Knot_7_4.h"
#include "DGtal/geometry/curves/parametric/NaiveParametricCurveDigitizer3D.h"
#include "DGtal/images/RigidTransformation3D.h"
Go to the source code of this file.
Functions | |
TEST_CASE ("Elliptic Helix test") | |
TEST_CASE ("Parametric Curve Decorator test") | |
TEST_CASE ("Knot 3_1 test") | |
TEST_CASE ("Knot 3_2 test") | |
TEST_CASE ("Knot 4_1 test") | |
TEST_CASE ("Knot 4_3 test") | |
TEST_CASE ("Knot 5_1 test") | |
TEST_CASE ("Knot 5_2 test") | |
TEST_CASE ("Knot 6_2 test") | |
TEST_CASE ("Knot 7_4 test") | |
Tests for the parametric curves and their digitization.
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/.
Functions for testing class Digitization of parametric curves.
This file is part of the DGtal library.
Definition in file testParametricCurveDigitization.cpp.
TEST_CASE | ( | "Elliptic Helix test" | ) |
Definition at line 60 of file testParametricCurveDigitization.cpp.
References digitize(), REQUIRE(), and SECTION().
TEST_CASE | ( | "Knot 3_1 test" | ) |
Definition at line 142 of file testParametricCurveDigitization.cpp.
References digitize(), REQUIRE(), and SECTION().
TEST_CASE | ( | "Knot 3_2 test" | ) |
Definition at line 175 of file testParametricCurveDigitization.cpp.
References digitize(), REQUIRE(), and SECTION().
TEST_CASE | ( | "Knot 4_1 test" | ) |
Definition at line 208 of file testParametricCurveDigitization.cpp.
References digitize(), REQUIRE(), and SECTION().
TEST_CASE | ( | "Knot 4_3 test" | ) |
Definition at line 241 of file testParametricCurveDigitization.cpp.
References digitize(), REQUIRE(), and SECTION().
TEST_CASE | ( | "Knot 5_1 test" | ) |
Definition at line 274 of file testParametricCurveDigitization.cpp.
References digitize(), REQUIRE(), and SECTION().
TEST_CASE | ( | "Knot 5_2 test" | ) |
Definition at line 307 of file testParametricCurveDigitization.cpp.
References digitize(), REQUIRE(), and SECTION().
TEST_CASE | ( | "Knot 6_2 test" | ) |
Definition at line 340 of file testParametricCurveDigitization.cpp.
References digitize(), REQUIRE(), and SECTION().
TEST_CASE | ( | "Knot 7_4 test" | ) |
Definition at line 373 of file testParametricCurveDigitization.cpp.
References digitize(), REQUIRE(), and SECTION().
TEST_CASE | ( | "Parametric Curve Decorator test" | ) |
Definition at line 101 of file testParametricCurveDigitization.cpp.
References digitize(), REQUIRE(), and SECTION().