Home
last modified time | relevance | path

Searched refs:incident_edge (Results 1 – 25 of 63) sorted by relevance

123

/dports/devel/boost-docs/boost_1_72_0/libs/polygon/test/
H A Dvoronoi_diagram_test.cpp30 BOOST_TEST(cell.incident_edge() == NULL); in voronoi_cell_test()
34 cell.incident_edge(&edge); in voronoi_cell_test()
36 BOOST_TEST(cell.incident_edge() == &edge); in voronoi_cell_test()
46 BOOST_TEST(vertex.incident_edge() == NULL); in voronoi_vertex_test()
50 vertex.incident_edge(&edge); in voronoi_vertex_test()
52 BOOST_TEST(vertex.incident_edge() == &edge); in voronoi_vertex_test()
/dports/devel/boost-python-libs/boost_1_72_0/libs/polygon/test/
H A Dvoronoi_diagram_test.cpp30 BOOST_TEST(cell.incident_edge() == NULL); in voronoi_cell_test()
34 cell.incident_edge(&edge); in voronoi_cell_test()
36 BOOST_TEST(cell.incident_edge() == &edge); in voronoi_cell_test()
46 BOOST_TEST(vertex.incident_edge() == NULL); in voronoi_vertex_test()
50 vertex.incident_edge(&edge); in voronoi_vertex_test()
52 BOOST_TEST(vertex.incident_edge() == &edge); in voronoi_vertex_test()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/polygon/test/
H A Dvoronoi_diagram_test.cpp30 BOOST_CHECK(cell.incident_edge() == NULL); in BOOST_AUTO_TEST_CASE()
34 cell.incident_edge(&edge); in BOOST_AUTO_TEST_CASE()
36 BOOST_CHECK(cell.incident_edge() == &edge); in BOOST_AUTO_TEST_CASE()
45 BOOST_CHECK(vertex.incident_edge() == NULL); in BOOST_AUTO_TEST_CASE()
49 vertex.incident_edge(&edge); in BOOST_AUTO_TEST_CASE()
51 BOOST_CHECK(vertex.incident_edge() == &edge); in BOOST_AUTO_TEST_CASE()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/polygon/test/
H A Dvoronoi_diagram_test.cpp30 BOOST_CHECK(cell.incident_edge() == NULL); in BOOST_AUTO_TEST_CASE()
34 cell.incident_edge(&edge); in BOOST_AUTO_TEST_CASE()
36 BOOST_CHECK(cell.incident_edge() == &edge); in BOOST_AUTO_TEST_CASE()
45 BOOST_CHECK(vertex.incident_edge() == NULL); in BOOST_AUTO_TEST_CASE()
49 vertex.incident_edge(&edge); in BOOST_AUTO_TEST_CASE()
51 BOOST_CHECK(vertex.incident_edge() == &edge); in BOOST_AUTO_TEST_CASE()
/dports/databases/percona57-server/boost_1_59_0/libs/polygon/test/
H A Dvoronoi_diagram_test.cpp30 BOOST_CHECK(cell.incident_edge() == NULL); in BOOST_AUTO_TEST_CASE()
34 cell.incident_edge(&edge); in BOOST_AUTO_TEST_CASE()
36 BOOST_CHECK(cell.incident_edge() == &edge); in BOOST_AUTO_TEST_CASE()
45 BOOST_CHECK(vertex.incident_edge() == NULL); in BOOST_AUTO_TEST_CASE()
49 vertex.incident_edge(&edge); in BOOST_AUTO_TEST_CASE()
51 BOOST_CHECK(vertex.incident_edge() == &edge); in BOOST_AUTO_TEST_CASE()
/dports/databases/xtrabackup/boost_1_59_0/libs/polygon/test/
H A Dvoronoi_diagram_test.cpp30 BOOST_CHECK(cell.incident_edge() == NULL); in BOOST_AUTO_TEST_CASE()
34 cell.incident_edge(&edge); in BOOST_AUTO_TEST_CASE()
36 BOOST_CHECK(cell.incident_edge() == &edge); in BOOST_AUTO_TEST_CASE()
45 BOOST_CHECK(vertex.incident_edge() == NULL); in BOOST_AUTO_TEST_CASE()
49 vertex.incident_edge(&edge); in BOOST_AUTO_TEST_CASE()
51 BOOST_CHECK(vertex.incident_edge() == &edge); in BOOST_AUTO_TEST_CASE()
/dports/databases/percona57-client/boost_1_59_0/libs/polygon/test/
H A Dvoronoi_diagram_test.cpp30 BOOST_CHECK(cell.incident_edge() == NULL); in BOOST_AUTO_TEST_CASE()
34 cell.incident_edge(&edge); in BOOST_AUTO_TEST_CASE()
36 BOOST_CHECK(cell.incident_edge() == &edge); in BOOST_AUTO_TEST_CASE()
45 BOOST_CHECK(vertex.incident_edge() == NULL); in BOOST_AUTO_TEST_CASE()
49 vertex.incident_edge(&edge); in BOOST_AUTO_TEST_CASE()
51 BOOST_CHECK(vertex.incident_edge() == &edge); in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-libs/boost_1_72_0/libs/polygon/test/
H A Dvoronoi_diagram_test.cpp30 BOOST_TEST(cell.incident_edge() == NULL); in voronoi_cell_test()
34 cell.incident_edge(&edge); in voronoi_cell_test()
36 BOOST_TEST(cell.incident_edge() == &edge); in voronoi_cell_test()
46 BOOST_TEST(vertex.incident_edge() == NULL); in voronoi_vertex_test()
50 vertex.incident_edge(&edge); in voronoi_vertex_test()
52 BOOST_TEST(vertex.incident_edge() == &edge); in voronoi_vertex_test()
/dports/devel/hyperscan/boost_1_75_0/libs/polygon/test/
H A Dvoronoi_diagram_test.cpp30 BOOST_TEST(cell.incident_edge() == NULL); in voronoi_cell_test()
34 cell.incident_edge(&edge); in voronoi_cell_test()
36 BOOST_TEST(cell.incident_edge() == &edge); in voronoi_cell_test()
46 BOOST_TEST(vertex.incident_edge() == NULL); in voronoi_vertex_test()
50 vertex.incident_edge(&edge); in voronoi_vertex_test()
52 BOOST_TEST(vertex.incident_edge() == &edge); in voronoi_vertex_test()
/dports/devel/boost-docs/boost_1_72_0/boost/polygon/
H A Dvoronoi_diagram.hpp72 voronoi_edge_type* incident_edge() { return incident_edge_; } in incident_edge() function in boost::polygon::voronoi_cell
74 void incident_edge(voronoi_edge_type* e) { incident_edge_ = e; } in incident_edge() function in boost::polygon::voronoi_cell
117 voronoi_edge_type* incident_edge() { return incident_edge_; } in incident_edge() function in boost::polygon::voronoi_vertex
472 it->cell()->incident_edge(&(*it)); in _build()
474 it->vertex0()->incident_edge(&(*it)); in _build()
481 if (it->incident_edge()) { in _build()
485 edge_type* e = v->incident_edge(); in _build()
489 } while (e != v->incident_edge()); in _build()
532 edge_type* left_edge = cell_it->incident_edge(); in _build()
536 if (left_edge == cell_it->incident_edge()) in _build()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/polygon/
H A Dvoronoi_diagram.hpp72 voronoi_edge_type* incident_edge() { return incident_edge_; } in incident_edge() function in boost::polygon::voronoi_cell
74 void incident_edge(voronoi_edge_type* e) { incident_edge_ = e; } in incident_edge() function in boost::polygon::voronoi_cell
117 voronoi_edge_type* incident_edge() { return incident_edge_; } in incident_edge() function in boost::polygon::voronoi_vertex
472 it->cell()->incident_edge(&(*it)); in _build()
474 it->vertex0()->incident_edge(&(*it)); in _build()
481 if (it->incident_edge()) { in _build()
485 edge_type* e = v->incident_edge(); in _build()
489 } while (e != v->incident_edge()); in _build()
532 edge_type* left_edge = cell_it->incident_edge(); in _build()
536 if (left_edge == cell_it->incident_edge()) in _build()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/polygon/
H A Dvoronoi_diagram.hpp72 voronoi_edge_type* incident_edge() { return incident_edge_; } in incident_edge() function in boost::polygon::voronoi_cell
74 void incident_edge(voronoi_edge_type* e) { incident_edge_ = e; } in incident_edge() function in boost::polygon::voronoi_cell
117 voronoi_edge_type* incident_edge() { return incident_edge_; } in incident_edge() function in boost::polygon::voronoi_vertex
472 it->cell()->incident_edge(&(*it)); in _build()
474 it->vertex0()->incident_edge(&(*it)); in _build()
481 if (it->incident_edge()) { in _build()
485 edge_type* e = v->incident_edge(); in _build()
489 } while (e != v->incident_edge()); in _build()
532 edge_type* left_edge = cell_it->incident_edge(); in _build()
536 if (left_edge == cell_it->incident_edge()) in _build()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/polygon/
H A Dvoronoi_diagram.hpp72 voronoi_edge_type* incident_edge() { return incident_edge_; } in incident_edge() function in boost::polygon::voronoi_cell
74 void incident_edge(voronoi_edge_type* e) { incident_edge_ = e; } in incident_edge() function in boost::polygon::voronoi_cell
117 voronoi_edge_type* incident_edge() { return incident_edge_; } in incident_edge() function in boost::polygon::voronoi_vertex
472 it->cell()->incident_edge(&(*it)); in _build()
474 it->vertex0()->incident_edge(&(*it)); in _build()
481 if (it->incident_edge()) { in _build()
485 edge_type* e = v->incident_edge(); in _build()
489 } while (e != v->incident_edge()); in _build()
532 edge_type* left_edge = cell_it->incident_edge(); in _build()
536 if (left_edge == cell_it->incident_edge()) in _build()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/polygon/
H A Dvoronoi_diagram.hpp72 voronoi_edge_type* incident_edge() { return incident_edge_; } in incident_edge() function in boost::polygon::voronoi_cell
74 void incident_edge(voronoi_edge_type* e) { incident_edge_ = e; } in incident_edge() function in boost::polygon::voronoi_cell
117 voronoi_edge_type* incident_edge() { return incident_edge_; } in incident_edge() function in boost::polygon::voronoi_vertex
472 it->cell()->incident_edge(&(*it)); in _build()
474 it->vertex0()->incident_edge(&(*it)); in _build()
481 if (it->incident_edge()) { in _build()
485 edge_type* e = v->incident_edge(); in _build()
489 } while (e != v->incident_edge()); in _build()
532 edge_type* left_edge = cell_it->incident_edge(); in _build()
536 if (left_edge == cell_it->incident_edge()) in _build()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/polygon/
H A Dvoronoi_diagram.hpp72 voronoi_edge_type* incident_edge() { return incident_edge_; } in incident_edge() function in boost::polygon::voronoi_cell
74 void incident_edge(voronoi_edge_type* e) { incident_edge_ = e; } in incident_edge() function in boost::polygon::voronoi_cell
117 voronoi_edge_type* incident_edge() { return incident_edge_; } in incident_edge() function in boost::polygon::voronoi_vertex
472 it->cell()->incident_edge(&(*it)); in _build()
474 it->vertex0()->incident_edge(&(*it)); in _build()
481 if (it->incident_edge()) { in _build()
485 edge_type* e = v->incident_edge(); in _build()
489 } while (e != v->incident_edge()); in _build()
532 edge_type* left_edge = cell_it->incident_edge(); in _build()
536 if (left_edge == cell_it->incident_edge()) in _build()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/polygon/
H A Dvoronoi_diagram.hpp72 voronoi_edge_type* incident_edge() { return incident_edge_; } in incident_edge() function in boost::polygon::voronoi_cell
74 void incident_edge(voronoi_edge_type* e) { incident_edge_ = e; } in incident_edge() function in boost::polygon::voronoi_cell
117 voronoi_edge_type* incident_edge() { return incident_edge_; } in incident_edge() function in boost::polygon::voronoi_vertex
472 it->cell()->incident_edge(&(*it)); in _build()
474 it->vertex0()->incident_edge(&(*it)); in _build()
481 if (it->incident_edge()) { in _build()
485 edge_type* e = v->incident_edge(); in _build()
489 } while (e != v->incident_edge()); in _build()
532 edge_type* left_edge = cell_it->incident_edge(); in _build()
536 if (left_edge == cell_it->incident_edge()) in _build()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/polygon/
H A Dvoronoi_diagram.hpp72 voronoi_edge_type* incident_edge() { return incident_edge_; } in incident_edge() function in boost::polygon::voronoi_cell
74 void incident_edge(voronoi_edge_type* e) { incident_edge_ = e; } in incident_edge() function in boost::polygon::voronoi_cell
117 voronoi_edge_type* incident_edge() { return incident_edge_; } in incident_edge() function in boost::polygon::voronoi_vertex
472 it->cell()->incident_edge(&(*it)); in _build()
474 it->vertex0()->incident_edge(&(*it)); in _build()
481 if (it->incident_edge()) { in _build()
485 edge_type* e = v->incident_edge(); in _build()
489 } while (e != v->incident_edge()); in _build()
532 edge_type* left_edge = cell_it->incident_edge(); in _build()
536 if (left_edge == cell_it->incident_edge()) in _build()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/polygon/
H A Dvoronoi_diagram.hpp72 voronoi_edge_type* incident_edge() { return incident_edge_; } in incident_edge() function in boost::polygon::voronoi_cell
74 void incident_edge(voronoi_edge_type* e) { incident_edge_ = e; } in incident_edge() function in boost::polygon::voronoi_cell
117 voronoi_edge_type* incident_edge() { return incident_edge_; } in incident_edge() function in boost::polygon::voronoi_vertex
472 it->cell()->incident_edge(&(*it)); in _build()
474 it->vertex0()->incident_edge(&(*it)); in _build()
481 if (it->incident_edge()) { in _build()
485 edge_type* e = v->incident_edge(); in _build()
489 } while (e != v->incident_edge()); in _build()
532 edge_type* left_edge = cell_it->incident_edge(); in _build()
536 if (left_edge == cell_it->incident_edge()) in _build()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/polygon/
H A Dvoronoi_diagram.hpp72 voronoi_edge_type* incident_edge() { return incident_edge_; } in incident_edge() function in boost::polygon::voronoi_cell
74 void incident_edge(voronoi_edge_type* e) { incident_edge_ = e; } in incident_edge() function in boost::polygon::voronoi_cell
117 voronoi_edge_type* incident_edge() { return incident_edge_; } in incident_edge() function in boost::polygon::voronoi_vertex
472 it->cell()->incident_edge(&(*it)); in _build()
474 it->vertex0()->incident_edge(&(*it)); in _build()
481 if (it->incident_edge()) { in _build()
485 edge_type* e = v->incident_edge(); in _build()
489 } while (e != v->incident_edge()); in _build()
532 edge_type* left_edge = cell_it->incident_edge(); in _build()
536 if (left_edge == cell_it->incident_edge()) in _build()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/polygon/
H A Dvoronoi_diagram.hpp72 voronoi_edge_type* incident_edge() { return incident_edge_; } in incident_edge() function in boost::polygon::voronoi_cell
74 void incident_edge(voronoi_edge_type* e) { incident_edge_ = e; } in incident_edge() function in boost::polygon::voronoi_cell
117 voronoi_edge_type* incident_edge() { return incident_edge_; } in incident_edge() function in boost::polygon::voronoi_vertex
472 it->cell()->incident_edge(&(*it)); in _build()
474 it->vertex0()->incident_edge(&(*it)); in _build()
481 if (it->incident_edge()) { in _build()
485 edge_type* e = v->incident_edge(); in _build()
489 } while (e != v->incident_edge()); in _build()
532 edge_type* left_edge = cell_it->incident_edge(); in _build()
536 if (left_edge == cell_it->incident_edge()) in _build()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/polygon/
H A Dvoronoi_diagram.hpp72 voronoi_edge_type* incident_edge() { return incident_edge_; } in incident_edge() function in boost::polygon::voronoi_cell
74 void incident_edge(voronoi_edge_type* e) { incident_edge_ = e; } in incident_edge() function in boost::polygon::voronoi_cell
117 voronoi_edge_type* incident_edge() { return incident_edge_; } in incident_edge() function in boost::polygon::voronoi_vertex
472 it->cell()->incident_edge(&(*it)); in _build()
474 it->vertex0()->incident_edge(&(*it)); in _build()
481 if (it->incident_edge()) { in _build()
485 edge_type* e = v->incident_edge(); in _build()
489 } while (e != v->incident_edge()); in _build()
532 edge_type* left_edge = cell_it->incident_edge(); in _build()
536 if (left_edge == cell_it->incident_edge()) in _build()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/polygon/
H A Dvoronoi_diagram.hpp72 voronoi_edge_type* incident_edge() { return incident_edge_; } in incident_edge() function in boost::polygon::voronoi_cell
74 void incident_edge(voronoi_edge_type* e) { incident_edge_ = e; } in incident_edge() function in boost::polygon::voronoi_cell
117 voronoi_edge_type* incident_edge() { return incident_edge_; } in incident_edge() function in boost::polygon::voronoi_vertex
472 it->cell()->incident_edge(&(*it)); in _build()
474 it->vertex0()->incident_edge(&(*it)); in _build()
481 if (it->incident_edge()) { in _build()
485 edge_type* e = v->incident_edge(); in _build()
489 } while (e != v->incident_edge()); in _build()
532 edge_type* left_edge = cell_it->incident_edge(); in _build()
536 if (left_edge == cell_it->incident_edge()) in _build()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/polygon/
H A Dvoronoi_diagram.hpp72 voronoi_edge_type* incident_edge() { return incident_edge_; } in incident_edge() function in boost::polygon::voronoi_cell
74 void incident_edge(voronoi_edge_type* e) { incident_edge_ = e; } in incident_edge() function in boost::polygon::voronoi_cell
117 voronoi_edge_type* incident_edge() { return incident_edge_; } in incident_edge() function in boost::polygon::voronoi_vertex
472 it->cell()->incident_edge(&(*it)); in _build()
474 it->vertex0()->incident_edge(&(*it)); in _build()
481 if (it->incident_edge()) { in _build()
485 edge_type* e = v->incident_edge(); in _build()
489 } while (e != v->incident_edge()); in _build()
532 edge_type* left_edge = cell_it->incident_edge(); in _build()
536 if (left_edge == cell_it->incident_edge()) in _build()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/polygon/
H A Dvoronoi_diagram.hpp72 voronoi_edge_type* incident_edge() { return incident_edge_; } in incident_edge() function in boost::polygon::voronoi_cell
74 void incident_edge(voronoi_edge_type* e) { incident_edge_ = e; } in incident_edge() function in boost::polygon::voronoi_cell
117 voronoi_edge_type* incident_edge() { return incident_edge_; } in incident_edge() function in boost::polygon::voronoi_vertex
472 it->cell()->incident_edge(&(*it)); in _build()
474 it->vertex0()->incident_edge(&(*it)); in _build()
481 if (it->incident_edge()) { in _build()
485 edge_type* e = v->incident_edge(); in _build()
489 } while (e != v->incident_edge()); in _build()
532 edge_type* left_edge = cell_it->incident_edge(); in _build()
536 if (left_edge == cell_it->incident_edge()) in _build()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/polygon/example/
H A Dvoronoi_basic_tutorial.cpp87 const voronoi_diagram<double>::edge_type* edge = cell.incident_edge(); in iterate_primary_edges2()
93 } while (edge != cell.incident_edge()); in iterate_primary_edges2()
107 const voronoi_diagram<double>::edge_type* edge = vertex.incident_edge(); in iterate_primary_edges3()
113 } while (edge != vertex.incident_edge()); in iterate_primary_edges3()

123