summaryrefslogtreecommitdiff
path: root/src/Tree.h
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-09-11 08:51:55 (GMT)
committerMarius Kintel <marius@kintel.net>2011-09-11 08:51:55 (GMT)
commit95949cf961d84f65ad9bfb9f2dec7361059ca515 (patch)
treeb5d50e381362d013d8cce12c524571f013a990a2 /src/Tree.h
parent18e97e0bd3f6bda4fdcd17de2a85173ba59b6b00 (diff)
Implemented CGAL caching
Diffstat (limited to 'src/Tree.h')
-rw-r--r--src/Tree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Tree.h b/src/Tree.h
index 5df5bba..aaa61d7 100644
--- a/src/Tree.h
+++ b/src/Tree.h
@@ -21,10 +21,12 @@ public:
const AbstractNode *root() const { return this->root_node; }
const string &getString(const AbstractNode &node) const;
+ const string &getIdString(const AbstractNode &node) const;
private:
const AbstractNode *root_node;
mutable NodeCache nodecache;
+ mutable NodeCache nodeidcache;
};
#endif
contact: Jan Huwald // Impressum