|
DGtal 2.1.0
|
#include "DGtal/helpers/StdDefs.h"#include "DGtal/kernel/sets/DigitalSetByOctree.h"#include "DGtalCatch.h"#include "DGtal/io/writers/VolWriter.h"#include "DGtal/io/readers/VolReader.h"#include "DGtal/io/writers/SVOWriter.h"#include "DGtal/io/readers/SVOReader.h"Go to the source code of this file.
Data Structures | |
| struct | TestFixture |
Functions | |
| TEST_CASE_METHOD (TestFixture, "Testing DigitalSetByOctree using Catch2", "[catch]") | |
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 testDigitalSetByOctree.cpp.
| TEST_CASE_METHOD | ( | TestFixture | , |
| "Testing DigitalSetByOctree using Catch2" | , | ||
| "" | [catch] ) |
Definition at line 81 of file testDigitalSetByOctree.cpp.
References DGtal::DigitalSetByOctree< Space >::begin(), DGtal::DigitalSetByOctree< Space >::convertToDAG(), DGtal::DigitalSetByOctree< Space >::domain(), domain, DGtal::DigitalSetByOctree< Space >::end(), DGtal::DigitalSetByOctree< Space >::erase(), DGtal::SVOWriter< Space >::exportSVO(), DGtal::SVOReader< Space >::importSVO(), DGtal::DigitalSetByOctree< Space >::insert(), DGtal::HyperRectDomain< TSpace >::lowerBound(), REQUIRE(), SECTION(), DGtal::DigitalSetByOctree< Space >::size(), and DGtal::HyperRectDomain< TSpace >::upperBound().