Home
last modified time | relevance | path

Searched refs:Item_id (Results 1 – 25 of 65) sorted by relevance

123

/dports/math/cgal/CGAL-5.3/include/CGAL/Three/
H A DScene_interface.h68 typedef int Item_id; typedef
72 virtual Item_id addItem(CGAL::Three::Scene_item* item) = 0;
89 virtual Item_id erase(Item_id) = 0;
100 virtual Item_id duplicate(Item_id id) = 0;
108 virtual CGAL::Three::Scene_item* item(Item_id id) const = 0;
115 virtual Item_id mainSelectionIndex() const = 0;
118 virtual QList<Item_id> selectionIndices() const = 0;
121 virtual Item_id selectionAindex() const = 0;
124 virtual Item_id selectionBindex() const = 0;
137 virtual void itemChanged(Item_id i) = 0;
[all …]
H A DScene_group_item.h60 void lockChild(Scene_interface::Item_id id);
73 void unlockChild(Scene_interface::Item_id id);
85 bool isChildLocked(Scene_interface::Item_id id);
148 void addChild(Scene_interface::Item_id new_id);
152 Scene_item* getChild(Scene_interface::Item_id id) { return scene->item(id);} in getChild()
153 Scene_item* getChild(Scene_interface::Item_id id) const{ return scene->item(id);} in getChild()
199 QList<Scene_interface::Item_id> getChildren() const {return *children;} in getChildren()
208 virtual QList<Scene_interface::Item_id> getChildrenForSelection() const {return *children;} in getChildrenForSelection()
221 void removeChild( Scene_interface::Item_id id) in removeChild()
244 void adjustIds(Scene_interface::Item_id removed_id) in adjustIds()
[all …]
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/PMP/
H A DRepair_polyhedron_plugin.cpp116 void on_actionAutorefine_triggered(Scene_interface::Item_id index);
168 const Scene_interface::Item_id index = scene->mainSelectionIndex(); in on_actionRemoveIsolatedVertices_triggered()
178 const Scene_interface::Item_id index = scene->mainSelectionIndex(); in on_actionRemoveNeedlesAndCaps_triggered()
220 const Scene_interface::Item_id index = scene->mainSelectionIndex(); in on_actionRemoveDegenerateFaces_triggered()
245 const Scene_interface::Item_id index = scene->mainSelectionIndex(); in on_actionRemoveSelfIntersections_triggered()
272 const Scene_interface::Item_id index = scene->mainSelectionIndex(); in on_actionAutorefine_triggered()
303 const Scene_interface::Item_id index = scene->mainSelectionIndex(); in on_actionAutorefineAndRMSelfIntersections_triggered()
337 const Scene_interface::Item_id index = scene->mainSelectionIndex(); in on_actionStitchCloseBorderHalfedges_triggered()
388 const Scene_interface::Item_id index = scene->mainSelectionIndex(); in on_actionDuplicateNMVertices_triggered()
396 const Scene_interface::Item_id index = scene->mainSelectionIndex(); in on_actionExtractNMVertices_triggered()
[all …]
H A DPolyhedron_stitching_plugin.cpp58 void on_actionDetectBorders_triggered(Scene_interface::Item_id index);
61 void on_actionStitchBorders_triggered(Scene_interface::Item_id index);
64 void on_actionStitchByCC_triggered(Scene_interface::Item_id index);
76 …_demo_polyhedron_stitching_plugin::on_actionDetectBorders_triggered(Scene_interface::Item_id index) in on_actionDetectBorders_triggered()
119 …_demo_polyhedron_stitching_plugin::on_actionStitchBorders_triggered(Scene_interface::Item_id index) in on_actionStitchBorders_triggered()
141 …ron_demo_polyhedron_stitching_plugin::on_actionStitchByCC_triggered(Scene_interface::Item_id index) in on_actionStitchByCC_triggered()
H A DOrient_soup_plugin.cpp35 Q_FOREACH(CGAL::Three::Scene_interface::Item_id index, scene->selectionIndices()) { in applicable()
59 const CGAL::Three::Scene_interface::Item_id& index);
146 Q_FOREACH(CGAL::Three::Scene_interface::Item_id index, scene->selectionIndices()) in orientSM()
194 for(CGAL::Three::Scene_interface::Item_id index : scene->selectionIndices()) in shuffle()
215 … const CGAL::Three::Scene_interface::Item_id& index) in apply_shuffle()
233 const CGAL::Three::Scene_interface::Item_id index = scene->mainSelectionIndex(); in displayNonManifoldEdges()
249 const CGAL::Three::Scene_interface::Item_id index = scene->mainSelectionIndex(); in createPointsAndPolyline()
408 const CGAL::Three::Scene_interface::Item_id index = scene->mainSelectionIndex(); in cleanSoup()
H A DInside_out_plugin.cpp47 const CGAL::Three::Scene_interface::Item_id index = scene->mainSelectionIndex(); in applicable()
70 const CGAL::Three::Scene_interface::Item_id index = scene->mainSelectionIndex(); in on_actionInsideOut_triggered()
103 const CGAL::Three::Scene_interface::Item_id index = scene->mainSelectionIndex(); in on_actionOrientCC_triggered()
H A DPoint_inside_polyhedron_plugin.cpp45 for(CGAL::Three::Scene_interface::Item_id i = 0, end = scene->numberOfEntries(); in applicable()
111 Q_FOREACH(CGAL::Three::Scene_interface::Item_id id, scene->selectionIndices()) { in on_Select_button()
174 Q_FOREACH(CGAL::Three::Scene_interface::Item_id id, scene->selectionIndices()) { in on_Select_button()
200 Q_FOREACH(CGAL::Three::Scene_interface::Item_id id, scene->selectionIndices()) { in on_Sample_random_points_from_bbox()
H A DSmoothing_plugin.cpp81 const Scene_interface::Item_id index = scene->mainSelectionIndex(); in applicable()
136 const Scene_interface::Item_id index = scene->mainSelectionIndex(); in smoothing_action()
150 const Scene_interface::Item_id index = scene->mainSelectionIndex(); in on_mesh_smoothing_clicked()
226 const Scene_interface::Item_id index = scene->mainSelectionIndex(); in on_shape_smoothing_clicked()
H A DTriangulate_facets_plugin.cpp64 Q_FOREACH(CGAL::Three::Scene_interface::Item_id index, scene->selectionIndices()){ in applicable()
77 Q_FOREACH(CGAL::Three::Scene_interface::Item_id index, scene->selectionIndices()) in triangulate()
H A DScene_mcf_item.cpp4 Scene_interface::Item_id id, in Scene_mcf_item()
H A DScene_mcf_item.h28 Scene_interface::Item_id id,
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/
H A DScene_group_item.cpp13 children = new QList<Scene_interface::Item_id>(); in Scene_group_item()
18 for(Scene_interface::Item_id id : *children) in isFinite()
25 for(Scene_interface::Item_id id : *children) in isEmpty()
35 for(Scene_interface::Item_id id : *children) in bbox()
44 for(Scene_interface::Item_id id : *children) in bbox()
54 for(Scene_interface::Item_id id : *children) in supportsRenderingMode()
104 for(Scene_interface::Item_id id : *children) in setColor()
113 for(Scene_interface::Item_id id : *children) in setRenderingMode()
124 for(Scene_interface::Item_id id : *children) in setVisible()
173 for(Scene_interface::Item_id id : *children){ in renderChildren()
[all …]
H A DScene.cpp49 Scene::Item_id
54 Item_id id = m_entries.size() - 1; in addItem()
171 Scene::Item_id
172 Scene::erase(Scene::Item_id index) in erase()
202 Q_FOREACH(Item_id id, children) in erase()
266 Q_FOREACH(Item_id id, children) in erase()
316 Scene::item(Item_id index) const in item()
321 Scene::Item_id
335 Scene::Item_id
336 Scene::duplicate(Item_id index) in duplicate()
[all …]
H A DScene.h208 Q_FOREACH(Item_id id, group->getChildrenForSelection()) in setSelectedItemsList()
232 void indexErased(Scene_interface::Item_id id);
258 void adjustIds(Scene_interface::Item_id removed_id);
268 void renderScene(const QList<Scene_interface::Item_id > &items,
272 void renderWireScene(const QList<Scene_interface::Item_id> &items,
274 void renderPointScene(const QList<Scene_interface::Item_id> &items,
284 QList<Item_id> m_groups; //used to optimize createSelectionAll()
285 QList<Item_id> children;
H A DScene_polylines_item.h62 QList<Scene_interface::Item_id> getChildrenForSelection() const Q_DECL_OVERRIDE { in getChildrenForSelection()
63 return QList<Scene_interface::Item_id>(); in getChildrenForSelection()
H A DScene_c3t3_item.h124 …QList<Scene_interface::Item_id> getChildrenForSelection() const Q_DECL_OVERRIDE { return QList<Sce… in getChildrenForSelection()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/Surface_mesh_deformation/
H A DEdit_polyhedron_plugin.cpp75 typedef CGAL::Three::Scene_interface::Item_id Item_id; typedef in Polyhedron_demo_edit_polyhedron_plugin
77 Scene_edit_polyhedron_item* convert_to_edit_facegraph(Item_id, Scene_facegraph_item*);
78 Scene_facegraph_item* convert_to_plain_facegraph(Item_id, Scene_edit_polyhedron_item*);
93 Q_FOREACH(CGAL::Three::Scene_interface::Item_id i, scene->selectionIndices()) in applicable()
252 for(CGAL::Three::Scene_interface::Item_id i = 0, end = scene->numberOfEntries(); i < end; ++i) in on_ShowROICheckBox_stateChanged()
261 for(CGAL::Three::Scene_interface::Item_id i = 0, end = scene->numberOfEntries(); i < end; ++i) in on_ShowAsSphereCheckBox_stateChanged()
362 for(CGAL::Three::Scene_interface::Item_id i = 0, end = scene->numberOfEntries(); in dock_widget_visibility_changed()
388 Q_FOREACH(CGAL::Three::Scene_interface::Item_id i , scene->selectionIndices()) in dock_widget_visibility_changed()
463 Polyhedron_demo_edit_polyhedron_plugin::convert_to_edit_facegraph(Item_id i, in convert_to_edit_facegraph()
484 Polyhedron_demo_edit_polyhedron_plugin::convert_to_plain_facegraph(Item_id i, in convert_to_plain_facegraph()
[all …]
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/Subdivision_methods/
H A DSubdivision_methods_plugin.cpp97 CGAL::Three::Scene_interface::Item_id index = scene->mainSelectionIndex(); in on_actionLoop_triggered()
128 CGAL::Three::Scene_interface::Item_id index = scene->mainSelectionIndex(); in on_actionCatmullClark_triggered()
159 CGAL::Three::Scene_interface::Item_id index = scene->mainSelectionIndex(); in on_actionSqrt3_triggered()
191 CGAL::Three::Scene_interface::Item_id index = scene->mainSelectionIndex(); in on_actionDooSabin_triggered()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/Point_set/
H A DSurface_reconstruction_plugin.cpp186 const CGAL::Three::Scene_interface::Item_id index = scene->mainSelectionIndex(); in on_actionSurfaceReconstruction_triggered()
240 const CGAL::Three::Scene_interface::Item_id index = scene->mainSelectionIndex(); in advancing_front_reconstruction()
284 const CGAL::Three::Scene_interface::Item_id index = scene->mainSelectionIndex(); in scale_space_reconstruction()
359 const CGAL::Three::Scene_interface::Item_id index = scene->mainSelectionIndex(); in poisson_reconstruction()
405 const CGAL::Three::Scene_interface::Item_id index = scene->mainSelectionIndex(); in polygonal_reconstruction()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/Operations_on_polyhedra/
H A DPoint_set_from_vertices_plugin.cpp29 const CGAL::Three::Scene_interface::Item_id index = scene->mainSelectionIndex(); in applicable()
79 const CGAL::Three::Scene_interface::Item_id index = scene->mainSelectionIndex(); in createPointSet()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/PCA/
H A DBasic_generator_plugin.cpp450 Scene_interface::Item_id id = scene->addItem(cube_item); in generateCube()
498 Scene_interface::Item_id id = scene->addItem(prism_item); in generatePrism()
545 Scene_interface::Item_id id = scene->addItem(pyramid_item); in generatePyramid()
585 Scene_interface::Item_id id = scene->addItem(sphere_item); in generateSphere()
636 Scene_interface::Item_id id = scene->addItem(tet_item); in generateTetrahedron()
690 Scene_interface::Item_id id = scene->addItem(item); in generatePoints()
799 Scene_interface::Item_id id = scene->addItem(item); in generateLines()
869 Scene_interface::Item_id id = scene->addItem(grid_item); in generateGrid()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/Mesh_3/
H A DIo_implicit_function_plugin.cpp162 const CGAL::Three::Scene_interface::Item_id index = scene->mainSelectionIndex(); in load_function()
165 CGAL::Three::Scene_interface::Item_id new_item_id = scene->addItem(item); in load_function()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/IO/
H A DImplicit_function_io_plugin.cpp141 const CGAL::Three::Scene_interface::Item_id index = scene->mainSelectionIndex(); in load_function()
144 CGAL::Three::Scene_interface::Item_id new_item_id = scene->addItem(item); in load_function()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/Convex_decomposition/
H A DNef_plugin.cpp108 const CGAL::Three::Scene_interface::Item_id index = scene->mainSelectionIndex(); in on_actionToNef_triggered()
139 const CGAL::Three::Scene_interface::Item_id index = scene->mainSelectionIndex(); in on_actionConvexDecomposition_triggered()
183 const CGAL::Three::Scene_interface::Item_id index = scene->mainSelectionIndex(); in on_actionToPoly_triggered()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/Surface_mesh/
H A DMesh_segmentation_plugin.cpp225 Scene::Item_id index = scene->addItem(pair->first); in apply_SDF_button_clicked()
240 CGAL::Three::Scene_interface::Item_id index = scene->mainSelectionIndex(); in on_SDF_button_clicked()
332 Scene::Item_id index = scene->addItem(pair->first); in apply_Partition_button_clicked()
348 CGAL::Three::Scene_interface::Item_id index = scene->mainSelectionIndex(); in on_Partition_button_clicked()

123