Generic polyline in 2D for drawing simple curves. More...
#include <vsol/vsol_curve_2d.h>#include <vsol/vsol_point_2d_sptr.h>#include <vsl/vsl_binary_io.h>#include <vcl_vector.h>#include <vcl_string.h>#include <vcl_iosfwd.h>Go to the source code of this file.
Classes | |
| class | vsol_polyline_2d |
| General Polyline class, part of the vsol_curve_2d hierarchy. More... | |
Functions | |
| void | vsl_b_write (vsl_b_ostream &os, const vsol_polyline_2d *p) |
| Binary save vsol_polyline_2d* to stream. | |
| void | vsl_b_read (vsl_b_istream &is, vsol_polyline_2d *&p) |
| Binary load vsol_polyline_2d* from stream. | |
Generic polyline in 2D for drawing simple curves.
This class inherits from vsol_curve_2d.
Modifications
2002-04-22 Amir Tamrakar Creation
2004-05-09 Joseph Mundy Added Binary I/O
Definition in file vsol_polyline_2d.h.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| vsol_polyline_2d *& | p | ||
| ) |
Binary load vsol_polyline_2d* from stream.
Definition at line 258 of file vsol_polyline_2d.cxx.
| void vsl_b_write | ( | vsl_b_ostream & | os, |
| const vsol_polyline_2d * | p | ||
| ) |
Binary save vsol_polyline_2d* to stream.
Definition at line 244 of file vsol_polyline_2d.cxx.
1.7.5.1