00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00020 #ifndef _ARAGELI_intconvex_hpp_
00021 #define _ARAGELI_intconvex_hpp_
00022
00023 #include "config.hpp"
00024
00025
00026
00027
00028 namespace Arageli
00029 {
00030
00031
00033
00042 template <typename Gen, typename IntGen>
00043 void intconvex_simple (const Gen& gen, IntGen& intgen);
00044
00045
00046 }
00047
00048
00049 #ifdef ARAGELI_INCLUDE_CPP_WITH_EXPORT_TEMPLATE
00050 #define ARAGELI_INCLUDE_CPP_WITH_EXPORT_TEMPLATE_intconvex
00051 #include "intconvex.cpp"
00052 #undef ARAGELI_INCLUDE_CPP_WITH_EXPORT_TEMPLATE_intconvex
00053 #endif
00054
00055 #endif // #ifndef _ARAGELI_intconvex_hpp_