diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-01 15:03:34 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-01 15:03:34 (GMT) |
commit | 6041c34f0b458b3cb791a0e15b0f01bf3142981c (patch) | |
tree | 02236427fa8e073f81eb47b1c3a61cb92b945b1a /src/cgalrenderer.h | |
parent | fee63ab7aec661ea3fe5890e79df752f1af10690 (diff) |
Refactored some non-CGAL functionality into separate functions in PolySetCGALEvaluator
Diffstat (limited to 'src/cgalrenderer.h')
-rw-r--r-- | src/cgalrenderer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgalrenderer.h b/src/cgalrenderer.h index 4e8039a..5f854ea 100644 --- a/src/cgalrenderer.h +++ b/src/cgalrenderer.h @@ -11,7 +11,7 @@ public: ~CGALRenderer(); void draw(bool showfaces, bool showedges) const; -private: +public: const CGAL_Nef_polyhedron &root; class Polyhedron *polyhedron; class PolySet *polyset; |