DGtal
1.5.beta
|
#include <cstdlib>
#include <iostream>
#include <map>
#include "DGtal/base/Common.h"
#include "DGtal/kernel/CPointPredicate.h"
#include "DGtal/arithmetic/IntegerComputer.h"
#include "DGtal/arithmetic/SternBrocot.h"
#include "DGtal/arithmetic/LightSternBrocot.h"
#include "DGtal/arithmetic/LighterSternBrocot.h"
#include "DGtal/arithmetic/Pattern.h"
#include <boost/version.hpp>
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/uniform_smallint.hpp>
#include <boost/random/variate_generator.hpp>
Go to the source code of this file.
Functions | |
template<typename Fraction1 , typename Fraction2 > | |
bool | testPattern (Fraction1 f1) |
template<typename Fraction1 , typename Fraction2 > | |
bool | testPatterns () |
int | main (int, char **) |
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 LightSternBrocot.
This file is part of the DGtal library.
Definition in file testPattern.cpp.
int main | ( | int | , |
char ** | |||
) |
Definition at line 130 of file testPattern.cpp.
References DGtal::Trace::beginBlock(), DGtal::Trace::emphase(), DGtal::Trace::endBlock(), and DGtal::trace.
bool testPattern | ( | Fraction1 | f1 | ) |
Definition at line 57 of file testPattern.cpp.
bool testPatterns | ( | ) |
Definition at line 84 of file testPattern.cpp.
References DGtal::IntegerComputer< TInteger >::gcd().