00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef PPL_distances_types_hh
00013 #define PPL_distances_types_hh 1
00014
00015 namespace Parma_Polyhedra_Library {
00016
00017 template <typename Temp>
00018 struct Rectilinear_Distance_Specialization;
00019
00020 template <typename Temp>
00021 struct Euclidean_Distance_Specialization;
00022
00023 template <typename Temp>
00024 struct L_Infinity_Distance_Specialization;
00025
00026 }
00027
00028 #endif // !defined(PPL_distances_types_hh)