mirror of https://github.com/CGAL/cgal
Additions for Lazy_curved_kernel.
This commit is contained in:
parent
e5f4020b97
commit
79c60995c4
|
|
@ -17,6 +17,7 @@ cat $@ | sed -e 's/CGAL:://g' \
|
||||||
-e 's/Lazy_kernel<EK, IK, Cartesian_converter<EK, IK, To_interval<Gmpq> > >/LK/g' \
|
-e 's/Lazy_kernel<EK, IK, Cartesian_converter<EK, IK, To_interval<Gmpq> > >/LK/g' \
|
||||||
-e 's/CommonKernelFunctors:://g' \
|
-e 's/CommonKernelFunctors:://g' \
|
||||||
-e 's/CartesianKernelFunctors:://g' \
|
-e 's/CartesianKernelFunctors:://g' \
|
||||||
|
-e 's/CircularFunctors:://g' \
|
||||||
-e 's/typename Filtered_predicate<EP, AP, C2E, C2A, Protection>::result_type Filtered_predicate<EP, AP, C2E, C2A, Protection>::operator()//g' \
|
-e 's/typename Filtered_predicate<EP, AP, C2E, C2A, Protection>::result_type Filtered_predicate<EP, AP, C2E, C2A, Protection>::operator()//g' \
|
||||||
-e 's/ const //g' \
|
-e 's/ const //g' \
|
||||||
-e 's/, AP =.*]/]/g' \
|
-e 's/, AP =.*]/]/g' \
|
||||||
|
|
@ -28,7 +29,9 @@ cat $@ | sed -e 's/CGAL:://g' \
|
||||||
-e 's/Lazy_exact_nt<EC::result_type> Lazy_construction_nt<LK, AC, EC>::operator()//g' \
|
-e 's/Lazy_exact_nt<EC::result_type> Lazy_construction_nt<LK, AC, EC>::operator()//g' \
|
||||||
-e 's/Lazy_exact_nt<Binary_operator_result<T1, T2>::type> //g' \
|
-e 's/Lazy_exact_nt<Binary_operator_result<T1, T2>::type> //g' \
|
||||||
-e 's/Object Lazy_construction_object<LK, AC, EC>::operator()//g' \
|
-e 's/Object Lazy_construction_object<LK, AC, EC>::operator()//g' \
|
||||||
|
-e 's/Lazy_curved_kernel<CircularKernel, CK3_, Circular_kernel_converter<CircularKernel, CK3_, Cartesian_converter<CircularKernel, CK3_, To_interval<NT1> >, Algebraic_kernel_converter<Algebraic_k1, Algebraic_k3, To_interval<NT1>, To_interval<Root_of_2<MP_Float> > > > >/Lazy_CK/g' \
|
||||||
-e 's/, LK = LK//g' \
|
-e 's/, LK = LK//g' \
|
||||||
|
-e 's/, LK = Lazy_CK//g' \
|
||||||
-e 's/<LK >//g' \
|
-e 's/<LK >//g' \
|
||||||
-e 's/<EK >//g' \
|
-e 's/<EK >//g' \
|
||||||
-e 's/<IK >//g' \
|
-e 's/<IK >//g' \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue