X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fipdf.h;h=20e47c026675ba138574d3097de5c5327c3cd66e;hp=9b4c04ab12a6b47a77e0914003a202eb1bb0bdea;hb=b716ae547424e4e4bbda86781a151c31e3a64e67;hpb=03cc1b0a0d0705e0b1d92e13fdb18608c7a00272 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;