diff options
author | Marius Kintel <marius@kintel.net> | 2010-04-12 04:57:02 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2010-10-31 00:42:35 (GMT) |
commit | 1caf80e561819832092e67bd15ceba5d6f9a02f8 (patch) | |
tree | ac144b7659840529155c762794508bea018b2be3 /src/Tree.h | |
parent | e8e213b3c9ce0580045ea6e7e86b00ab41d4c58b (diff) |
Added CSGTextCache for experimenting with cache-tree organization
Diffstat (limited to 'src/Tree.h')
-rw-r--r-- | src/Tree.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2,7 +2,6 @@ #define TREE_H_ #include "nodecache.h" -//#include "cgal.h" using std::string; @@ -19,7 +18,6 @@ public: // FIXME: Really return a reference? const string &getString(const AbstractNode &node) const; -// CGAL_Nef_polyhedron getCGALMesh(const AbstractNode &node) const; private: const AbstractNode *root_node; |