Home
last modified time | relevance | path

Searched refs:aabb_item (Results 1 – 1 of 1) sorted by relevance

/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/AABB_tree/
H A DCut_plugin.cpp1240 Scene_aabb_item* aabb_item = new Scene_aabb_item(*new_tree); in apply() local
1242 aabb_item->setName(tr("AABB tree of %1").arg(item->name())); in apply()
1243 aabb_item->setRenderingMode(Wireframe); in apply()
1244 aabb_item->setColor(Qt::black); in apply()
1245 aabb_item->setVisible(false); in apply()
1246 scene->addItem(aabb_item); in apply()
1431 Scene_aabb_item* aabb_item = qobject_cast<Scene_aabb_item*>(item); in cut() local
1432 if(!aabb_item){ in cut()
1435 aabb_item->invalidateOpenGLBuffers(); in cut()