Totally FITH everything
[ipdf/code.git] / src / ipdf.h
index 9b4c04a..20e47c0 100644 (file)
@@ -51,6 +51,15 @@ namespace IPDF
                std::vector<Bezier> beziers; // bezier curves - look up by data_indices
                /** Used by PATH only **/
                std::vector<Path> paths;
+               
+               void Clear()
+               {
+                       types.clear();
+                       bounds.clear();
+                       data_indices.clear();
+                       beziers.clear();
+                       paths.clear();
+               }
        };
 
        class View;

UCC git Repository :: git.ucc.asn.au