Visitor used by the extract_polylines_from_sharp_edges function.
More...
#include <extract_polylines_from_sharp_edges.h>
|
| ExtractPolylinesVisitor (const Graph &graph, typename std::vector< Polyline > &polylines) |
|
void | start_new_polyline () |
|
void | add_node (typename boost::graph_traits< Graph >::vertex_descriptor vd) |
|
void | add_edge (typename boost::graph_traits< Graph >::edge_descriptor ed) |
|
void | end_polyline () |
|
|
std::vector< Polyline > & | m_polylines |
|
const Graph & | m_graph |
|
template<typename Graph, typename Polyline>
struct ExtractPolylinesVisitor< Graph, Polyline >
Visitor used by the extract_polylines_from_sharp_edges function.
- Template Parameters
-
The documentation for this struct was generated from the following file: