|
DGtal 2.1.1
|
#include <iostream>#include "DGtal/base/Common.h"#include "DGtalCatch.h"#include "DGtal/helpers/StdDefs.h"#include "DGtal/kernel/domains/DomainSplitter.h"Go to the source code of this file.
Functions | |
| TEST_CASE ("Domain Regular Grid Splitter tests") | |
| TEST_CASE ("Domain Axis Splitter tests") | |
| REQUIRE (output.size()==2) | |
Variables | |
| AxisDomainSplitter< Domain > | splitter |
| AxisDomainSplitter< Domain >::SplitDomainsInfo | output = splitter(domain,2,1) |
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 DomainSplitter
This file is part of the DGtal library.
Definition in file testDomainSplitter.cpp.
| REQUIRE | ( | output. | size() = =2 | ) |
Referenced by TEST_CASE(), and TEST_CASE().
| TEST_CASE | ( | "Domain Axis Splitter tests" | ) |
Definition at line 77 of file testDomainSplitter.cpp.
References domain, DGtal::Trace::info(), output, REQUIRE(), DGtal::PolyscopeViewer< Space, KSpace >::show(), splitter, and DGtal::trace.
| TEST_CASE | ( | "Domain Regular Grid Splitter tests" | ) |
Definition at line 50 of file testDomainSplitter.cpp.
References domain, DGtal::Trace::info(), output, REQUIRE(), DGtal::PolyscopeViewer< Space, KSpace >::show(), splitter, and DGtal::trace.
| AxisDomainSplitter<Domain>::SplitDomainsInfo output = splitter(domain,2,1) |
Definition at line 110 of file testDomainSplitter.cpp.
Referenced by DGtal::ShortcutsGeometry< TKSpace >::getATScalarFieldApproximation(), DGtal::ShortcutsGeometry< TKSpace >::getATScalarFieldApproximation(), DGtal::ShortcutsGeometry< TKSpace >::getATVectorFieldApproximation(), DGtal::ShortcutsGeometry< TKSpace >::getATVectorFieldApproximation(), DGtal::ATSolver2D< TKSpace, TLinearAlgebra >::getOutputScalarFieldU2(), DGtal::ATSolver2D< TKSpace, TLinearAlgebra >::getOutputScalarFieldV0(), DGtal::ATSolver2D< TKSpace, TLinearAlgebra >::getOutputVectorFieldU2(), main(), DGtal::Shortcuts< TKSpace >::CellWriter::operator()(), DGtal::Shortcuts< TKSpace >::SCellWriter::operator()(), DGtal::Shortcuts< TKSpace >::ValueWriter< Value >::operator()(), DGtal::Shortcuts< TKSpace >::ValueWriter< Value >::operator()(), DGtal::Shortcuts< TKSpace >::outputCellMapAsCSV(), DGtal::Shortcuts< TKSpace >::outputDualDigitalSurfaceAsObj(), DGtal::Shortcuts< TKSpace >::outputDualDigitalSurfaceAsObj(), DGtal::Shortcuts< TKSpace >::outputPrimalDigitalSurfaceAsObj(), DGtal::Shortcuts< TKSpace >::outputPrimalDigitalSurfaceAsObj(), DGtal::Shortcuts< TKSpace >::outputPrimalIdxDigitalSurfaceAsObj(), DGtal::Shortcuts< TKSpace >::outputPrimalIdxDigitalSurfaceAsObj(), outputResults(), DGtal::Shortcuts< TKSpace >::outputSCellMapAsCSV(), DGtal::Shortcuts< TKSpace >::outputSurfelsAsObj(), DGtal::Shortcuts< TKSpace >::saveBinaryImage(), DGtal::Shortcuts< TKSpace >::saveGrayScaleImage(), DGtal::Shortcuts< TKSpace >::saveOBJ(), DGtal::Shortcuts< TKSpace >::saveOBJ(), DGtal::Shortcuts< TKSpace >::saveOBJ(), DGtal::Shortcuts< TKSpace >::saveOBJ(), DGtal::Shortcuts< TKSpace >::saveOBJ(), DGtal::Shortcuts< TKSpace >::saveOBJ(), DGtal::Shortcuts< TKSpace >::saveOFF(), DGtal::Shortcuts< TKSpace >::saveOFF(), saveToObj(), saveVoroMap(), SCENARIO(), SCENARIO(), HodgeTester< Calculus, order >::test(), TEST_CASE(), TEST_CASE(), testDuvalPP(), testDuvalPPMod(), testFLF(), testHullFunctions2D(), testSegmentationLarger(), and DGtal::PolygonalCalculus< TRealPoint, TRealVector >::vectorArea().
| AxisDomainSplitter<Domain> splitter |
Definition at line 108 of file testDomainSplitter.cpp.
Referenced by DGtal::ShortcutsGeometry< TKSpace >::getIICurvatureEstimation(), DGtal::ShortcutsGeometry< TKSpace >::getIINormalVectors(), TEST_CASE(), and TEST_CASE().