Home
last modified time | relevance | path

Searched refs:curr_vertex (Results 1 – 25 of 76) sorted by relevance

1234

/dports/games/torcs/torcs-1.3.7/src/modules/simu/simuv2/SOLID-2.0/src/
H A DPolyhedron.cpp90 curr_vertex = 0; in Polyhedron()
91 while (indexBuf[curr_vertex].size() == 0) ++curr_vertex; in Polyhedron()
107 Scalar h = dot((*this)[curr_vertex], v), d; in support()
109 IndexArray& curr_cobound = cobound[curr_vertex]; in support()
115 last_vertex = curr_vertex; in support()
116 curr_vertex = curr_cobound[i]; in support()
119 return (*this)[curr_vertex]; in support()
125 Polytope(b, c, v), cobound(0), curr_vertex(0) {} in Polyhedron()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bgrl/
H A Dbgrl_graph.cxx110 bgrl_vertex_sptr curr_vertex = *v_itr; in purge() local
112 retval = curr_vertex->purge() || retval; in purge()
114 for ( auto e_itr = curr_vertex->out_edges_.begin(); in purge()
115 e_itr != curr_vertex->out_edges_.end(); ++e_itr ) in purge()
118 curr_vertex->remove_edge_to((*e_itr)->to_); in purge()
123 for ( auto e_itr = curr_vertex->in_edges_.begin(); in purge()
124 e_itr != curr_vertex->in_edges_.end(); ++e_itr ) in purge()
127 (*e_itr)->from_->remove_edge_to(curr_vertex); in purge()
278 return search_func_->curr_vertex(); in operator *()
/dports/devel/boost-docs/boost_1_72_0/boost/graph/
H A Dchrobak_payne_drawing.hpp156 vertex_t curr_vertex = source(*pi,g) == v ? in chrobak_payne_straight_line_drawing() local
160 if (curr_vertex == v || curr_vertex == prev_vertex) in chrobak_payne_straight_line_drawing()
163 if (installed[curr_vertex]) in chrobak_payne_straight_line_drawing()
165 seen[curr_vertex] = timestamp; in chrobak_payne_straight_line_drawing()
167 if (right[curr_vertex] != graph_traits<Graph>::null_vertex()) in chrobak_payne_straight_line_drawing()
169 seen_as_right[right[curr_vertex]] = timestamp; in chrobak_payne_straight_line_drawing()
171 installed_neighbors.push_back(curr_vertex); in chrobak_payne_straight_line_drawing()
174 prev_vertex = curr_vertex; in chrobak_payne_straight_line_drawing()
/dports/devel/hyperscan/boost_1_75_0/boost/graph/
H A Dchrobak_payne_drawing.hpp148 vertex_t curr_vertex in chrobak_payne_straight_line_drawing() local
152 if (curr_vertex == v || curr_vertex == prev_vertex) in chrobak_payne_straight_line_drawing()
155 if (installed[curr_vertex]) in chrobak_payne_straight_line_drawing()
157 seen[curr_vertex] = timestamp; in chrobak_payne_straight_line_drawing()
159 if (right[curr_vertex] != graph_traits< Graph >::null_vertex()) in chrobak_payne_straight_line_drawing()
161 seen_as_right[right[curr_vertex]] = timestamp; in chrobak_payne_straight_line_drawing()
163 installed_neighbors.push_back(curr_vertex); in chrobak_payne_straight_line_drawing()
166 prev_vertex = curr_vertex; in chrobak_payne_straight_line_drawing()
/dports/devel/boost-python-libs/boost_1_72_0/boost/graph/
H A Dchrobak_payne_drawing.hpp156 vertex_t curr_vertex = source(*pi,g) == v ? in chrobak_payne_straight_line_drawing() local
160 if (curr_vertex == v || curr_vertex == prev_vertex) in chrobak_payne_straight_line_drawing()
163 if (installed[curr_vertex]) in chrobak_payne_straight_line_drawing()
165 seen[curr_vertex] = timestamp; in chrobak_payne_straight_line_drawing()
167 if (right[curr_vertex] != graph_traits<Graph>::null_vertex()) in chrobak_payne_straight_line_drawing()
169 seen_as_right[right[curr_vertex]] = timestamp; in chrobak_payne_straight_line_drawing()
171 installed_neighbors.push_back(curr_vertex); in chrobak_payne_straight_line_drawing()
174 prev_vertex = curr_vertex; in chrobak_payne_straight_line_drawing()
/dports/devel/R-cran-BH/BH/inst/include/boost/graph/
H A Dchrobak_payne_drawing.hpp148 vertex_t curr_vertex in chrobak_payne_straight_line_drawing() local
152 if (curr_vertex == v || curr_vertex == prev_vertex) in chrobak_payne_straight_line_drawing()
155 if (installed[curr_vertex]) in chrobak_payne_straight_line_drawing()
157 seen[curr_vertex] = timestamp; in chrobak_payne_straight_line_drawing()
159 if (right[curr_vertex] != graph_traits< Graph >::null_vertex()) in chrobak_payne_straight_line_drawing()
161 seen_as_right[right[curr_vertex]] = timestamp; in chrobak_payne_straight_line_drawing()
163 installed_neighbors.push_back(curr_vertex); in chrobak_payne_straight_line_drawing()
166 prev_vertex = curr_vertex; in chrobak_payne_straight_line_drawing()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/graph/
H A Dchrobak_payne_drawing.hpp157 vertex_t curr_vertex = source(*pi,g) == v ? in chrobak_payne_straight_line_drawing() local
161 if (curr_vertex == v || curr_vertex == prev_vertex) in chrobak_payne_straight_line_drawing()
164 if (installed[curr_vertex]) in chrobak_payne_straight_line_drawing()
166 seen[curr_vertex] = timestamp; in chrobak_payne_straight_line_drawing()
168 if (right[curr_vertex] != graph_traits<Graph>::null_vertex()) in chrobak_payne_straight_line_drawing()
170 seen_as_right[right[curr_vertex]] = timestamp; in chrobak_payne_straight_line_drawing()
172 installed_neighbors.push_back(curr_vertex); in chrobak_payne_straight_line_drawing()
175 prev_vertex = curr_vertex; in chrobak_payne_straight_line_drawing()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/graph/
H A Dchrobak_payne_drawing.hpp156 vertex_t curr_vertex = source(*pi,g) == v ? in chrobak_payne_straight_line_drawing() local
160 if (curr_vertex == v || curr_vertex == prev_vertex) in chrobak_payne_straight_line_drawing()
163 if (installed[curr_vertex]) in chrobak_payne_straight_line_drawing()
165 seen[curr_vertex] = timestamp; in chrobak_payne_straight_line_drawing()
167 if (right[curr_vertex] != graph_traits<Graph>::null_vertex()) in chrobak_payne_straight_line_drawing()
169 seen_as_right[right[curr_vertex]] = timestamp; in chrobak_payne_straight_line_drawing()
171 installed_neighbors.push_back(curr_vertex); in chrobak_payne_straight_line_drawing()
174 prev_vertex = curr_vertex; in chrobak_payne_straight_line_drawing()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/graph/
H A Dchrobak_payne_drawing.hpp148 vertex_t curr_vertex in chrobak_payne_straight_line_drawing() local
152 if (curr_vertex == v || curr_vertex == prev_vertex) in chrobak_payne_straight_line_drawing()
155 if (installed[curr_vertex]) in chrobak_payne_straight_line_drawing()
157 seen[curr_vertex] = timestamp; in chrobak_payne_straight_line_drawing()
159 if (right[curr_vertex] != graph_traits< Graph >::null_vertex()) in chrobak_payne_straight_line_drawing()
161 seen_as_right[right[curr_vertex]] = timestamp; in chrobak_payne_straight_line_drawing()
163 installed_neighbors.push_back(curr_vertex); in chrobak_payne_straight_line_drawing()
166 prev_vertex = curr_vertex; in chrobak_payne_straight_line_drawing()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/graph/
H A Dchrobak_payne_drawing.hpp148 vertex_t curr_vertex in chrobak_payne_straight_line_drawing() local
152 if (curr_vertex == v || curr_vertex == prev_vertex) in chrobak_payne_straight_line_drawing()
155 if (installed[curr_vertex]) in chrobak_payne_straight_line_drawing()
157 seen[curr_vertex] = timestamp; in chrobak_payne_straight_line_drawing()
159 if (right[curr_vertex] != graph_traits< Graph >::null_vertex()) in chrobak_payne_straight_line_drawing()
161 seen_as_right[right[curr_vertex]] = timestamp; in chrobak_payne_straight_line_drawing()
163 installed_neighbors.push_back(curr_vertex); in chrobak_payne_straight_line_drawing()
166 prev_vertex = curr_vertex; in chrobak_payne_straight_line_drawing()
/dports/databases/xtrabackup/boost_1_59_0/boost/graph/
H A Dchrobak_payne_drawing.hpp156 vertex_t curr_vertex = source(*pi,g) == v ? in chrobak_payne_straight_line_drawing() local
160 if (curr_vertex == v || curr_vertex == prev_vertex) in chrobak_payne_straight_line_drawing()
163 if (installed[curr_vertex]) in chrobak_payne_straight_line_drawing()
165 seen[curr_vertex] = timestamp; in chrobak_payne_straight_line_drawing()
167 if (right[curr_vertex] != graph_traits<Graph>::null_vertex()) in chrobak_payne_straight_line_drawing()
169 seen_as_right[right[curr_vertex]] = timestamp; in chrobak_payne_straight_line_drawing()
171 installed_neighbors.push_back(curr_vertex); in chrobak_payne_straight_line_drawing()
174 prev_vertex = curr_vertex; in chrobak_payne_straight_line_drawing()
/dports/databases/percona57-server/boost_1_59_0/boost/graph/
H A Dchrobak_payne_drawing.hpp156 vertex_t curr_vertex = source(*pi,g) == v ? in chrobak_payne_straight_line_drawing() local
160 if (curr_vertex == v || curr_vertex == prev_vertex) in chrobak_payne_straight_line_drawing()
163 if (installed[curr_vertex]) in chrobak_payne_straight_line_drawing()
165 seen[curr_vertex] = timestamp; in chrobak_payne_straight_line_drawing()
167 if (right[curr_vertex] != graph_traits<Graph>::null_vertex()) in chrobak_payne_straight_line_drawing()
169 seen_as_right[right[curr_vertex]] = timestamp; in chrobak_payne_straight_line_drawing()
171 installed_neighbors.push_back(curr_vertex); in chrobak_payne_straight_line_drawing()
174 prev_vertex = curr_vertex; in chrobak_payne_straight_line_drawing()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/graph/
H A Dchrobak_payne_drawing.hpp156 vertex_t curr_vertex = source(*pi,g) == v ? in chrobak_payne_straight_line_drawing() local
160 if (curr_vertex == v || curr_vertex == prev_vertex) in chrobak_payne_straight_line_drawing()
163 if (installed[curr_vertex]) in chrobak_payne_straight_line_drawing()
165 seen[curr_vertex] = timestamp; in chrobak_payne_straight_line_drawing()
167 if (right[curr_vertex] != graph_traits<Graph>::null_vertex()) in chrobak_payne_straight_line_drawing()
169 seen_as_right[right[curr_vertex]] = timestamp; in chrobak_payne_straight_line_drawing()
171 installed_neighbors.push_back(curr_vertex); in chrobak_payne_straight_line_drawing()
174 prev_vertex = curr_vertex; in chrobak_payne_straight_line_drawing()
/dports/databases/percona57-client/boost_1_59_0/boost/graph/
H A Dchrobak_payne_drawing.hpp156 vertex_t curr_vertex = source(*pi,g) == v ? in chrobak_payne_straight_line_drawing() local
160 if (curr_vertex == v || curr_vertex == prev_vertex) in chrobak_payne_straight_line_drawing()
163 if (installed[curr_vertex]) in chrobak_payne_straight_line_drawing()
165 seen[curr_vertex] = timestamp; in chrobak_payne_straight_line_drawing()
167 if (right[curr_vertex] != graph_traits<Graph>::null_vertex()) in chrobak_payne_straight_line_drawing()
169 seen_as_right[right[curr_vertex]] = timestamp; in chrobak_payne_straight_line_drawing()
171 installed_neighbors.push_back(curr_vertex); in chrobak_payne_straight_line_drawing()
174 prev_vertex = curr_vertex; in chrobak_payne_straight_line_drawing()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/graph/
H A Dchrobak_payne_drawing.hpp156 vertex_t curr_vertex = source(*pi,g) == v ? in chrobak_payne_straight_line_drawing() local
160 if (curr_vertex == v || curr_vertex == prev_vertex) in chrobak_payne_straight_line_drawing()
163 if (installed[curr_vertex]) in chrobak_payne_straight_line_drawing()
165 seen[curr_vertex] = timestamp; in chrobak_payne_straight_line_drawing()
167 if (right[curr_vertex] != graph_traits<Graph>::null_vertex()) in chrobak_payne_straight_line_drawing()
169 seen_as_right[right[curr_vertex]] = timestamp; in chrobak_payne_straight_line_drawing()
171 installed_neighbors.push_back(curr_vertex); in chrobak_payne_straight_line_drawing()
174 prev_vertex = curr_vertex; in chrobak_payne_straight_line_drawing()
/dports/devel/boost-libs/boost_1_72_0/boost/graph/
H A Dchrobak_payne_drawing.hpp156 vertex_t curr_vertex = source(*pi,g) == v ? in chrobak_payne_straight_line_drawing() local
160 if (curr_vertex == v || curr_vertex == prev_vertex) in chrobak_payne_straight_line_drawing()
163 if (installed[curr_vertex]) in chrobak_payne_straight_line_drawing()
165 seen[curr_vertex] = timestamp; in chrobak_payne_straight_line_drawing()
167 if (right[curr_vertex] != graph_traits<Graph>::null_vertex()) in chrobak_payne_straight_line_drawing()
169 seen_as_right[right[curr_vertex]] = timestamp; in chrobak_payne_straight_line_drawing()
171 installed_neighbors.push_back(curr_vertex); in chrobak_payne_straight_line_drawing()
174 prev_vertex = curr_vertex; in chrobak_payne_straight_line_drawing()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/graph/
H A Dchrobak_payne_drawing.hpp156 vertex_t curr_vertex = source(*pi,g) == v ? in chrobak_payne_straight_line_drawing() local
160 if (curr_vertex == v || curr_vertex == prev_vertex) in chrobak_payne_straight_line_drawing()
163 if (installed[curr_vertex]) in chrobak_payne_straight_line_drawing()
165 seen[curr_vertex] = timestamp; in chrobak_payne_straight_line_drawing()
167 if (right[curr_vertex] != graph_traits<Graph>::null_vertex()) in chrobak_payne_straight_line_drawing()
169 seen_as_right[right[curr_vertex]] = timestamp; in chrobak_payne_straight_line_drawing()
171 installed_neighbors.push_back(curr_vertex); in chrobak_payne_straight_line_drawing()
174 prev_vertex = curr_vertex; in chrobak_payne_straight_line_drawing()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/graph/
H A Dchrobak_payne_drawing.hpp156 vertex_t curr_vertex = source(*pi,g) == v ? in chrobak_payne_straight_line_drawing() local
160 if (curr_vertex == v || curr_vertex == prev_vertex) in chrobak_payne_straight_line_drawing()
163 if (installed[curr_vertex]) in chrobak_payne_straight_line_drawing()
165 seen[curr_vertex] = timestamp; in chrobak_payne_straight_line_drawing()
167 if (right[curr_vertex] != graph_traits<Graph>::null_vertex()) in chrobak_payne_straight_line_drawing()
169 seen_as_right[right[curr_vertex]] = timestamp; in chrobak_payne_straight_line_drawing()
171 installed_neighbors.push_back(curr_vertex); in chrobak_payne_straight_line_drawing()
174 prev_vertex = curr_vertex; in chrobak_payne_straight_line_drawing()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/graph/
H A Dchrobak_payne_drawing.hpp156 vertex_t curr_vertex = source(*pi,g) == v ? in chrobak_payne_straight_line_drawing() local
160 if (curr_vertex == v || curr_vertex == prev_vertex) in chrobak_payne_straight_line_drawing()
163 if (installed[curr_vertex]) in chrobak_payne_straight_line_drawing()
165 seen[curr_vertex] = timestamp; in chrobak_payne_straight_line_drawing()
167 if (right[curr_vertex] != graph_traits<Graph>::null_vertex()) in chrobak_payne_straight_line_drawing()
169 seen_as_right[right[curr_vertex]] = timestamp; in chrobak_payne_straight_line_drawing()
171 installed_neighbors.push_back(curr_vertex); in chrobak_payne_straight_line_drawing()
174 prev_vertex = curr_vertex; in chrobak_payne_straight_line_drawing()
/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/stunts3dedit/
H A Deditfuncs.cpp23 curr_vertex = 0; in primitiveFunc()
36 curr_vertex = getInput("Select vertex: ").toInt(); in vertexFunc()
86 CVertex &vt = graphobj->m_Primitives[curr_primitive].m_Vertex[curr_vertex]; in changeFunc()
147 curr_vertex = 0; in deleteFunc()
162 if(curr_vertex == v) curr_vertex = 0; in deleteFunc()
/dports/devel/boost-docs/boost_1_72_0/libs/graph/test/
H A Dmake_connected_test.cpp58 vertex_t curr_vertex = first_vertex; in make_disconnected_cycles() local
61 prev_vertex = curr_vertex; in make_disconnected_cycles()
62 curr_vertex = add_vertex(g); in make_disconnected_cycles()
63 add_edge(prev_vertex, curr_vertex, g); in make_disconnected_cycles()
65 add_edge(curr_vertex, first_vertex, g); in make_disconnected_cycles()
/dports/devel/boost-python-libs/boost_1_72_0/libs/graph/test/
H A Dmake_connected_test.cpp58 vertex_t curr_vertex = first_vertex; in make_disconnected_cycles() local
61 prev_vertex = curr_vertex; in make_disconnected_cycles()
62 curr_vertex = add_vertex(g); in make_disconnected_cycles()
63 add_edge(prev_vertex, curr_vertex, g); in make_disconnected_cycles()
65 add_edge(curr_vertex, first_vertex, g); in make_disconnected_cycles()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/graph/test/
H A Dmake_connected_test.cpp58 vertex_t curr_vertex = first_vertex; in make_disconnected_cycles() local
61 prev_vertex = curr_vertex; in make_disconnected_cycles()
62 curr_vertex = add_vertex(g); in make_disconnected_cycles()
63 add_edge(prev_vertex, curr_vertex, g); in make_disconnected_cycles()
65 add_edge(curr_vertex, first_vertex, g); in make_disconnected_cycles()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/graph/test/
H A Dmake_connected_test.cpp58 vertex_t curr_vertex = first_vertex; in make_disconnected_cycles() local
61 prev_vertex = curr_vertex; in make_disconnected_cycles()
62 curr_vertex = add_vertex(g); in make_disconnected_cycles()
63 add_edge(prev_vertex, curr_vertex, g); in make_disconnected_cycles()
65 add_edge(curr_vertex, first_vertex, g); in make_disconnected_cycles()
/dports/databases/percona57-server/boost_1_59_0/libs/graph/test/
H A Dmake_connected_test.cpp58 vertex_t curr_vertex = first_vertex; in make_disconnected_cycles() local
61 prev_vertex = curr_vertex; in make_disconnected_cycles()
62 curr_vertex = add_vertex(g); in make_disconnected_cycles()
63 add_edge(prev_vertex, curr_vertex, g); in make_disconnected_cycles()
65 add_edge(curr_vertex, first_vertex, g); in make_disconnected_cycles()

1234