Go to the documentation of this file.
23 template<
typename HalfedgeGraph,
50 template<
typename HalfedgeGraph,
70 return _st.operator()(v1, v2);
vertex_descriptor get_vkept() const
bool operator()(const FEVV::Filters::Collapse_info< HalfedgeGraph, PointMap > &mem1, const FEVV::Filters::Collapse_info< HalfedgeGraph, PointMap > &mem2) const
Refer to Geometry_traits_documentation_dummy for further documentation on provided types and algorith...
Interfaces for plugins These interfaces will be used for different plugins.
const FEVV::Comparator::Spanning_tree_vertex_edge_comparator< HalfedgeGraph, PointMap > & _st
Memory_comparator(const FEVV::Comparator::Spanning_tree_vertex_edge_comparator< HalfedgeGraph, PointMap > &st)
Vertex_span_comparator(const FEVV::Comparator::Spanning_tree_vertex_edge_comparator< HalfedgeGraph, PointMap > &st)
Functor object to sort sequential container of Collapse_info objects. It is based on the Spanning_tre...
boost::graph_traits< MeshT >::vertex_descriptor vertex_descriptor
bool operator()(vertex_descriptor v1, vertex_descriptor v2) const
const FEVV::Comparator::Spanning_tree_vertex_edge_comparator< HalfedgeGraph, PointMap > & _st
Functor object to sort sequential container of vertex_descriptor objects. It is based on the Spanning...
~Vertex_span_comparator()