diff options
author | Marius Kintel <marius@kintel.net> | 2012-01-06 18:10:33 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-01-09 23:01:50 (GMT) |
commit | fe3362faf825016606a8bcd60669c16965b0599c (patch) | |
tree | 1cfccc34acf462d9faefdfb8662c48cde878cbf9 /src/polyset.h | |
parent | c4695872392a6d1415752934be55c81de57de87e (diff) |
Started on cache size management: Let cache sizes be read from Preferences, measure cache sizes in bytes
Diffstat (limited to 'src/polyset.h')
-rw-r--r-- | src/polyset.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/polyset.h b/src/polyset.h index 5698621..09a13cb 100644 --- a/src/polyset.h +++ b/src/polyset.h @@ -24,7 +24,8 @@ public: void append_poly(); void append_vertex(double x, double y, double z = 0.0); void insert_vertex(double x, double y, double z = 0.0); - + size_t memsize() const; + BoundingBox getBoundingBox() const; enum csgmode_e { |