[CPML] Implemented get_length() as a virtual method
commit4da5b1291683f605b3c49c8907fbc6412c66fd01
authorNicola Fontana <ntd@entidi.it>
Fri, 12 Feb 2010 15:23:01 +0000 (12 16:23 +0100)
committerNicola Fontana <ntd@entidi.it>
Fri, 12 Feb 2010 17:17:55 +0000 (12 18:17 +0100)
tree8550733a018ad14c50d9b445eef5d38e9afca9d9
parent9b4cade7e2dcbcca3bf4940546b2f2b195ffae1c
[CPML] Implemented get_length() as a virtual method

Removed public cpml_..._get_length() APIs and left only
cpml_primitive_get_length() 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.c