[CPML] Implemented put_intersections() as a virtual method
commit7acc67d6ab2ea8f9842956a31c9111418e9df77c
authorNicola Fontana <ntd@entidi.it>
Sat, 13 Feb 2010 14:36:58 +0000 (13 15:36 +0100)
committerNicola Fontana <ntd@entidi.it>
Sat, 13 Feb 2010 14:36:58 +0000 (13 15:36 +0100)
tree8b14223a8ac678623243076fe4580f6dbfddb6af
parent20e2516e1d0dbb0a550bda3910cc0f6d5f0516ef
[CPML] Implemented put_intersections() as a virtual method

Removed public cpml_..._put_intersections() APIs and left only
cpml_primitive_put_intersections() that accesses the underlying
private implementations.
cpml/cpml-arc.c
cpml/cpml-arc.h
cpml/cpml-curve.c
cpml/cpml-curve.h
cpml/cpml-line.c
cpml/cpml-line.h
cpml/cpml-primitive-private.h
cpml/cpml-primitive.c
cpml/cpml-primitive.h
cpml/cpml-segment.c
cpml/cpml-segment.h