mirror of https://github.com/CGAL/cgal
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:
parent
43a9536537
commit
8c0de40768
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue