Home
last modified time | relevance | path

Searched refs:Scene_group_item (Results 1 – 25 of 33) sorted by relevance

12

/dports/math/cgal/CGAL-5.3/demo/Polyhedron/
H A DScene_group_item.cpp7 Scene_group_item::Scene_group_item(QString name) in Scene_group_item() function in Scene_group_item
16 bool Scene_group_item::isFinite() const in isFinite()
24 bool Scene_group_item::isEmpty() const { in isEmpty()
32 Scene_group_item::Bbox Scene_group_item::bbox() const in bbox()
90 Scene_group_item* group = in update_group_number()
101 void Scene_group_item::setColor(QColor c) in setColor()
121 void Scene_group_item::setVisible(bool b) in setVisible()
133 bool Scene_group_item::isExpanded() const in isExpanded()
143 void Scene_group_item::moveDown(int i) in moveDown()
148 void Scene_group_item::moveUp(int i) in moveUp()
[all …]
H A DScene.cpp81 CGAL::Three::Scene_group_item* group = in addItem()
110 CGAL::Three::Scene_group_item* group = in replaceItem()
175 if(qobject_cast<Scene_group_item*>(item)) in erase()
234 Scene_group_item* group = qobject_cast<Scene_group_item*>(item); in erase()
544 CGAL::Three::Scene_group_item* group = in renderScene()
589 CGAL::Three::Scene_group_item* group = in renderWireScene()
656 CGAL::Three::Scene_group_item* group = in renderPointScene()
713 Scene_group_item* group = qobject_cast<Scene_group_item*>(item); in draw_aux()
1188 Scene_group_item* group = qobject_cast<Scene_group_item*>(this->item(sorted_lists.first()[i])); in sort_lists()
1210 Scene_group_item* group = qobject_cast<Scene_group_item*>(this->item(i)); in sort_lists()
[all …]
H A DScene.h56 …Q_INVOKABLE void changeGroup(CGAL::Three::Scene_item* item, CGAL::Three::Scene_group_item* target_…
142 void addGroup(Scene_group_item* group);
203 CGAL::Three::Scene_group_item* group = in setSelectedItemsList()
204 qobject_cast<CGAL::Three::Scene_group_item*>(item(i)); in setSelectedItemsList()
H A DScene_item.cpp122 CGAL::Three::Scene_group_item* CGAL::Three::Scene_item::parentGroup() const { in parentGroup()
127 moveToGroup(CGAL::Three::Scene_group_item* group) { in moveToGroup()
H A DScene_polylines_item.h18 : public CGAL::Three::Scene_group_item
H A DScene_spheres_item.h36 …Scene_spheres_item(Scene_group_item* parent, std::size_t max_index = 0, bool planed = false, bool …
H A DScene_polylines_item.cpp274 :CGAL::Three::Scene_group_item("unnamed") in Scene_polylines_item()
404 Scene_group_item::draw(viewer); in draw()
442 Scene_group_item::drawEdges(viewer); in drawEdges()
475 Scene_group_item::drawPoints(viewer); in drawPoints()
H A DScene_c3t3_item.h31 : public Scene_group_item, public Scene_item_with_properties
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/IO/
H A DSurf_io_plugin.cpp77 Scene_group_item* item = in actual_load()
78 new Scene_group_item(fileinfo.completeBaseName()); in actual_load()
101 Scene_group_item* group = new Scene_group_item(fileinfo.completeBaseName()); in actual_load()
H A DPolylines_io_plugin.cpp265 Scene_group_item* group = new Scene_group_item("Splitted Polylines"); in split()
/dports/math/cgal/CGAL-5.3/include/CGAL/Three/
H A DScene_group_item.h37 class DEMO_FRAMEWORK_EXPORT Scene_group_item : public Scene_item_rendering_helper
41 Scene_group_item(QString name = QString("New group"));
42 ~Scene_group_item() { delete children;} in ~Scene_group_item()
H A DScene_item.h45 class Scene_group_item; variable
252 Scene_group_item* parentGroup() const;
333 virtual void moveToGroup(Scene_group_item* group);
427 Scene_group_item* parent_group;
H A DScene_interface.h50 class Scene_group_item; variable
83 …virtual void changeGroup(CGAL::Three::Scene_item* item, CGAL::Three::Scene_group_item* target_grou…
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/Three_examples/
H A DGroup_item_plugin.cpp66 Scene_group_item *group = new Scene_group_item("New group"); in helloWorld()
H A DBasic_item_plugin.cpp70 Scene_group_item *group = new Scene_group_item("New group"); in helloWorld()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/Point_set/
H A DPoint_set_shape_detection_plugin.cpp352 std::vector<Scene_group_item *> groups; in detect_shapes_with_region_growing()
355 groups[0] = new Scene_group_item("Planes"); in detect_shapes_with_region_growing()
504 Q_FOREACH(Scene_group_item* group, groups) in detect_shapes_with_region_growing()
614 std::vector<Scene_group_item *> groups; in detect_shapes_with_ransac()
618 groups[0] = new Scene_group_item("Planes"); in detect_shapes_with_ransac()
623 groups[1] = new Scene_group_item("Cylinders"); in detect_shapes_with_ransac()
628 groups[2] = new Scene_group_item("Torus"); in detect_shapes_with_ransac()
633 groups[3] = new Scene_group_item("Cones"); in detect_shapes_with_ransac()
638 groups[4] = new Scene_group_item("Spheres"); in detect_shapes_with_ransac()
856 Q_FOREACH(Scene_group_item* group, groups) in detect_shapes_with_ransac()
H A DPoint_set_clustering_plugin.cpp145 Scene_group_item* group = nullptr; in on_actionCluster_triggered()
150 group = new Scene_group_item(QString("%1 (clusters)").arg(item->name())); in on_actionCluster_triggered()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/PMP/
H A DScene_mcf_item.h23 : public CGAL::Three::Scene_group_item {
H A DJoin_and_split_polyhedra_plugin.cpp167 Scene_group_item *group = new Scene_group_item("CC"); in on_actionSplitPolyhedra_triggered()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/AABB_tree/
H A DDo_trees_intersect_plugin.cpp89 group_item = new Scene_group_item("Test Items"); in start()
90 connect(group_item, &Scene_group_item::aboutToBeDestroyed, in start()
344 Scene_group_item* group_item;
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/Operations_on_polyhedra/
H A DDiff_between_meshes_plugin.cpp189 Scene_group_item* group = new Scene_group_item(); in diff()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/Surface_mesh/
H A DVSA_wrapper.h24 class Scene_group_item; variable
101 CGAL::Three::Scene_group_item *group;
H A DShortest_path_plugin.cpp243Scene_group_item* group = new Scene_group_item(QString("%1 Shortest Path").arg(polyhedronItem->nam… in on_actionMakeShortestPaths_triggered()
/dports/math/cgal/CGAL-5.3/cmake/modules/
H A Dlist_of_whitelisted_headers.cmake19 CGAL/Three/Scene_group_item.h
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/Mesh_3/
H A DIo_image_plugin.cpp527 CGAL::Three::Scene_group_item* group;
734 group = new Scene_group_item(QString("Planes for %1").arg(seg_img->name())); in launchAdders()
815 …CGAL::Three::Scene_group_item* group_item = qobject_cast<CGAL::Three::Scene_group_item*>(sender()); in erase_group()
844 Scene_group_item* group = qobject_cast<Scene_group_item*>(group_map[img_item].group); in on_img_detroyed()

12