summaryrefslogtreecommitdiff
path: root/src/cgalrenderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgalrenderer.h')
-rw-r--r--src/cgalrenderer.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/cgalrenderer.h b/src/cgalrenderer.h
deleted file mode 100644
index 5f854ea..0000000
--- a/src/cgalrenderer.h
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef CGALRENDERER_H_
-#define CGALRENDERER_H_
-
-#include "renderer.h"
-#include "CGAL_Nef_polyhedron.h"
-
-class CGALRenderer : public Renderer
-{
-public:
- CGALRenderer(const CGAL_Nef_polyhedron &root);
- ~CGALRenderer();
- void draw(bool showfaces, bool showedges) const;
-
-public:
- const CGAL_Nef_polyhedron &root;
- class Polyhedron *polyhedron;
- class PolySet *polyset;
-};
-
-#endif
contact: Jan Huwald // Impressum