diff options
author | Marius Kintel <marius@kintel.net> | 2012-01-09 22:59:53 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-01-09 23:01:50 (GMT) |
commit | 22b98cd05217acf0bf78969a3baaf4568781670f (patch) | |
tree | 005e046609df534e12f202e2233a3ba20b1d1abc /src/CGALEvaluator.h | |
parent | c513ad9a287ee1b5cc5e456c665792958649e2ed (diff) |
Updated cache handling to keep the root node and issue a warning if it didn't fit into the cache. Better debug output
Diffstat (limited to 'src/CGALEvaluator.h')
-rw-r--r-- | src/CGALEvaluator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CGALEvaluator.h b/src/CGALEvaluator.h index 7330796..42af5a1 100644 --- a/src/CGALEvaluator.h +++ b/src/CGALEvaluator.h @@ -41,6 +41,7 @@ private: std::map<int, ChildList> visitedchildren; const Tree &tree; + CGAL_Nef_polyhedron root; public: // FIXME: Do we need to make this visible? Used for cache management // Note: psevaluator constructor needs this->tree to be initialized first |