Home
last modified time | relevance | path

Searched refs:incident_edge_list (Results 1 – 6 of 6) sorted by relevance

/dports/math/polymake/polymake-4.5/apps/common/cpperl/
H A Dauto-from_node.cpperl3 …graph::line_factory<std::integral_constant<bool, true>, pm::graph::incident_edge_list, void> >, pm…
4 …graph::line_factory<std::integral_constant<bool, true>, pm::graph::incident_edge_list, void> >, ml…
5 …graph::line_factory<std::integral_constant<bool, true>, pm::graph::incident_edge_list, void> >, pm…
6 …graph::line_factory<std::integral_constant<bool, true>, pm::graph::incident_edge_list, void> >, ml…
H A Dauto-to_node.cpperl3 …graph::line_factory<std::integral_constant<bool, true>, pm::graph::incident_edge_list, void> >, pm…
4 …graph::line_factory<std::integral_constant<bool, true>, pm::graph::incident_edge_list, void> >, ml…
5 …graph::line_factory<std::integral_constant<bool, true>, pm::graph::incident_edge_list, void> >, pm…
6 …graph::line_factory<std::integral_constant<bool, true>, pm::graph::incident_edge_list, void> >, ml…
H A Dauto-entire.cpperl20 …{"args": ["perl::AnchorArg<perl::Canned<const pm::graph::incident_edge_list<pm::AVL::tree<pm::spar…
26 …{"args": ["perl::AnchorArg<perl::Canned<const pm::graph::incident_edge_list<pm::AVL::tree<pm::spar…
32 …{"args": ["perl::AnchorArg<perl::Canned<const pm::graph::incident_edge_list<pm::AVL::tree<pm::spar…
/dports/math/polymake/polymake-4.5/lib/core/include/
H A DGraph.h1129 class incident_edge_list
1130 : public modified_tree< incident_edge_list<Tree>,
1133 typedef modified_tree<incident_edge_list> base_t;
1136 ~incident_edge_list() = delete;
1276 incident_edge_list& operator= (const incident_edge_list& l)
1384 using out_edge_list = incident_edge_list<out_tree_type>;
1385 using in_edge_list = incident_edge_list<in_tree_type>;
2202 return this->template out_edges<incident_edge_list>(n);
2207 return this->template out_edges<incident_edge_list>(n);
2226 return this->template in_edges<incident_edge_list>(n);
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bmsh3d/
H A Dbmsh3d_face.cxx1037 std::vector<bmsh3d_edge*>& incident_edge_list) in _delete_HE_chain() argument
1050 incident_edge_list.push_back (E); in _delete_HE_chain()
1060 incident_edge_list.push_back (E); in _delete_HE_chain()
H A Dbmsh3d_face.h264 std::vector<bmsh3d_edge*>& incident_edge_list);