Generic poly_set in 2D for drawing simple curves. More...
#include <vsol/vsol_region_2d.h>
#include <vsol/vsol_point_2d_sptr.h>
#include <vsol/vsol_polygon_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_poly_set_2d |
General poly_set class, part of the vsol_curve_2d hierarchy. More... | |
Functions | |
void | vsl_b_write (vsl_b_ostream &os, const vsol_poly_set_2d *p) |
Binary save vsol_polyline_2d* to stream. | |
void | vsl_b_read (vsl_b_istream &is, vsol_poly_set_2d *&p) |
Binary load vsol_polyline_2d* from stream. |
Generic poly_set 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_poly_set_2d.h.
void vsl_b_read | ( | vsl_b_istream & | is, |
vsol_poly_set_2d *& | p | ||
) |
Binary load vsol_polyline_2d* from stream.
Definition at line 300 of file vsol_poly_set_2d.cxx.
void vsl_b_write | ( | vsl_b_ostream & | os, |
const vsol_poly_set_2d * | p | ||
) |
Binary save vsol_polyline_2d* to stream.
Definition at line 286 of file vsol_poly_set_2d.cxx.