X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=src%2Fipdf.h;h=20e47c026675ba138574d3097de5c5327c3cd66e;hb=667281b828c8515e995c0000706157cee180fa08;hp=9b4c04ab12a6b47a77e0914003a202eb1bb0bdea;hpb=03cc1b0a0d0705e0b1d92e13fdb18608c7a00272;p=ipdf%2Fcode.git diff --git a/src/ipdf.h b/src/ipdf.h index 9b4c04a..20e47c0 100644 --- a/src/ipdf.h +++ b/src/ipdf.h @@ -51,6 +51,15 @@ namespace IPDF std::vector beziers; // bezier curves - look up by data_indices /** Used by PATH only **/ std::vector paths; + + void Clear() + { + types.clear(); + bounds.clear(); + data_indices.clear(); + beziers.clear(); + paths.clear(); + } }; class View;