KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
svg_dcel.h
Go to the documentation of this file.
1 
6 /*
7  * $Id: svg_dcel.h 18158 2014-11-10 17:46:54Z predoehl $
8  */
9 
10 #ifndef QD_CPP_SVG_DCEL_H_INCLUDED_IVILAB
11 #define QD_CPP_SVG_DCEL_H_INCLUDED_IVILAB 1
12 
13 #include <qd_cpp/pixpath.h>
14 #include <qd_cpp/dcel.h>
15 
16 namespace kjb
17 {
18 namespace qd
19 {
20 
21 
22 std::string draw_dcel_as_svg(const Doubly_connected_edge_list&);
23 
24 
25 }
26 }
27 
28 #endif
std::string draw_dcel_as_svg(const Doubly_connected_edge_list &dcel)
Definition: svg_dcel.cpp:367
declaration of doubly-connected edge list class and helper functions
Contains definition for class PixPath.