DGtal  0.6.devel
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
LighterSternBrocot.cpp
1 
32 
33 #include "DGtal/arithmetic/LighterSternBrocot.h"
35 
36 #include <iostream>
37 #include <map>
38 
39 using namespace std;
40 
41 
42 
44 // class Common
46 
50 namespace DGtal
51 {
52  template <typename TInteger, typename TQuotient, typename TMap>
55 
56  template <>
59 
60  template <>
63 
64  template <>
67 
68 #ifdef WITH_BIGINTEGER
69  template <>
72 
73  template <>
76 
77  template <>
80 
81 #endif
82 }