summaryrefslogtreecommitdiff
path: root/src/csgterm.cc
diff options
context:
space:
mode:
authorDon Bright <hugh.m.bright@gmail.com>2011-10-16 01:14:35 (GMT)
committerDon Bright <hugh.m.bright@gmail.com>2011-10-16 01:14:35 (GMT)
commit7332ec9fe260140ff74506fa2ba95e0a2bbf352e (patch)
treeab72752cc52e68d1ed77559cdd18d702ffc05b2c /src/csgterm.cc
parent7735f5510cdc2d396092d04ed98a2dbaec347608 (diff)
clean up linux changes to fit with win32 changes.
Diffstat (limited to 'src/csgterm.cc')
-rw-r--r--src/csgterm.cc20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/csgterm.cc b/src/csgterm.cc
index c0eb2c8..16ef75f 100644
--- a/src/csgterm.cc
+++ b/src/csgterm.cc
@@ -227,26 +227,6 @@ std::string CSGChain::dump()
return dump.str();
}
-
-std::string CSGChain::fulldump()
-{
- std::stringstream dump;
- dump << "\nsizes: \n";
- dump << " polysets: " << polysets.size();
- dump << " matrices: " << matrices.size();
- dump << " colors: " << colors.size();
- dump << " types: " << types.size();
- dump << " labels: " << labels.size();
- dump << "\ndata: \n";
- for (size_t i = 0; i < polysets.size(); i++) dump << (*polysets[i]).polygons.size() << "\n";
- for (size_t i = 0; i < matrices.size(); i++) dump << matrices[i].matrix() << "\n";
- for (size_t i = 0; i < colors.size(); i++) dump << *colors[i] << "\n";
- for (size_t i = 0; i < types.size(); i++) dump << types[i] << "\n";
- for (size_t i = 0; i < labels.size(); i++) dump << labels[i] << "\n";
- dump << "\n";
- return dump.str();
-}
-
BoundingBox CSGChain::getBoundingBox() const
{
BoundingBox bbox;
contact: Jan Huwald // Impressum