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