DGtal  0.6.devel
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
LightSternBrocot.cpp
1 
32 
33 #include "DGtal/arithmetic/LightSternBrocot.h"
35 
36 #include <iostream>
37 
38 using namespace std;
39 
40 
41 
43 // class Common
45 
49 namespace DGtal
50 {
51  template <typename TInteger, typename TQuotient, typename TMap>
54 
55  template <>
58 
59  template <>
62 
63  template <>
66 
67 #ifdef WITH_BIGINTEGER
68  template <>
71 
72  template <>
75 
76  template <>
79 
80 #endif
81 
82 }