Home
last modified time | relevance | path

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

/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkRemoveDuplicatePolys.cxx71 std::map<std::set<int>, vtkIdType> polySet; in RequestData() local
118 polyIter = polySet.find(nn); in RequestData()
122 polyIter == polySet.end()) in RequestData()
126 polySet[nn] = newId; in RequestData()
128 else if (polyIter != polySet.end()) in RequestData()
/dports/math/vtk8/VTK-8.2.0/Filters/Core/
H A DvtkRemoveDuplicatePolys.cxx79 std::map<std::set<int>, vtkIdType> polySet; in RequestData() local
126 polyIter = polySet.find(nn); in RequestData()
130 polyIter == polySet.end()) in RequestData()
134 polySet[nn] = newId; in RequestData()
136 else if (polyIter != polySet.end()) in RequestData()
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A Dimport_amf.cc62 PolySet *polySet; member in AmfImporter
98 AmfImporter::AmfImporter(const Location &loc) : polySet(nullptr), x(0), y(0), z(0), idx_v1(0), idx_… in AmfImporter()
104 delete polySet; in ~AmfImporter()
139 importer->polySet = new PolySet(3); in start_object()
145 importer->polySets.push_back(importer->polySet); in end_object()
147 importer->polySet = nullptr; in end_object()
165 importer->polySet->append_poly(); in end_triangle()
166 importer->polySet->append_vertex(v[idx_v1].x(), v[idx_v1].y(), v[idx_v1].z()); in end_triangle()
167 importer->polySet->append_vertex(v[idx_v2].x(), v[idx_v2].y(), v[idx_v2].z()); in end_triangle()
168 importer->polySet->append_vertex(v[idx_v3].x(), v[idx_v3].y(), v[idx_v3].z()); in end_triangle()
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A Dimport_amf.cc62 PolySet *polySet; member in AmfImporter
98 AmfImporter::AmfImporter(const Location &loc) : polySet(nullptr), x(0), y(0), z(0), idx_v1(0), idx_… in AmfImporter()
104 delete polySet; in ~AmfImporter()
139 importer->polySet = new PolySet(3); in start_object()
145 importer->polySets.push_back(importer->polySet); in end_object()
147 importer->polySet = nullptr; in end_object()
165 importer->polySet->append_poly(); in end_triangle()
166 importer->polySet->append_vertex(v[idx_v1].x(), v[idx_v1].y(), v[idx_v1].z()); in end_triangle()
167 importer->polySet->append_vertex(v[idx_v2].x(), v[idx_v2].y(), v[idx_v2].z()); in end_triangle()
168 importer->polySet->append_vertex(v[idx_v3].x(), v[idx_v3].y(), v[idx_v3].z()); in end_triangle()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/qa/libs/kimath/geometry/
H A Dtest_fillet.cpp121 SHAPE_POLY_SET polySet; in TestConcaveSquareFillet() local
142 polySet.AddOutline( polyLine ); in TestConcaveSquareFillet()
144 SHAPE_POLY_SET filleted = FilletPolySet(polySet, aRadius, aError); in TestConcaveSquareFillet()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/tools/
H A Dconvert_tool.cpp171 SHAPE_POLY_SET polySet = makePolysFromSegs( selection.GetItems() ); in CreatePolys() local
173 polySet.Append( makePolysFromRects( selection.GetItems() ) ); in CreatePolys()
175 polySet.Append( makePolysFromCircles( selection.GetItems() ) ); in CreatePolys()
177 polySet.Append( extractPolygons( selection.GetItems() ) ); in CreatePolys()
179 if( polySet.IsEmpty() ) in CreatePolys()
192 for( int i = 0; i < polySet.OutlineCount(); i++ ) in CreatePolys()
193 polys.emplace_back( SHAPE_POLY_SET( polySet.COutline( i ) ) ); in CreatePolys()
687 SHAPE_POLY_SET polySet = getPolySet( item ); in CreateLines() local
688 std::vector<SEG> segs = getSegList( polySet ); in CreateLines()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Ddialog_board_statistics.cpp308 SHAPE_POLY_SET polySet; in getDataFromPCB() local
309 m_hasOutline = board->GetBoardPolygonOutlines( polySet ); in getDataFromPCB()
331 for( int i = 0; i < polySet.OutlineCount(); i++ ) in getDataFromPCB()
333 SHAPE_LINE_CHAIN& outline = polySet.Outline( i ); in getDataFromPCB()
339 for( int j = 0; j < polySet.HoleCount( i ); j++ ) in getDataFromPCB()
340 m_boardArea -= polySet.Hole( i, j ).Area(); in getDataFromPCB()
/dports/math/octave-forge-matgeom/matgeom-1.2.3/inst/meshes3d/
H A DintersectPlaneMesh.m60 % polySet = cell(length(xList), 1);
64 % polySet{i} = intersectPlaneMesh2(plane, v, f);
67 % drawPolygon3d(polySet, 'lineWidth', 2, 'color', 'k')
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/
H A Dpcb_painter.cpp1277 SHAPE_POLY_SET polySet; in draw() local
1278 aPad->TransformShapeWithClearanceToPolygon( polySet, ToLAYER_ID( aLayer ), margin.x, in draw()
1280 m_gal->DrawPolygon( polySet ); in draw()
1329 SHAPE_POLY_SET polySet; in draw() local
1332 aPad->TransformShapeWithClearanceToPolygon( polySet, ToLAYER_ID( aLayer ), in draw()
1334 m_gal->DrawPolygon( polySet ); in draw()
1771 const SHAPE_POLY_SET& polySet = aZone->GetFilledPolysList( layer ); in draw() local
1773 if( polySet.OutlineCount() == 0 ) // Nothing to draw in draw()
1797 m_gal->DrawPolygon( polySet, displayMode == ZONE_DISPLAY_MODE::SHOW_TRIANGULATION ); in draw()
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/gc/
H A DFlexGC_main.cpp1622 gtl::polygon_90_set_data<frCoord> polySet; in checkMetalShape_rectOnly() local
1625 polySet += *poly; in checkMetalShape_rectOnly()
1627 gtl::get_max_rectangles(rects, polySet); in checkMetalShape_rectOnly()
1653 auto intersectionPolySet = polySet & rect; in checkMetalShape_rectOnly()
1767 gtl::polygon_90_set_data<frCoord> polySet; in checkMetalShape_main() local
1770 polySet += *poly; in checkMetalShape_main()
1772 polySet.get_rectangles(rects, gtl::HORIZONTAL); in checkMetalShape_main()
1777 polySet.get_rectangles(rects, gtl::VERTICAL); in checkMetalShape_main()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/plugins/cadstar/
H A Dcadstar_pcb_archive_loader.cpp2937 SHAPE_POLY_SET polySet( getLineChainFromShapes( outlineShapes ) ); in getPolySetFromCadstarShape() local
2950 polySet.AddHole( getLineChainFromShapes( cutoutShapes ) ); in getPolySetFromCadstarShape()
2957 polySet.ClearArcs(); in getPolySetFromCadstarShape()
2961 polySet.Inflate( aLineThickness / 2, 32, in getPolySetFromCadstarShape()
2966 for( int i = 0; i < polySet.OutlineCount(); ++i ) in getPolySetFromCadstarShape()
2968 wxASSERT( polySet.Outline( i ).PointCount() > 2 ); in getPolySetFromCadstarShape()
2970 for( int j = 0; j < polySet.HoleCount( i ); ++j ) in getPolySetFromCadstarShape()
2972 wxASSERT( polySet.Hole( i, j ).PointCount() > 2 ); in getPolySetFromCadstarShape()
2977 return polySet; in getPolySetFromCadstarShape()
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/
H A DfrRegionQuery.cpp424 gtl::polygon_90_set_data<frCoord> polySet; in add() local
427 polySet += poly; in add()
431 polySet.get_rectangles(rects); in add()
/dports/devel/boost-docs/boost_1_72_0/libs/polygon/test/
H A Dgtl_boost_unit_test.cpp2275 GTLPolygonSet polySet; in test_new_polygon_formation() local
2280 polySet.insert(poly); in test_new_polygon_formation()
2281 polySet.insert(poly1); in test_new_polygon_formation()
2284 polySet.get(result, 100); in test_new_polygon_formation()
2320 polySet.clear(); in test_new_polygon_formation()
2321 polySet.insert(slice_polygon); in test_new_polygon_formation()
2322 polySet.insert(slice_hole, true); in test_new_polygon_formation()
2324 polySet.get(result); in test_new_polygon_formation()
2333 polySet.get(result, 6); in test_new_polygon_formation()
2354 polySet.get(result, 4); in test_new_polygon_formation()
/dports/devel/boost-python-libs/boost_1_72_0/libs/polygon/test/
H A Dgtl_boost_unit_test.cpp2275 GTLPolygonSet polySet; in test_new_polygon_formation() local
2280 polySet.insert(poly); in test_new_polygon_formation()
2281 polySet.insert(poly1); in test_new_polygon_formation()
2284 polySet.get(result, 100); in test_new_polygon_formation()
2320 polySet.clear(); in test_new_polygon_formation()
2321 polySet.insert(slice_polygon); in test_new_polygon_formation()
2322 polySet.insert(slice_hole, true); in test_new_polygon_formation()
2324 polySet.get(result); in test_new_polygon_formation()
2333 polySet.get(result, 6); in test_new_polygon_formation()
2354 polySet.get(result, 4); in test_new_polygon_formation()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/polygon/test/
H A Dgtl_boost_unit_test.cpp2275 GTLPolygonSet polySet; in test_new_polygon_formation() local
2280 polySet.insert(poly); in test_new_polygon_formation()
2281 polySet.insert(poly1); in test_new_polygon_formation()
2284 polySet.get(result, 100); in test_new_polygon_formation()
2320 polySet.clear(); in test_new_polygon_formation()
2321 polySet.insert(slice_polygon); in test_new_polygon_formation()
2322 polySet.insert(slice_hole, true); in test_new_polygon_formation()
2324 polySet.get(result); in test_new_polygon_formation()
2333 polySet.get(result, 6); in test_new_polygon_formation()
2354 polySet.get(result, 4); in test_new_polygon_formation()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/polygon/test/
H A Dgtl_boost_unit_test.cpp2275 GTLPolygonSet polySet; in test_new_polygon_formation() local
2280 polySet.insert(poly); in test_new_polygon_formation()
2281 polySet.insert(poly1); in test_new_polygon_formation()
2284 polySet.get(result, 100); in test_new_polygon_formation()
2320 polySet.clear(); in test_new_polygon_formation()
2321 polySet.insert(slice_polygon); in test_new_polygon_formation()
2322 polySet.insert(slice_hole, true); in test_new_polygon_formation()
2324 polySet.get(result); in test_new_polygon_formation()
2333 polySet.get(result, 6); in test_new_polygon_formation()
2354 polySet.get(result, 4); in test_new_polygon_formation()
/dports/databases/percona57-server/boost_1_59_0/libs/polygon/test/
H A Dgtl_boost_unit_test.cpp2275 GTLPolygonSet polySet; in test_new_polygon_formation() local
2280 polySet.insert(poly); in test_new_polygon_formation()
2281 polySet.insert(poly1); in test_new_polygon_formation()
2284 polySet.get(result, 100); in test_new_polygon_formation()
2320 polySet.clear(); in test_new_polygon_formation()
2321 polySet.insert(slice_polygon); in test_new_polygon_formation()
2322 polySet.insert(slice_hole, true); in test_new_polygon_formation()
2324 polySet.get(result); in test_new_polygon_formation()
2333 polySet.get(result, 6); in test_new_polygon_formation()
2354 polySet.get(result, 4); in test_new_polygon_formation()
/dports/databases/xtrabackup/boost_1_59_0/libs/polygon/test/
H A Dgtl_boost_unit_test.cpp2275 GTLPolygonSet polySet; in test_new_polygon_formation() local
2280 polySet.insert(poly); in test_new_polygon_formation()
2281 polySet.insert(poly1); in test_new_polygon_formation()
2284 polySet.get(result, 100); in test_new_polygon_formation()
2320 polySet.clear(); in test_new_polygon_formation()
2321 polySet.insert(slice_polygon); in test_new_polygon_formation()
2322 polySet.insert(slice_hole, true); in test_new_polygon_formation()
2324 polySet.get(result); in test_new_polygon_formation()
2333 polySet.get(result, 6); in test_new_polygon_formation()
2354 polySet.get(result, 4); in test_new_polygon_formation()
/dports/databases/percona57-client/boost_1_59_0/libs/polygon/test/
H A Dgtl_boost_unit_test.cpp2275 GTLPolygonSet polySet; in test_new_polygon_formation() local
2280 polySet.insert(poly); in test_new_polygon_formation()
2281 polySet.insert(poly1); in test_new_polygon_formation()
2284 polySet.get(result, 100); in test_new_polygon_formation()
2320 polySet.clear(); in test_new_polygon_formation()
2321 polySet.insert(slice_polygon); in test_new_polygon_formation()
2322 polySet.insert(slice_hole, true); in test_new_polygon_formation()
2324 polySet.get(result); in test_new_polygon_formation()
2333 polySet.get(result, 6); in test_new_polygon_formation()
2354 polySet.get(result, 4); in test_new_polygon_formation()
/dports/devel/boost-libs/boost_1_72_0/libs/polygon/test/
H A Dgtl_boost_unit_test.cpp2275 GTLPolygonSet polySet; in test_new_polygon_formation() local
2280 polySet.insert(poly); in test_new_polygon_formation()
2281 polySet.insert(poly1); in test_new_polygon_formation()
2284 polySet.get(result, 100); in test_new_polygon_formation()
2320 polySet.clear(); in test_new_polygon_formation()
2321 polySet.insert(slice_polygon); in test_new_polygon_formation()
2322 polySet.insert(slice_hole, true); in test_new_polygon_formation()
2324 polySet.get(result); in test_new_polygon_formation()
2333 polySet.get(result, 6); in test_new_polygon_formation()
2354 polySet.get(result, 4); in test_new_polygon_formation()
/dports/devel/hyperscan/boost_1_75_0/libs/polygon/test/
H A Dgtl_boost_unit_test.cpp2275 GTLPolygonSet polySet; in test_new_polygon_formation() local
2280 polySet.insert(poly); in test_new_polygon_formation()
2281 polySet.insert(poly1); in test_new_polygon_formation()
2284 polySet.get(result, 100); in test_new_polygon_formation()
2320 polySet.clear(); in test_new_polygon_formation()
2321 polySet.insert(slice_polygon); in test_new_polygon_formation()
2322 polySet.insert(slice_hole, true); in test_new_polygon_formation()
2324 polySet.get(result); in test_new_polygon_formation()
2333 polySet.get(result, 6); in test_new_polygon_formation()
2354 polySet.get(result, 4); in test_new_polygon_formation()