Revert "bglize"

This reverts commit 00a0dd575cc60fe41efbe20b2dfc4c594b84f05b.

The BGLization of that plugin is done a lot better in the
pull-request #2203.
This commit is contained in:
Laurent Rineau 2017-07-06 12:30:36 +02:00 committed by Maxime Gimeno
parent 43a9536537
commit 8c0de40768
1 changed files with 5 additions and 1 deletions

View File

@ -17,13 +17,13 @@
#include <CGAL/Three/Polyhedron_demo_plugin_interface.h>
#include <CGAL/Three/Polyhedron_demo_plugin_helper.h>
#include <CGAL/Polyhedron_copy_3.h>
#include <CGAL/Polygon_mesh_processing/connected_components.h>
#include <CGAL/boost/graph/copy_face_graph.h>
#include <CGAL/boost/graph/graph_traits_Polyhedron_3.h>
#include <CGAL/property_map.h>
#include <CGAL/boost/graph/copy_face_graph.h>
#include <boost/foreach.hpp>
#include <boost/function_output_iterator.hpp>
@ -114,6 +114,10 @@ void Polyhedron_demo_join_and_split_polyhedra_plugin::on_actionJoinPolyhedra_tri
if(item)
{
indices_to_remove.push_front(index);
CGAL::Polyhedron_copy_3<Polyhedron, Polyhedron::HalfedgeDS, false>
modifier( *(item->polyhedron()) );
mainSelectionItem->polyhedron()->delegate(modifier);
}
else
std::cerr<<"No selected polyhedron_item"<<std::endl;