Home
last modified time | relevance | path

Searched refs:cell_it (Results 1 – 25 of 64) sorted by relevance

123

/dports/math/cgal/CGAL-5.3/include/CGAL/Mesh_3/
H A DRefine_cells_3.h683 ++cell_it) in scan_triangulation_impl()
685 cells.push_back(cell_it); in scan_triangulation_impl()
710 ++cell_it) in scan_triangulation_impl()
712 treat_new_cell(cell_it); in scan_triangulation_impl()
760 ++cell_it) in number_of_bad_elements_impl()
859 cell_it != incident_cells.end(); in update_star()
860 ++cell_it ) in update_star()
865 treat_new_cell(*cell_it); in update_star()
888 cell_it != incident_cells.end(); in update_star_self()
889 ++cell_it ) in update_star_self()
[all …]
/dports/cad/cvc/cvc-1.1.0-4-gd172016/scripts/
H A Dexpand_cells.py51 for cell_it in myCellOverrideFile:
52 myLine = cell_it.strip()
274 for cell_it in theCellOverrideList:
275 if theCellOverrideList[cell_it] == 'IGNORE':
276 print('LVS BOX ' + cell_it)
277 print('LVS FILTER ' + cell_it + " OPEN")
281 for cell_it in sorted(gBoxList):
282 if cell_it in gParameterList:
283 print("// box " + cell_it + ": " + str(gParameterList[cell_it]))
284 print("//" + str(gBoxList[cell_it]))
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dunderlin.cpp44 ICOORDELT_IT cell_it = &chop_cells; in restore_underlined_blobs() local
61 cell_it.set_to_list(&chop_cells); in restore_underlined_blobs()
62 for (cell_it.mark_cycle_pt(); !cell_it.cycled_list(); cell_it.forward()) { in restore_underlined_blobs()
63 chop_coord = cell_it.data()->x(); in restore_underlined_blobs()
64 if (cell_it.data()->y() - chop_coord > textord_fp_chop_error + 1) { in restore_underlined_blobs()
70 chop_coord = cell_it.data()->y(); in restore_underlined_blobs()
78 delete cell_it.extract(); in restore_underlined_blobs()
168 ICOORDELT_IT cell_it = chop_cells; in find_underlined_blobs() local
189 cell_it.add_after_then_move(new ICOORDELT(blob_chop)); in find_underlined_blobs()
H A Dfpchop.cpp90 ICOORDELT_IT cell_it = &row->char_cells; in fixed_pitch_words() local
113 if (cell_it.empty() || row->char_cells.singleton()) { in fixed_pitch_words()
119 ASSERT_HOST(!cell_it.empty() && !row->char_cells.singleton()); in fixed_pitch_words()
120 prev_chop_coord = cell_it.data()->x(); in fixed_pitch_words()
122 while (rep_left < cell_it.data()->x()) { in fixed_pitch_words()
126 cell_it.mark_cycle_pt(); in fixed_pitch_words()
127 if (prev_chop_coord >= cell_it.data()->x()) { in fixed_pitch_words()
128 cell_it.forward(); in fixed_pitch_words()
130 for (; !cell_it.cycled_list(); cell_it.forward()) { in fixed_pitch_words()
131 chop_coord = cell_it.data()->x(); in fixed_pitch_words()
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/bigtable/internal/
H A Dreadrowsparser_test.cc94 auto cell_it = rows[0].cells().begin(); in TEST() local
95 EXPECT_EQ("RK", cell_it->row_key()); in TEST()
96 EXPECT_EQ("F", cell_it->family_name()); in TEST()
97 EXPECT_EQ("C", cell_it->column_qualifier()); in TEST()
98 EXPECT_EQ("V", cell_it->value()); in TEST()
99 EXPECT_EQ(42, cell_it->timestamp().count()); in TEST()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/bigtable/internal/
H A Dreadrowsparser_test.cc88 auto cell_it = rows[0].cells().begin(); in TEST() local
89 EXPECT_EQ("RK", cell_it->row_key()); in TEST()
90 EXPECT_EQ("F", cell_it->family_name()); in TEST()
91 EXPECT_EQ("C", cell_it->column_qualifier()); in TEST()
92 EXPECT_EQ("V", cell_it->value()); in TEST()
93 EXPECT_EQ(42, cell_it->timestamp().count()); in TEST()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/QuadEdgeMeshFiltering/include/
H A DitkNormalQuadEdgeMeshFilter.hxx65 cell_it = output->GetCells()->Begin(); in ComputeAllFaceNormals() local
66 cell_it != output->GetCells()->End(); in ComputeAllFaceNormals()
67 ++cell_it ) in ComputeAllFaceNormals()
69 poly = dynamic_cast< OutputPolygonType * >( cell_it.Value() ); in ComputeAllFaceNormals()
75 output->SetCellData( cell_it->Index(), ComputeFaceNormal(poly) ); in ComputeAllFaceNormals()
/dports/devel/boost-docs/boost_1_72_0/libs/polygon/test/
H A Dvoronoi_test_helper.hpp45 typename OUTPUT::const_cell_iterator cell_it; in verify_cell_convexity() local
46 for (cell_it = output.cells().begin(); in verify_cell_convexity()
47 cell_it != output.cells().end(); cell_it++) { in verify_cell_convexity()
48 const typename OUTPUT::edge_type* edge = cell_it->incident_edge(); in verify_cell_convexity()
54 if (edge->cell() != &(*cell_it)) { in verify_cell_convexity()
70 } while (edge != cell_it->incident_edge()); in verify_cell_convexity()
/dports/devel/boost-python-libs/boost_1_72_0/libs/polygon/test/
H A Dvoronoi_test_helper.hpp45 typename OUTPUT::const_cell_iterator cell_it; in verify_cell_convexity() local
46 for (cell_it = output.cells().begin(); in verify_cell_convexity()
47 cell_it != output.cells().end(); cell_it++) { in verify_cell_convexity()
48 const typename OUTPUT::edge_type* edge = cell_it->incident_edge(); in verify_cell_convexity()
54 if (edge->cell() != &(*cell_it)) { in verify_cell_convexity()
70 } while (edge != cell_it->incident_edge()); in verify_cell_convexity()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/polygon/test/
H A Dvoronoi_test_helper.hpp45 typename OUTPUT::const_cell_iterator cell_it; in verify_cell_convexity() local
46 for (cell_it = output.cells().begin(); in verify_cell_convexity()
47 cell_it != output.cells().end(); cell_it++) { in verify_cell_convexity()
48 const typename OUTPUT::edge_type* edge = cell_it->incident_edge(); in verify_cell_convexity()
54 if (edge->cell() != &(*cell_it)) { in verify_cell_convexity()
70 } while (edge != cell_it->incident_edge()); in verify_cell_convexity()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/polygon/test/
H A Dvoronoi_test_helper.hpp45 typename OUTPUT::const_cell_iterator cell_it; in verify_cell_convexity() local
46 for (cell_it = output.cells().begin(); in verify_cell_convexity()
47 cell_it != output.cells().end(); cell_it++) { in verify_cell_convexity()
48 const typename OUTPUT::edge_type* edge = cell_it->incident_edge(); in verify_cell_convexity()
54 if (edge->cell() != &(*cell_it)) { in verify_cell_convexity()
70 } while (edge != cell_it->incident_edge()); in verify_cell_convexity()
/dports/databases/percona57-server/boost_1_59_0/libs/polygon/test/
H A Dvoronoi_test_helper.hpp45 typename OUTPUT::const_cell_iterator cell_it; in verify_cell_convexity() local
46 for (cell_it = output.cells().begin(); in verify_cell_convexity()
47 cell_it != output.cells().end(); cell_it++) { in verify_cell_convexity()
48 const typename OUTPUT::edge_type* edge = cell_it->incident_edge(); in verify_cell_convexity()
54 if (edge->cell() != &(*cell_it)) { in verify_cell_convexity()
70 } while (edge != cell_it->incident_edge()); in verify_cell_convexity()
/dports/databases/xtrabackup/boost_1_59_0/libs/polygon/test/
H A Dvoronoi_test_helper.hpp45 typename OUTPUT::const_cell_iterator cell_it; in verify_cell_convexity() local
46 for (cell_it = output.cells().begin(); in verify_cell_convexity()
47 cell_it != output.cells().end(); cell_it++) { in verify_cell_convexity()
48 const typename OUTPUT::edge_type* edge = cell_it->incident_edge(); in verify_cell_convexity()
54 if (edge->cell() != &(*cell_it)) { in verify_cell_convexity()
70 } while (edge != cell_it->incident_edge()); in verify_cell_convexity()
/dports/databases/percona57-client/boost_1_59_0/libs/polygon/test/
H A Dvoronoi_test_helper.hpp45 typename OUTPUT::const_cell_iterator cell_it; in verify_cell_convexity() local
46 for (cell_it = output.cells().begin(); in verify_cell_convexity()
47 cell_it != output.cells().end(); cell_it++) { in verify_cell_convexity()
48 const typename OUTPUT::edge_type* edge = cell_it->incident_edge(); in verify_cell_convexity()
54 if (edge->cell() != &(*cell_it)) { in verify_cell_convexity()
70 } while (edge != cell_it->incident_edge()); in verify_cell_convexity()
/dports/devel/boost-libs/boost_1_72_0/libs/polygon/test/
H A Dvoronoi_test_helper.hpp45 typename OUTPUT::const_cell_iterator cell_it; in verify_cell_convexity() local
46 for (cell_it = output.cells().begin(); in verify_cell_convexity()
47 cell_it != output.cells().end(); cell_it++) { in verify_cell_convexity()
48 const typename OUTPUT::edge_type* edge = cell_it->incident_edge(); in verify_cell_convexity()
54 if (edge->cell() != &(*cell_it)) { in verify_cell_convexity()
70 } while (edge != cell_it->incident_edge()); in verify_cell_convexity()
/dports/devel/hyperscan/boost_1_75_0/libs/polygon/test/
H A Dvoronoi_test_helper.hpp45 typename OUTPUT::const_cell_iterator cell_it; in verify_cell_convexity() local
46 for (cell_it = output.cells().begin(); in verify_cell_convexity()
47 cell_it != output.cells().end(); cell_it++) { in verify_cell_convexity()
48 const typename OUTPUT::edge_type* edge = cell_it->incident_edge(); in verify_cell_convexity()
54 if (edge->cell() != &(*cell_it)) { in verify_cell_convexity()
70 } while (edge != cell_it->incident_edge()); in verify_cell_convexity()
/dports/math/cgal/CGAL-5.3/include/CGAL/IO/
H A DFile_medit.h73 for( Cell_iterator cell_it = r_c3t3_.cells_in_complex_begin(); in Rebind_cell_pmap() local
74 cell_it != r_c3t3_.cells_in_complex_end(); in Rebind_cell_pmap()
75 ++cell_it) in Rebind_cell_pmap()
176 for( Cell_iterator cell_it = r_c3t3_.cells_in_complex_begin(); in subdomain_number() local
177 cell_it != r_c3t3_.cells_in_complex_end(); in subdomain_number()
178 ++cell_it) in subdomain_number()
181 subdomain_set.insert(subdomain_index(cell_it)); in subdomain_number()
238 for( Cell_iterator cell_it = r_c3t3_.cells_in_complex_begin(); in Rebind_facet_pmap() local
239 cell_it != r_c3t3_.cells_in_complex_end(); in Rebind_facet_pmap()
240 ++cell_it) in Rebind_facet_pmap()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/libdepixelize/priv/
H A Dhomogeneoussplines.h190 for ( voronoi_citer cell_it = voronoi.begin(), cell_end = voronoi.end() in HomogeneousSplines() local
191 ; cell_it != cell_end ; ++cell_it ) { in HomogeneousSplines()
196 if ( same_color(polygon_it->rgba, cell_it->rgba) ) { in HomogeneousSplines()
198 cell_it->vertices); in HomogeneousSplines()
222 Polygon polygon(cell_it->rgba); in HomogeneousSplines()
223 polygon.vertices = cell_it->vertices; in HomogeneousSplines()
/dports/cad/yosys/yosys-yosys-0.12/passes/opt/
H A Dopt_reduce.cc255 for (auto &cell_it : module->cells_) { in OptReduceWorker() local
256 RTLIL::Cell *cell = cell_it.second; in OptReduceWorker()
262 for (auto &cell_it : module->cells_) { in OptReduceWorker() local
263 RTLIL::Cell *cell = cell_it.second; in OptReduceWorker()
271 for (auto &cell_it : module->cells_) { in OptReduceWorker() local
272 RTLIL::Cell *cell = cell_it.second; in OptReduceWorker()
296 for (auto &cell_it : module->cells_) { in OptReduceWorker() local
297 RTLIL::Cell *cell = cell_it.second; in OptReduceWorker()
/dports/devel/boost-docs/boost_1_72_0/boost/polygon/
H A Dvoronoi_diagram.hpp526 for (cell_iterator cell_it = cells_.begin(); in _build() local
527 cell_it != cells_.end(); ++cell_it) { in _build()
528 if (cell_it->is_degenerate()) in _build()
532 edge_type* left_edge = cell_it->incident_edge(); in _build()
536 if (left_edge == cell_it->incident_edge()) in _build()
543 edge_type* right_edge = cell_it->incident_edge(); in _build()
/dports/devel/R-cran-BH/BH/inst/include/boost/polygon/
H A Dvoronoi_diagram.hpp526 for (cell_iterator cell_it = cells_.begin(); in _build() local
527 cell_it != cells_.end(); ++cell_it) { in _build()
528 if (cell_it->is_degenerate()) in _build()
532 edge_type* left_edge = cell_it->incident_edge(); in _build()
536 if (left_edge == cell_it->incident_edge()) in _build()
543 edge_type* right_edge = cell_it->incident_edge(); in _build()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/polygon/
H A Dvoronoi_diagram.hpp526 for (cell_iterator cell_it = cells_.begin(); in _build() local
527 cell_it != cells_.end(); ++cell_it) { in _build()
528 if (cell_it->is_degenerate()) in _build()
532 edge_type* left_edge = cell_it->incident_edge(); in _build()
536 if (left_edge == cell_it->incident_edge()) in _build()
543 edge_type* right_edge = cell_it->incident_edge(); in _build()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/polygon/
H A Dvoronoi_diagram.hpp526 for (cell_iterator cell_it = cells_.begin(); in _build() local
527 cell_it != cells_.end(); ++cell_it) { in _build()
528 if (cell_it->is_degenerate()) in _build()
532 edge_type* left_edge = cell_it->incident_edge(); in _build()
536 if (left_edge == cell_it->incident_edge()) in _build()
543 edge_type* right_edge = cell_it->incident_edge(); in _build()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/polygon/
H A Dvoronoi_diagram.hpp526 for (cell_iterator cell_it = cells_.begin(); in _build() local
527 cell_it != cells_.end(); ++cell_it) { in _build()
528 if (cell_it->is_degenerate()) in _build()
532 edge_type* left_edge = cell_it->incident_edge(); in _build()
536 if (left_edge == cell_it->incident_edge()) in _build()
543 edge_type* right_edge = cell_it->incident_edge(); in _build()
/dports/databases/percona57-server/boost_1_59_0/boost/polygon/
H A Dvoronoi_diagram.hpp526 for (cell_iterator cell_it = cells_.begin(); in _build() local
527 cell_it != cells_.end(); ++cell_it) { in _build()
528 if (cell_it->is_degenerate()) in _build()
532 edge_type* left_edge = cell_it->incident_edge(); in _build()
536 if (left_edge == cell_it->incident_edge()) in _build()
543 edge_type* right_edge = cell_it->incident_edge(); in _build()

123