diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-09-20 02:25:05 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-09-20 02:25:05 (GMT) |
commit | ccc88b0c433e9d66ea24dfd26ad6e835196acca5 (patch) | |
tree | 4dbdefbe26b9a4843a98fb18928236c7dbf6f69c /src/csgterm.h | |
parent | 24fa66ca38a5f9ce656af4d72109d9ad3a1e2526 (diff) |
get throwntogetherrenderer working in tests (initalize csgInfo to null)
Diffstat (limited to 'src/csgterm.h')
-rw-r--r-- | src/csgterm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/csgterm.h b/src/csgterm.h index c12b7ae..c4e88a6 100644 --- a/src/csgterm.h +++ b/src/csgterm.h @@ -50,6 +50,7 @@ public: void add(const shared_ptr<PolySet> &polyset, double *m, double *color, CSGTerm::type_e type, std::string label); void import(CSGTerm *term, CSGTerm::type_e type = CSGTerm::TYPE_UNION); std::string dump(); + std::string fulldump(); BoundingBox getBoundingBox() const; }; |